Another change to button style. Renamed header_submit, header_submit_highlight and...
[mediagoblin.git] / mediagoblin / static / css / base.css
index d61292a29d9701f449f57db67778075b209f7d58..cec236f4ee34c6b51a1bb519730030b4e0dfc11c 100644 (file)
@@ -98,24 +98,6 @@ a.mediagoblin_logo{
   font-weight: bold;
 }
 
-.header_submit, .header_submit_highlight{
-  color: #c3c3c3;
-  background-color: #2d2d2d;
-  border: 1px solid;
-  border-color: #323232 #232323 #1F1F1F;
-  border-radius: 4px;
-  margin: 8px;
-  padding: 3px 8px;
-  text-decoration: none;
-  font-style: normal;
-  font-weight: bold;
-  font-size: 1em;
-}
-
-.header_submit_highlight{
-background-image: -moz-linear-gradient(center top , rgb(134, 212, 177), rgb(109, 173, 144));
-}
-
 .mediagoblin_footer {
   height: 30px;
   border-top: 1px solid #333;
@@ -135,7 +117,26 @@ background-image: -moz-linear-gradient(center top , rgb(134, 212, 177), rgb(109,
 
 /* common website elements */
 
-.button, .cancel_link {
+.button_action, .button_action_highlight{
+  color: #c3c3c3;
+  background-color: #363636;
+  border: 1px solid;
+  border-color: #464646 #2B2B2B #252525;
+  border-radius: 4px;
+  margin: 8px;
+  padding: 3px 8px;
+  text-decoration: none;
+  font-style: normal;
+  font-weight: bold;
+  font-size: 1em;
+}
+
+.button_action_highlight{
+background-image: -moz-linear-gradient(center top , rgb(134, 212, 177), rgb(109, 173, 144));
+}
+
+
+.button_form, .cancel_link {
   height: 32px;
   min-width: 99px;
   background-color: #86d4b1;