From d6b6baa4bcc1f2f6077b785ed90b4eb24e414451 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Fri, 14 Oct 2011 22:06:22 +0000 Subject: moderators can see all the actions carried out by users - part 2 --- h-source/Public/Css/main.css | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'h-source/Public') diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 97c7da7..cc1dd3e 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1591,23 +1591,28 @@ ins .listTable { margin:20px 5px; + width:100%; } /*MODERATORS' PAGE*/ -tr.listRow td{ - font: normal 14px/1 sans-serif,arial; - padding:10px 5px; +tr.listRow td +{ + font: normal 13px/1 sans-serif,arial; + padding:5px 5px; +} +tr.listRow td.type_column +{ + width:15%; } - tr.listHead { - font: bold 14px/1 sans-serif,arial; + font: bold 13px/1 sans-serif,arial; } tr.listHead td { padding:8px 4px; background:#ADD8E6; - border-top:1px solid #4169E1; - border-bottom:1px solid #4169E1; +/* border-top:1px solid #4169E1; */ +/* border-bottom:1px solid #4169E1; */ } .recordsBox { -- cgit v1.2.3