aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/clear
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-11-08 21:12:26 +0000
committerrvelices <rv-github@modusoptimus.com>2012-11-08 21:12:26 +0000
commit0484f869185782fb6a5e4fd1c43cea3e174a8c3e (patch)
treed3264e25f13275b6027be9d37d4d306bf2cab54e /admin/themes/clear
parent73abb2a12b87cd4aeac3af0266c3ab68d1cbb96a (diff)
cleanup admin css
git-svn-id: http://piwigo.org/svn/trunk@18976 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r--admin/themes/clear/theme.css28
1 files changed, 8 insertions, 20 deletions
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;
}