From e42f791f52c502c00d095d6bf9aa3e3989423e98 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 27 Dec 2011 20:26:49 +0000 Subject: feature 2541 multisize - nicer presentation on picture.php - added a maintenance purge derivatives action git-svn-id: http://piwigo.org/svn/trunk@12797 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/clear/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/clear/theme.css') diff --git a/themes/clear/theme.css b/themes/clear/theme.css index 838f33980..258d8b57c 100644 --- a/themes/clear/theme.css +++ b/themes/clear/theme.css @@ -14,12 +14,12 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover { background-color: #d3d3d3; } -#menubar DL, .content, #imageToolBar, .header_notes { +#menubar DL, .content, #imageToolBar, #derivativeSwitchLink, #derivativeSwitchBox, .header_notes { background-color: #eeeeee; } /* borders */ -#menubar DL, .content, #imageToolBar { +#menubar DL, .content, #imageToolBar, #derivativeSwitchLink, #derivativeSwitchBox { border: 1px solid #d3d3d3; } -- cgit v1.2.3