Updated the dictionary table icons and the CSS to make the section more usable.

This commit is contained in:
Janae Cram
2014-07-30 09:12:06 -07:00
parent f8e366bb4a
commit af3b655073
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;
}