summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-11 13:45:42 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-11 13:45:42 +0200
commit9b8967e4ef3d86d124d62bc1a65183e05cf50b4e (patch)
treee456e7dd383ae699677fe530154397ad17cca961 /static/style.css
parentdd5194709bd6d44dd5f02881d94e278fbebb0841 (diff)
downloadklausuren-9b8967e4ef3d86d124d62bc1a65183e05cf50b4e.tar.gz
klausuren-9b8967e4ef3d86d124d62bc1a65183e05cf50b4e.tar.bz2
klausuren-9b8967e4ef3d86d124d62bc1a65183e05cf50b4e.zip
moved item order of select, some style and validation tweaks
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index aaaf464..a46689e 100644
--- a/static/style.css
+++ b/static/style.css
@@ -120,13 +120,22 @@ a:hover {
span.error {
font-weight: bold;
color: #F00;
+ display: block;
+ margin-left: 200px;
}
select {
font-family: monospace;
width: 350px;
border: 1px solid #ccc;
- padding: 2px 5px;
+ padding: 5px 5px;
background-color: #fff;
}
+#module_new {
+ width: 200px;
+ margin-left: 10px;
+ padding: 5px 5px;
+ border: 1px solid #ccc;
+}
+