Merge pull request #434 from naepalm/7.1.5
Updated the dictionary table icons and the CSS
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -49,9 +49,9 @@ namespace umbraco.presentation.settings {
|
||||
lt_table.Text += "<td>";
|
||||
|
||||
if (string.IsNullOrEmpty(di.Value(lang.id)))
|
||||
lt_table.Text += "<img src='../images/false.png' />";
|
||||
lt_table.Text += "<i class='icon-alert'></i>";
|
||||
else
|
||||
lt_table.Text += "<img src='../images/true.png' />";
|
||||
lt_table.Text += "<i class='icon-check'></i>";
|
||||
|
||||
lt_table.Text += "</td>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user