aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-02-10 13:03:28 +0000
committerplegall <plg@piwigo.org>2012-02-10 13:03:28 +0000
commit9edfe9bbb9203403d1482fc3f18eea664e20dcb3 (patch)
tree25f17f422c641f5fe82fc88d3714762722a23ee9 /admin/themes/default/theme.css
parent996cfad0b48699cc0e7b8a18d7cfc684f1060d80 (diff)
slight redesign on pending comments screen
git-svn-id: http://piwigo.org/svn/trunk@13079 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/themes/default/theme.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index b1c2ef5b2..53c99e10f 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -1057,4 +1057,17 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
vertical-align:top;
border-left:2px solid #ddd;
padding-left:10px;
+}
+
+/* Pending Comments */
+#pendingComments {
+ padding:0 5px 0 10px;
+}
+
+#pendingComments table {
+ width:100%;
+}
+
+#pendingComments .bottomButtons {
+ text-align:left;
} \ No newline at end of file