diff options
author | plegall <plg@piwigo.org> | 2010-03-26 13:37:20 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-26 13:37:20 +0000 |
commit | 6d006303328909b111a9db1ac4199f0a993adb8b (patch) | |
tree | 9b8e19f7ef9eb437808e6aabd515480cb17bf721 /admin/themes/default/default-layout.css | |
parent | 01978993067275d11cf2b6c0507455f0d0da402d (diff) |
feature 1538: "select all" (+none, +invert) on user comments validation screen.
git-svn-id: http://piwigo.org/svn/trunk@5381 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/default-layout.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index 43ffc2373..518e981d5 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -788,3 +788,6 @@ h2:lang(en) { text-transform:capitalize; } } .content .infos li, .content .errors li { list-style-type:square; } + +.checkActions {text-align:left;padding:0;margin:0;} +.comment A:hover {border:none;}
\ No newline at end of file |