NIHVIVO-1238: Continue doing styling work.

This commit is contained in:
mb863 2010-12-08 20:45:13 +00:00
parent 5df405f21f
commit 21848e1b5e
2 changed files with 32 additions and 5 deletions

View file

@ -77,6 +77,7 @@ form.customForm .hint {
form.customForm .requiredHint { form.customForm .requiredHint {
color: #f00; color: #f00;
font-weight: normal; font-weight: normal;
font-size: small;
} }
form.customForm #requiredLegend { form.customForm #requiredLegend {
@ -104,10 +105,10 @@ form.customForm textarea {
width: 30%; width: 30%;
} }
/* fix bad alignment in IE 6 and 7 */ /* fix bad alignment in IE 6 and 7
.or, .cancel{ .or, .cancel{
vertical-align:top; vertical-align:top;
} }*/
/* Message displayed for an unsupported browser. Hide on page load; JavaScript /* Message displayed for an unsupported browser. Hide on page load; JavaScript
* shows if needed. * shows if needed.

View file

@ -44,20 +44,46 @@ input.yellowbutton:visited{
line-height: 1; line-height: 1;
margin-right: .6rm; margin-right: .6rm;
} }
input.plainbutton,
input.plainbutton:visited{
background: #222 url(../images/alert-overlay.png) repeat-x;
display: inline-block;
padding: 5px 18px 7px;
color: #fff;
text-decoration: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
position: relative;
cursor: pointer;
border: 0;
margin: 0;
margin-top: 1.2em;
background-color: #398aac;
color: #fff;
font-size: 14px;
font-weight: normal;
line-height: 1;
margin-right: .6rm;
}
input#submit:hover, input#submit:hover,
.form-button:hover, .form-button:hover,
.add-action-button:hover, .add-action-button:hover,
#verbosePropertyForm input:hover, #verbosePropertyForm input:hover,
input.yellowbutton:hover { input.yellowbutton:hover{
background-color: #111;
color: #fff; color: #fff;
background-color: #b2d15a; background-color: #b2d15a;
} }
input.plainbutton:hover {
color: #fff;
background-color: #93c3d4;
}
input#submit:active, input#submit:active,
.form-button:active, .form-button:active,
.add-action-button:active, .add-action-button:active,
#verbosePropertyForm input:active, #verbosePropertyForm input:active,
input.yellowbutton:active{ input.yellowbutton:active,
input.plainbutton{
top: 1px; top: 1px;
} }
form textarea { form textarea {