aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-10-14 22:06:22 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-10-14 22:06:22 +0000
commitd6b6baa4bcc1f2f6077b785ed90b4eb24e414451 (patch)
tree3f249fe949583b58ed92835600bcccef2117b3d1 /h-source/Public
parent2ab9d78444374d55a45b63a1693f5194a7baae60 (diff)
moderators can see all the actions carried out by users - part 2
Diffstat (limited to 'h-source/Public')
-rw-r--r--h-source/Public/Css/main.css19
1 files changed, 12 insertions, 7 deletions
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 {