aboutsummaryrefslogtreecommitdiff
path: root/h-source/Public
diff options
context:
space:
mode:
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 {