diff options
author | flop25 <flop25@piwigo.org> | 2013-06-09 18:57:26 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-06-09 18:57:26 +0000 |
commit | 0c2e87cb581356f0e2e600bd8246fe022714bb11 (patch) | |
tree | c117d1cfe8cefc15fe72891d4fed9c83d4a8b4c1 /admin/themes/clear/theme.css | |
parent | 84c5c2b2022d7e3d03f0fe248a85fa49f4eb16b4 (diff) |
bug:2890
new layout finished: ie7 compat, dynamic, rounded corners...
the 2 "Manage..." options has been deleted
git-svn-id: http://piwigo.org/svn/trunk@23121 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear/theme.css')
-rw-r--r-- | admin/themes/clear/theme.css | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 3607da5ff..405139c1e 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -279,7 +279,7 @@ INPUT[type="text"].large { width: 317px; } #pwgHead A:hover, #footer A:hover {color:black;} #footer { background-image: url(images/piwigo_logo_small.png);} -.pluginBox, .pluginMiniBox {background-color:#ddd;color:#353535;border-color:#ddd;} +.pluginBox, .pluginMiniBox, .groups li {background-color:#ddd;color:#353535;border-color:#ddd;} .pluginBoxNameCell, .pluginMiniBoxNameCell {color:#111;} .pluginBox.incompatible, .pluginMiniBox.incompatible {border-color:#a00 !important;} .pluginBoxes .merged, .pluginBoxes .missing {background-color:#d99;border:1px solid #a00;} @@ -321,4 +321,14 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;} text-decoration: none; } -p.albumTitle img {margin-bottom:-3px;}
\ No newline at end of file +p.albumTitle img {margin-bottom:-3px;} + +.groups label>p { + font-size: 1.2em; + color: #111; + background-color:#ccc; +} +label>p.group_select { + color: #666; + background-color:#F9F9F9; +}
\ No newline at end of file |