NIHVIVO-1238: Continue doing styling work.
This commit is contained in:
parent
5df405f21f
commit
21848e1b5e
2 changed files with 32 additions and 5 deletions
|
@ -77,6 +77,7 @@ form.customForm .hint {
|
|||
form.customForm .requiredHint {
|
||||
color: #f00;
|
||||
font-weight: normal;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
form.customForm #requiredLegend {
|
||||
|
@ -104,10 +105,10 @@ form.customForm textarea {
|
|||
width: 30%;
|
||||
}
|
||||
|
||||
/* fix bad alignment in IE 6 and 7 */
|
||||
/* fix bad alignment in IE 6 and 7
|
||||
.or, .cancel{
|
||||
vertical-align:top;
|
||||
}
|
||||
}*/
|
||||
|
||||
/* Message displayed for an unsupported browser. Hide on page load; JavaScript
|
||||
* shows if needed.
|
||||
|
|
|
@ -44,20 +44,46 @@ input.yellowbutton:visited{
|
|||
line-height: 1;
|
||||
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,
|
||||
.form-button:hover,
|
||||
.add-action-button:hover,
|
||||
#verbosePropertyForm input:hover,
|
||||
input.yellowbutton:hover {
|
||||
background-color: #111;
|
||||
input.yellowbutton:hover{
|
||||
color: #fff;
|
||||
background-color: #b2d15a;
|
||||
}
|
||||
input.plainbutton:hover {
|
||||
color: #fff;
|
||||
background-color: #93c3d4;
|
||||
}
|
||||
input#submit:active,
|
||||
.form-button:active,
|
||||
.add-action-button:active,
|
||||
#verbosePropertyForm input:active,
|
||||
input.yellowbutton:active{
|
||||
input.yellowbutton:active,
|
||||
input.plainbutton{
|
||||
top: 1px;
|
||||
}
|
||||
form textarea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue