]> Dogcows Code - chaz/chatty/blobdiff - root/static/css/common.css
better client-side form validation; layout tweaks
[chaz/chatty] / root / static / css / common.css
index 023d30e255d13b47b6d25ead20702370d25f5dad..6474f5bda4a7991fca885e05a8876ee15736a3fe 100644 (file)
@@ -50,6 +50,7 @@ label {
        margin: 5px;
        padding: 10px;
        border: 2px solid black;
+       border-radius: 5px;
        background: white;
 }
 
@@ -62,7 +63,7 @@ label {
 }
 
 #footer {
-       padding: 0;
+       padding: 10px 0 0 0;
        height: 31px;
        line-height: 31px;
        font-size: 0.8em;
@@ -95,3 +96,8 @@ label {
        background: #c66;
 }
 
+form div {
+       height: 32px;
+       line-height: 32px;
+}
+
This page took 0.017346 seconds and 4 git commands to generate.