From 567cc715fac8d05eb7ece2f4d95b94bae22e3fcb Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 10 May 2013 04:49:09 +0000 Subject: clean admin unused css ... git-svn-id: http://piwigo.org/svn/trunk@22580 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/clear/theme.css | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'admin/themes/clear') diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 8577c90d6..61b7b56a9 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -62,15 +62,13 @@ html, body { /* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */ /* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */ -#headbranch { width: 233px; height: 240px; margin: 0; padding: 0; -position:absolute; left:0px; top:0px; z-index: 0; -background:transparent } -h3, .content, .throw, .row1 { background-color: #ddd; } +h3, .throw, .row1 { background-color: #ddd; } .row2 { background-color:#eeeeee; } -#content { background: #f1f1f1; min-height: 467px;} -.content { +#content { + background: #f1f1f1; border: 1px solid #aaa; + min-height: 467px; margin-left:217px; margin-top: 7px; } @@ -98,7 +96,6 @@ TEXTAREA { cursor:text; font-size: 13px; } .tagSelected LABEL {color:black;} ul.thumbnails input { color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;} -INPUT.bigbutton:hover { background-color: #ddd; color:#0cc; border: 0; } .throw { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; } label { cursor:pointer } .categoryLi, .menuLi { background: #ddd } @@ -297,7 +294,7 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;} #pwgMain {padding-left:0} -.grp_action A, input[type="submit"], input[type="button"], input[type="reset"], a.bigButton { +.buttonLike, input[type="submit"], input[type="button"], input[type="reset"] { font-size:12px; font-weight:bold; letter-spacing:1px; @@ -311,10 +308,11 @@ UL.thumbnails li.rank-of-image {background-color: #ddd;} margin-left:0; } -.grp_action A:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover { +.buttonLike:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover { cursor: pointer; - background-color:#ff7700; - color:white; + background-color: #ff7700; + color: white; + text-decoration: none; } p.albumTitle img {margin-bottom:-3px;} \ No newline at end of file -- cgit v1.2.3