From c3df7f2705140e3830438db7a0dc24eaa1b5cf28 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 24 Nov 2010 20:42:56 +0000 Subject: css rules simplification - merged rules - remove overly qualified inefficient selectors etc... git-svn-id: http://piwigo.org/svn/trunk@7869 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/clear/theme.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'admin/themes/clear') diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index a7832e4d6..baa9315dd 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -100,15 +100,15 @@ background-repeat:no-repeat; color:#999; cursor:pointer; font-size:110%; overflo .instructionBlockContent { padding:0 15px 15px;} SPAN.pwgScreen { font-style:italic; border-bottom:1px dotted #666} -.content ul.thumbnails span.wrap2:hover { background-color:#eee; border:1px solid #0cc9c; color:#999; } -.content ul.thumbnails span.wrap2 { border:1px solid #999; padding: 4px; } -.content ul.thumbnails span.wrap2 { -moz-border-radius-bottomleft:4px; -moz-border-radius-bottomright:4px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; } -.content ul.thumbnails span.wrap1 { margin:0 12px 5px; } +UL.thumbnails span.wrap2:hover { background-color:#eee; border:1px solid #0cc9c; color:#999; } +UL.thumbnails span.wrap2 { border:1px solid #999; padding: 4px; } +UL.thumbnails span.wrap2 { -moz-border-radius:4px; } +UL.thumbnails span.wrap1 { margin:0 12px 5px; } /* borders */ fieldset { border: 2px solid #ddd; } TEXTAREA { cursor:text; font-size: 13px; } -.content UL.thumbnails SPAN.wrap2 { +UL.thumbnails SPAN.wrap2 { border: 1px solid #555555; /* thumbnails border color and style */ border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ } -- cgit v1.2.3