summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pytask/static/css/base.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/pytask/static/css/base.css b/pytask/static/css/base.css
index a6d491b..fc7f269 100644
--- a/pytask/static/css/base.css
+++ b/pytask/static/css/base.css
@@ -203,9 +203,9 @@ div #form #field label, #form #field-required label {
position: relative;
clear: left;
float: left;
- width: 23%;
+ width: 28%;
margin-right: 1%;
- padding-right: 4%;
+ padding-right: 3%;
text-align: right;
font-weight: bold;
}
@@ -236,7 +236,7 @@ div #form #field textarea, #form #field-required textarea {
div #form p.submit {
clear: both;
background:url('/pytask/static/images/form/form_bottom.gif') no-repeat 0 100%;
- padding: 20px 5% 20px 40%;
+ padding: 20px 5% 20px 32%;
margin:0;
}