]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Moved form control styles (i.e., border and radius) out of base
authorSarven Capadisli <csarven@status.net>
Wed, 2 Dec 2009 18:35:17 +0000 (19:35 +0100)
committerSarven Capadisli <csarven@status.net>
Wed, 2 Dec 2009 18:35:17 +0000 (19:35 +0100)
theme/base/css/display.css
theme/default/css/display.css
theme/identica/css/display.css

index 1cc2099047a1908172d4c5172d4b070b9d64f61f..44d1d0300f7d78205dce471ab434c366f0657310 100644 (file)
@@ -48,14 +48,6 @@ padding:4px;
 font-family:sans-serif;
 font-size:1em;
 }
-input, textarea, select {
-border-width:2px;
-border-style: solid;
-border-radius:4px;
--moz-border-radius:4px;
--webkit-border-radius:4px;
-}
-
 input.submit {
 font-weight:bold;
 cursor:pointer;
index 5ac04860cf89624c4bd451884936f30a3d899d8e..ad64b4198f4e63ec11c03eaaf1ab4ae540886691 100644 (file)
@@ -20,7 +20,13 @@ font-size:1em;
 address {
 margin-right:5.7%;
 }
-
+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;
 }
index 768a11fb8bb8aa5a9f5c1b93ad6af9f610160bbb..d5a5d38dee6e6c885fa4bff25bc8e5606da54b3f 100644 (file)
@@ -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;
 }