From 0484f869185782fb6a5e4fd1c43cea3e174a8c3e Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 8 Nov 2012 21:12:26 +0000 Subject: cleanup admin css git-svn-id: http://piwigo.org/svn/trunk@18976 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/clear/theme.css | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) (limited to 'admin/themes/clear/theme.css') diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 81e1fb069..d2514208a 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -25,26 +25,17 @@ INPUT, select, textarea { color:#666; background-color: #ccc; } option[disabled] { background-color: #ccc; } input[type="radio"], input[type="checkbox"] { background-color: transparent; } -INPUT[type="submit"], INPUT[type="button"], INPUT[type="reset"] { - color:#666; - border: 1px solid #777; - background-color: #ddd; - padding: 1px 15px; -} -INPUT[type="text"], INPUT[type="password"], INPUT[type="button"], -INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"] { +INPUT[type="text"], INPUT[type="password"], INPUT[type="file"] { background-color: #ddd; } -INPUT.text, INPUT.password, INPUT.button, -INPUT.submit, INPUT.reset, INPUT.file, SELECT, TEXTAREA { background-color: #ddd; } -INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus, INPUT.submit:hover { +INPUT:focus, SELECT:focus, TEXTAREA:focus { background-color: #eee; color: #666; } @@ -52,12 +43,6 @@ INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus, INPUT.submi INPUT, SELECT, TEXTAREA { border: 1px solid #999; } -INPUT[type="button"]:hover, INPUT[type="submit"]:hover, INPUT[type="reset"]:hover { - cursor:pointer; - color:#666; - border-color: #999; -} - #copyright { color:#777; margin:5px auto 0px 240px; text-align:center; padding-bottom: 15px; } @@ -70,8 +55,11 @@ padding-bottom: 15px; } width: 550px; top: 70px; } -html, body { min-height: 100%; } -body { margin: 0; padding: 0; background:#f9f9f9 } +html, body { + min-height: 100%; + background-color: #f9f9f9; +} + /* #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; @@ -109,7 +97,6 @@ TEXTAREA { cursor:text; font-size: 13px; } .tagSelection LI.tagSelected {background-color:#dbe8f3;} .tagSelected LABEL {color:black;} -.content ul.categoryActions a img { margin-left: 10px; } 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; } @@ -311,6 +298,7 @@ input[type="submit"], input[type="button"], input[type="reset"], a.bigButton { } input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover { + cursor: pointer; background-color:#ff7700; color:white; } -- cgit v1.2.3