This commit is contained in:
Raymond Hill 2014-11-24 11:56:45 -02:00
parent dc16a5c673
commit 1ba3142fdf
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ tr.requestEntry td:nth-of-type(1) {
tr.requestEntry td:nth-of-type(2) { tr.requestEntry td:nth-of-type(2) {
text-align: right; text-align: right;
} }
tr.requestEntry td:nth-of-type(3),
tr.requestEntry td:nth-of-type(4) {
direction: ltr;
}
tr.logBlocked { tr.logBlocked {
background-color: #fff8f8; background-color: #fff8f8;
} }