Another change to button style. Renamed header_submit, header_submit_highlight and button classes, correct all references to these

This commit is contained in:
Jef van Schendel
2011-11-20 01:43:48 +01:00
parent 5bd523eb23
commit 13423daae2
15 changed files with 40 additions and 39 deletions

View 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;