summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-14 12:25:20 +0100
committerYorhel <git@yorhel.nl>2008-11-14 12:25:20 +0100
commit46fb3641fd0c516061858c8af028404c71608920 (patch)
tree3d8ccddecd37fb62170a88dad44b8cd8441d2040 /static
parente5d79246f94a08ebd8f421b84735416cf942c44a (diff)
Added producer list + search
Although the actual listing of producers is still pending...
Diffstat (limited to 'static')
-rw-r--r--static/f/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 0736d6db..ca8f4d71 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -316,6 +316,15 @@ table thead td {
background-color: #135;
/*background-color: #112337;*/
}
+form.search {
+ display: block;
+ width: 100%;
+ text-align: center;
+ margin: 0 0 10px 0;
+}
+form.search .submit {
+ padding: 0 1px;
+}