diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-23 06:49:34 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-23 06:49:34 +0000 |
commit | c47908044458821b83ad1954dd3bc29248e2fc4b (patch) | |
tree | b72f93cac1b8fffaa6a047e1f2ebea5ff5d2757a /templates/style.inc | |
parent | cb14ac7b4bddc4f8ee59ef4b7d7e6ddb9cacbaaf (diff) | |
download | ampache-c47908044458821b83ad1954dd3bc29248e2fc4b.tar.gz ampache-c47908044458821b83ad1954dd3bc29248e2fc4b.tar.bz2 ampache-c47908044458821b83ad1954dd3bc29248e2fc4b.zip |
adding it_IT and fixing a bug that let guests use batch download
Diffstat (limited to 'templates/style.inc')
-rw-r--r-- | templates/style.inc | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/templates/style.inc b/templates/style.inc index 32578840..f34b1e53 100644 --- a/templates/style.inc +++ b/templates/style.inc @@ -340,7 +340,7 @@ #sidebar ul ul li { margin: 0 0 1px 0; } - #sidebar ul ul a, .subnavbutton + #sidebar ul ul a { display: block; padding: 5px 5px 5px 30px; @@ -350,6 +350,20 @@ text-decoration: none; } + /*#navcontainer ul li + { + float:left; + } +*/ + .subnavbutton + { + background-color: #ddd; + padding: 5px 5px 5px 30px; + text-decoration: none; + color: #000; + width: 125px; + } + #sidebar ul ul a:hover { color: #000; |