Merge pull request #434 from naepalm/7.1.5

Updated the dictionary table icons and the CSS
This commit is contained in:
Shannon Deminick
2014-07-31 18:46:29 -06:00
2 changed files with 37 additions and 2 deletions

View File

@@ -395,4 +395,39 @@ table thead a {
position:relative;
top:0;
left:0;
}
/* DICTIONARY */
#dictionaryItems tr {
border-top:solid 1px @grayLight;
}
#dictionaryItems thead tr {
border-top:none;
font-weight:bold;
}
#dictionaryItems th {
text-align:left;
font-weight:normal;
}
#dictionaryItems td {
text-align:center;
}
#dictionaryItems thead td:first-of-type {
text-align: left;
}
#dictioanryItems i {
font-size:18px;
}
#dictionaryItems .icon-alert {
color:@red;
}
#dictionaryItems .icon-check {
color:@green;
}