summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style_v2.css (renamed from static/style_v1.css)19
1 files changed, 13 insertions, 6 deletions
diff --git a/static/style_v1.css b/static/style_v2.css
index 35063ad..89fa08b 100644
--- a/static/style_v1.css
+++ b/static/style_v2.css
@@ -13,7 +13,7 @@ body {
background-color: #fff;
clear: both;
margin: 0px auto;
- width: 920px;
+ width: 1000px;
padding: 20px;
}
@@ -72,11 +72,6 @@ footer a, footer a:visited {
font-size: 50%;
}
-#header form {
- float: right;
- padding-right: 20px;
- text-align: right;
-}
#filelist {
list-style: none;
@@ -176,3 +171,15 @@ select {
margin: 0px auto;
}
+#upload form, #upload div {
+ display: inline-block;
+}
+
+#upload div {
+ vertical-align: top;
+ padding-left: 30px;
+}
+
+.right {
+ float: right;
+}