summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-06-11 17:50:19 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-06-11 17:50:19 +0200
commitb280d60368ed6a287d309063ccf9b61a09dc971f (patch)
tree61223d0f02455513c772f3f7ac6a6d37b3a1db46 /static
parentf0e7c6253eb80ae81ed0f7ec6a1b5fe01e5c5e14 (diff)
downloadIshtar-b280d60368ed6a287d309063ccf9b61a09dc971f.tar.bz2
Ishtar-b280d60368ed6a287d309063ccf9b61a09dc971f.zip
Highlight mandatory fields (closes #435)
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;