NIHVIVO-556: Making name selectors and markup consistent (using dash in between words VS camel notation), adding more aria roles, shortening selector names, just continuing cleaning markup for templates and optimizing css files.
This commit is contained in:
parent
534face143
commit
da905d48c2
7 changed files with 109 additions and 115 deletions
|
@ -783,7 +783,7 @@ padding-top:36px;
|
|||
|
||||
/* styles for error alerts */
|
||||
|
||||
#errorAlert{
|
||||
#error-alert{
|
||||
color:#900;
|
||||
padding:0px;
|
||||
margin-bottom:5px;
|
||||
|
@ -792,7 +792,7 @@ padding-top:36px;
|
|||
}
|
||||
|
||||
|
||||
#errorAlert img{
|
||||
#error-alert img{
|
||||
float:left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
|
@ -801,7 +801,7 @@ padding-top:36px;
|
|||
|
||||
}
|
||||
|
||||
#errorAlert p{
|
||||
#error-alert p{
|
||||
padding-left:30px;
|
||||
font-size:0.9em;
|
||||
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
|
||||
}
|
||||
/* styles for error alerts */
|
||||
#errorAlert{
|
||||
#error-alert{
|
||||
color:#900;
|
||||
padding:0px;
|
||||
margin-bottom:5px;
|
||||
|
@ -108,14 +108,14 @@
|
|||
}
|
||||
|
||||
|
||||
#errorAlert img{
|
||||
#error-alert img{
|
||||
float:left;
|
||||
margin:0;
|
||||
padding:0;
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
#errorAlert p{
|
||||
#error-alert p{
|
||||
padding-left:35px;
|
||||
font-size:0.9em;
|
||||
line-height:30px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue