From 179106efaff17b4fa25667381244ebc46789885e Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 20 Sep 2007 23:45:23 +0000 Subject: - removed unused code from the calendar - removed some unused css rules, simplified css a bit and made some rule grouping (nothing important) git-svn-id: http://piwigo.org/svn/trunk@2101 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/clear/theme.css | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'template/yoga/theme/clear/theme.css') diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index baf3aba31..3fc79f055 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -34,7 +34,7 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .row1 { } FIELDSET, INPUT, SELECT, TEXTAREA, -#content DIV.comment A.illustration IMG, #infos, +#content DIV.comment A.illustration IMG, #content DIV.thumbnailCategory { border: 1px solid gray; } @@ -75,29 +75,12 @@ A.navThumb, A.navThumb:hover { border-bottom: none; } -/* others */ -.pleaseNote { - background: #9c9c9c; - color: #ffff99; - padding: 1ex; - font-weight: bold; -} - /*calendar elements*/ -SPAN.calItemEmpty { color: silver; } - SPAN.calItem, SPAN.calItemEmpty { border: 1px solid silver; } -/* nice looking month calendar*/ -TD.calDayCellEmpty, TD.calDayCellFull { border: 1px solid #7E7262;} - -TD.calDayCellEmpty { color: silver; } - -.calBackDate { color: #000; } -.calForeDate { color: #fff; } .virtual_cat { background: #fff !important; } #mbMenu #quicksearch > p { text-align: left; } #qsearchInput { color: #d3d3d3; } -- cgit v1.2.3