diff options
author | plegall <plg@piwigo.org> | 2010-03-30 13:27:18 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-30 13:27:18 +0000 |
commit | 75ba6ad47a45ffd582efd3bbdb40aaa5aab2086a (patch) | |
tree | 692a5960d4644fe9fd014698c08024ab05b8eab5 /admin/themes/clear | |
parent | 0410e5e1ef61bd0cb686414fd35d65014dfeba87 (diff) |
feature 1557: new design for plugin list management, 1 block = 1 status.
No icon.
git-svn-id: http://piwigo.org/svn/trunk@5474 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r-- | admin/themes/clear/theme.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index f4e2cc526..0e70b4b20 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -233,3 +233,6 @@ html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers #pwgHead, #footer {color:#666;} #pwgHead A, #footer A {color:#444;} #pwgHead A:hover, #footer A:hover {color:black; border-color:black;} + +.pluginBox {background-color:#ddd;color:#333} +.pluginBoxNameCell {font-weight:bold;} |