summaryrefslogtreecommitdiff
path: root/theme/identica
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-19 00:10:42 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-19 00:10:42 +0000
commit910bd332430b0af233ae78b330994520d4b59c97 (patch)
treef9d61afa3b73749c348b67a03407e5909d028d62 /theme/identica
parentc04fade6be03385213b97fff998e1b6c19ae3790 (diff)
Minimal cross browser styling (mostly IE7). w00t!
Diffstat (limited to 'theme/identica')
-rw-r--r--theme/identica/css/display.css18
1 files changed, 15 insertions, 3 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index a5b177004..8a1130387 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -5,13 +5,23 @@ background-color:#ddd;
body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:1em;
+background-color:#ddd;
}
input, textarea, select, option {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
+input, textarea, select {
+border-color:#aaa;
+}
+
input:focus, textarea:focus, select:focus {
-border-color:#B2D0DD;
+border-color:#A9BF4F;
+}
+input.submit {
+background-color:#A9BF4F;
+color:#fff;
}
+
a {
color:#002E6E;
}
@@ -33,7 +43,8 @@ background-color:#fcfffc;
background-color:#CEE1E9;
}
-
+#form_notice textarea {
+}
#form_notice label {
color:#88171A;
@@ -59,7 +70,8 @@ background-color:transparent;
#site_nav_global_primary a {
}
-
+#form_notice .form_actions input.submit {
+}
#nav_register a {
background-color:#A9BF4F;
color:#fff;