From 68f83211a5b5173fbf6a0e7153f4a1b8ca079584 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Wed, 2 Dec 2009 19:35:17 +0100 Subject: Moved form control styles (i.e., border and radius) out of base --- theme/identica/css/display.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'theme/identica/css/display.css') diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 768a11fb8..d5a5d38de 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -20,7 +20,13 @@ font-size:1em; address { margin-right:7.2%; } - +input, textarea, select { +border-width:2px; +border-style: solid; +border-radius:4px; +-moz-border-radius:4px; +-webkit-border-radius:4px; +} input, textarea, select, option { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; } -- cgit v1.2.3-54-g00ecf