summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/media/style.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/static/media/style.css b/static/media/style.css
index 0ded7a460..a177cbd07 100644
--- a/static/media/style.css
+++ b/static/media/style.css
@@ -187,21 +187,31 @@ div.form {
text-align:center;
}
-div.form table{
+.form table{
padding:0.2em;
margin-left:auto;
margin-right:auto;
}
-div.form table th{
+.form table th{
text-align:left;
width:200px;
+ font-weight:normal;
}
-div.form .errorlist{
+.form .errorlist{
color:#922;
}
+.form table .required th{
+ font-weight:bold;
+}
+
+.form input[readonly=True]{
+ background-color:#EEE;
+ border:0;
+}
+
.info{
margin-left:auto;
margin-right:auto;