summaryrefslogtreecommitdiffstats
path: root/themes/classic/templates
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-09-27 21:12:29 +0000
committerspocky <spocky@ampache>2007-09-27 21:12:29 +0000
commit9030c16466ec16db505d755d9b6405b5a40c897d (patch)
tree2d9f9abd47a304801ad34b94432e5ad245fcd713 /themes/classic/templates
parentcb3ecc7353f0e27563e8cda84848350f09306434 (diff)
downloadampache-9030c16466ec16db505d755d9b6405b5a40c897d.tar.gz
ampache-9030c16466ec16db505d755d9b6405b5a40c897d.tar.bz2
ampache-9030c16466ec16db505d755d9b6405b5a40c897d.zip
Updated rightbar submenu html/css
Diffstat (limited to 'themes/classic/templates')
-rw-r--r--themes/classic/templates/default.css42
1 files changed, 7 insertions, 35 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index e5a3d3b4..7b45af13 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -186,38 +186,11 @@ h3#content_title span {
}
#rightbar #rb_action li { display:inline; }
-#rightbar li#pl_add { position:relative; z-index:10;}
-#rightbar li#pl_add:hover { background:#99ccff; }
+#rightbar li#rb_add, #rightbar li#pl_add { position:relative; z-index:10;}
+#rightbar li#rb_add:hover, #rightbar li#pl_add:hover { background:#99ccff; }
/* Rightbar AddItems SubMenu */
-#rightbar li:hover #pl_action_additems { display:block; }
-#rightbar #pl_action_additems {
- display:none;
- position:absolute;
- right:0px;
- top:18px;
- background:#fff;
- border:2px solid #c0c0c0;
- width:120px;
- font-size:0.7em;
- padding:0.3em;
-}
-* html #rightbar #pl_action_additems {right:100px;} /* IE6 fix */
-
-#rightbar #pl_action_additems a {
- display:block;
- padding:0.1em;
- border-bottom:1px dotted #c0c0c0;
- color:#5b5b5b;
- text-decoration:none;
- text-align:right;
-}
-
-
-#rightbar li#rb_add { position:relative; z-index:10;}
-#rightbar li#rb_add:hover { background:#99ccff; }
-/* Rightbar AddItems SubMenu */
-#rightbar li:hover #rb_action_additems { display:block; }
-#rightbar #rb_action_additems {
+#rightbar li:hover .submenu { display:block; }
+#rightbar .submenu {
display:none;
position:absolute;
right:0px;
@@ -228,9 +201,9 @@ h3#content_title span {
font-size:0.7em;
padding:0.3em;
}
-* html #rightbar #rb_action_additems {right:100px;} /* IE6 fix */
+* html #rightbar .submenu {right:100px;} /* IE6 fix */
-#rightbar #rb_action_additems a {
+#rightbar .submenu a {
display:block;
padding:0.1em;
border-bottom:1px dotted #c0c0c0;
@@ -239,8 +212,7 @@ h3#content_title span {
text-align:right;
}
-#rightbar #pl_action_additems a:hover,
-#rightbar #rb_action_additems a:hover,
+#rightbar .submenu a:hover,
#rightbar #rb_current_playlist a:hover { background:#99ccff; color:#fff; }
/* Rightbar playlist */