NIHVIVO-1979: Made stylesheets syntax consistent across the app.

This commit is contained in:
mb863 2011-02-02 02:59:12 +00:00
parent fa0d314699
commit c54f2c75b7
16 changed files with 846 additions and 634 deletions

View file

@ -10,26 +10,21 @@
#requiredLegend {
display: none;
}
form.customForm p.inline label {
display: inline;
clear: none;
float: none;
margin-right: 1em;
}
.verifyMatch {
margin-left: .5em;
}
form.customForm h4 {
margin-top: 1em;
margin-bottom: .75em;
}
.acSelector[disabled="disabled"]
{
border-width:0px;
background:none;
color:#000;
}
.acSelector[disabled="disabled"]{
border-width: 0;
background: none;
color: #000;
}