summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-07 21:20:03 +0100
committerYorhel <git@yorhel.nl>2008-12-07 21:20:03 +0100
commit5230fed8bdd5ca640ab1f6e47e7509cbabc77923 (patch)
tree1fc523e1701844d1ae4215284155580174803919 /static
parent606a3f645767db6263506b146610df36242fa33a (diff)
Relative width for the producer browse lists
Looks a lot better with any window size!
Diffstat (limited to 'static')
-rw-r--r--static/f/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 6917dd8c..b277dca5 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -754,8 +754,8 @@ ul#catselect li li.exc { background-position: 0px -33px; color: #c00; }
.producerbrowse ul {
float: left;
margin-top: -5px;
- margin-left: 25px;
- min-width: 170px;
+ margin-left: 3%;
+ width: 28%;
}
.producerbrowse ul li {
list-style-type: none;