aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2011-11-15 21:13:02 +0000
committerrvelices <rv-github@modusoptimus.com>2011-11-15 21:13:02 +0000
commit0830ee14134df4b872e470450cfbdd3e2a873b10 (patch)
treef975492610ceff9ded535bb96292a8edb86e495e /admin/themes/roma
parentf6a6701fb77e377e33896c1d73821416dcc7b921 (diff)
remove some useless css admin rules
git-svn-id: http://piwigo.org/svn/trunk@12633 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma')
-rw-r--r--admin/themes/roma/theme.css30
1 files changed, 14 insertions, 16 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 73de4410a..ad891f57f 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -25,13 +25,13 @@ INPUT[type="submit"], INPUT[type="reset"] { color:#999; border: 1px solid #666;
legend, h3 { color: #666; }
h2 { color: #ccc; }
-.header_notes {
+.header_notes {
background: transparent url(../default/icon/note.png) no-repeat right top;
- border: none;
+ border: none;
min-height: 48px;
- padding: 15px 60px 0 0;
+ padding: 15px 60px 0 0;
right: 0;
- width: 550px;
+ width: 550px;
}
html, body { min-height: 100%; }
@@ -49,7 +49,7 @@ h3, #imageToolBar a:hover, .row2, .content { background-color: #222; }
#content { min-height: 466px; margin-top: 15px; }
.content {
- border: 1px solid #222;
+ border: 1px solid #222;
}
.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0; text-align:center; background:none; border: 0; }
@@ -59,10 +59,13 @@ h3, #imageToolBar a:hover, .row2, .content { background-color: #222; }
.content dl, dd { margin:5px; }
-UL.thumbnails span.wrap2:hover { background-color:#111; border:1px solid #FF3363; color:#666; }
-UL.thumbnails span.wrap2 { border:1px solid #666; padding: 4px; }
-UL.thumbnails span.wrap2 { -moz-border-radius:4px; }
-UL.thumbnails span.wrap1 { margin:0 12px 5px; }
+UL.thumbnails span.wrap2:hover { background-color#7CBA0F; color:#666; }
+UL.thumbnails span.wrap2 {
+ padding: 4px;
+ border-radius: 4px;
+ background-color:#333;
+}
+
/* .throw, */ td h3 {
background-image: url(images/fillet.png); background-repeat: repeat-x; }
/* borders */
@@ -70,10 +73,6 @@ fieldset { border: 2px solid #333; }
INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
TEXTAREA { cursor:text; font-size: 13px; }
-UL.thumbnails SPAN.wrap2 {
- border: 1px solid #aaaaaa; /* thumbnails border color and style */
- border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
-}
.tagSelection label { padding-right:12px; }
.tagSelection LI.tagSelected {background-color:#aaa;}
.tagSelected LABEL {color:#000;}
@@ -129,8 +128,8 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
/* menubar is on all admin pages => No specific css file */
#menubar {
background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
-border:0;
-padding:0; width:207px; z-index:99; text-align: left;
+border:0;
+padding:0; width:207px; z-index:99; text-align: left;
}
#menubar dd {
@@ -239,7 +238,6 @@ display:block; height:85px; left:225px; position:relative; top:-42px; width:313p
.languageName {color:#ccc;}
.languageDefault {background-color:#555; color:#aaa;}
-#batchManagerGlobal ul.thumbnails span.wrap2 {background-color:#333;}
#batchManagerGlobal .thumbSelected {background-color:#555 !important}
#batchManagerGlobal #selectedMessage {background-color:#555; color:#ddd;}