summaryrefslogtreecommitdiffstats
path: root/themes/classic/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-05-03 04:14:49 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-05-03 04:14:49 +0000
commit881032d415ef207fda70ddbf93ed012259aaeb2a (patch)
tree849c30b7468542c6b569a7a6641f7e9f47b85811 /themes/classic/templates
parent61e529be4e03bfa21206d2545cd9f5533e384117 (diff)
downloadampache-881032d415ef207fda70ddbf93ed012259aaeb2a.tar.gz
ampache-881032d415ef207fda70ddbf93ed012259aaeb2a.tar.bz2
ampache-881032d415ef207fda70ddbf93ed012259aaeb2a.zip
basic sidebar switching functionality and updated ajax js file
Diffstat (limited to 'themes/classic/templates')
-rw-r--r--themes/classic/templates/default.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index 7ebce74f..9c0f98eb 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -171,7 +171,7 @@ h3#content_title span {
#sidebar{
clear:both;
position:absolute;
- left:5px;
+ left:0px;
top:87px;
}
#sidebar select {
@@ -251,6 +251,7 @@ h3#content_title span {
#sidebar-page {
clear: left;
background-color:#c0c0c0;
+ padding-left:5px;
}