liquid_feedback_frontend
diff static/style.css @ 371:74f768a162e1
Minor style fixes
author | bsw |
---|---|
date | Thu Mar 01 22:56:35 2012 +0100 (2012-03-01) |
parents | 2d39c5f78f7d |
children | 76d7eafb3893 |
line diff
1.1 --- a/static/style.css Thu Mar 01 12:27:59 2012 +0100 1.2 +++ b/static/style.css Thu Mar 01 22:56:35 2012 +0100 1.3 @@ -25,7 +25,9 @@ 1.4 color: black; 1.5 background: white; 1.6 } 1.7 - 1.8 +li { 1.9 + line-height: 133%; 1.10 +} 1.11 p { 1.12 margin-top: 2ex; 1.13 margin-bottom: 2ex; 1.14 @@ -46,6 +48,7 @@ 1.15 1.16 body { 1.17 background: #fff; 1.18 + line-height: 120%: 1.19 } 1.20 1.21 body, th, td { 1.22 @@ -56,6 +59,10 @@ 1.23 margin: 0; 1.24 } 1.25 1.26 +table { 1.27 + margin-top: 1ex; 1.28 +} 1.29 + 1.30 .area_list { 1.31 line-height: 140%; 1.32 } 1.33 @@ -671,6 +678,10 @@ 1.34 * vertical ui.form 1.35 */ 1.36 1.37 +.vertical { 1.38 + margin-top: 2ex; 1.39 +} 1.40 + 1.41 .login input[type=text], 1.42 .vertical input[type=text], 1.43 .login input[type=password],