Reuse orphan .penalty css class moderatorial comments

This commit is contained in:
Aleksei Miheev
2014-01-05 13:45:34 +00:00
parent 232da71bc6
commit d8ea1def72
2 changed files with 8 additions and 10 deletions

View File

@@ -281,14 +281,13 @@ height:expression(this.offsetHeight>70 ? "70px" : "auto");
font-weight: bold;
font-size: x-small;
}
.penalty {
color: white;
font-size: small;
font-weight: bold;
}
.ban {
background-color: red;
}
.penalty {
background-color: orange;
color: white;
}
.read-only {
background-color: orange;
}

View File

@@ -272,14 +272,13 @@ height:expression(this.offsetHeight>70 ? "70px" : "auto");
font-family: Tahoma, arial, helvetica, sans-serif;
font-size: x-small;
}
.penalty {
color: white;
font-size: small;
font-weight: bold;
}
.ban {
background-color: red;
}
.penalty {
background-color: orange;
color: white;
}
.read-only {
background-color: orange;
}