css: prepare new styles for table.syncrules

This commit is contained in:
Thomas Gelf 2015-10-30 23:57:09 +01:00
parent a2e061cae3
commit c94e652011
1 changed files with 28 additions and 0 deletions

View File

@ -346,6 +346,34 @@ tr.running {
color: green;
}
table.syncrules {
tr td:first-child {
padding-left: 1.5em;
&::before {
font-family: 'ifont';
float: left;
font-weight: bold;
margin-left: -1.5em;
line-height: 1.5em;
}
}
tr.in-sync td:first-child::before {
content: '\e803';
color: @color-ok;
}
tr.pending-changes td:first-child::before {
content: '\e864';
color: @color-warning;
}
tr.failing td:first-child::before {
content: '\e804';
color: @color-critical;
}
}
table.simple {
width: auto;
min-width: 100%;