diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-26 07:52:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-26 07:52:05 +0000 |
commit | cff8e731529103c63da1c2ef8e3dd0b91686b1c2 (patch) | |
tree | 3574642cbed6bdec1ca93f77d309cf941a6fa909 /templates/default.css | |
parent | 3ccf8570aa6c2070e15bcd03fa0fa0351a80fba5 (diff) | |
download | ampache-cff8e731529103c63da1c2ef8e3dd0b91686b1c2.tar.gz ampache-cff8e731529103c63da1c2ef8e3dd0b91686b1c2.tar.bz2 ampache-cff8e731529103c63da1c2ef8e3dd0b91686b1c2.zip |
fixed acls and improved the classic theme a little more
Diffstat (limited to 'templates/default.css')
-rw-r--r-- | templates/default.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/default.css b/templates/default.css index 1da59b93..656a3cbf 100644 --- a/templates/default.css +++ b/templates/default.css @@ -250,7 +250,7 @@ div#Header{ * TO DO: Fill in 1px border around menus & submenu items * Make padding apply to the li, not just an a. Moving padding: to li throws off the dropdown menu alignment. */ - + div#sidebar{ clear:both; position:absolute; @@ -287,7 +287,7 @@ div#sidebar{ display: block; border-bottom: 1px solid #8B8B8B; border-left: 1px solid #8B8B8B; - border-right: 1px solid #8B8B8B; + border-right: 4px solid #B4B4B4; border-top: 1px solid #8B8B8B; /* float: left; /* use for horizontal menu; comment out otherwise */ padding: 5px 0px 5px 10px; @@ -295,6 +295,10 @@ div#sidebar{ background-color:#FFFFFF; } +#sidebar ul.subnavside li { + border-right: 1px solid #B4B4B4; +} + #sidebar a, .navbutton { display: block; /*Not sure why this is neccesary, but it is for IE*/ text-decoration: none; |