summaryrefslogtreecommitdiffstats
path: root/themes/classic
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-05-01 14:03:39 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-05-01 14:03:39 +0000
commit7b187d52ab53378cc78f132663e704d04392a8d8 (patch)
tree76c95dceaf5c9e5a573b1c3679547546215794fc /themes/classic
parent55f3509433262d753938e066869ee9b41caf04eb (diff)
downloadampache-7b187d52ab53378cc78f132663e704d04392a8d8.tar.gz
ampache-7b187d52ab53378cc78f132663e704d04392a8d8.tar.bz2
ampache-7b187d52ab53378cc78f132663e704d04392a8d8.zip
initial, ugly, non-working "new" sidebar
Diffstat (limited to 'themes/classic')
-rw-r--r--themes/classic/templates/default.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index e156acd7..7ebce74f 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -1,6 +1,6 @@
/*
- Copyright (c) 2001 - 2006 Ampache.org
+ Copyright (c) 2001 - 2007 Ampache.org
All rights reserved.
This program is free software; you can redistribute it and/or
@@ -237,6 +237,22 @@ h3#content_title span {
.horizontal_menu #sidebar li { clear: none; border:1px solid #8b8b8b; }
.horizontal_menu #sidebar ul.subnavside { left: 0; top: 2em; }
+/* For sidebar tabs */
+#sidebar-tabs li {
+ clear: none;
+ width: auto;
+ padding:2px;
+ border: 1px solid #ffffff;
+}
+#sidebar-tabs li.active {
+ background-color:#c0c0c0;
+ border:1px solid #c0c0c0;
+}
+#sidebar-page {
+ clear: left;
+ background-color:#c0c0c0;
+}
+
/* Menu Elements Display (icons, visibility...) */
#sidebar_home a { }