summaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
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;
+}
+