various cleanups and tweaks
[myslice.git] / plugins / form / static / css / form.css
index e8f79e2..89fd941 100644 (file)
@@ -1,5 +1,4 @@
 #commentForm {
-    
     margin:0 auto;
     width:800px;
     padding:10px;
@@ -7,33 +6,35 @@
     overflow:auto;
     }    
 input {
-        border:2px solid #456879;
-        height: 22px;
-        width: 200px;
-        font-size: 10px;
+    border:2px solid #456879;
+    height: 22px;
+    width: 200px;
+    font-size: 10px;
     }    
 label { 
-        float: left;
-        font-weight: bold;
-        text-align: right;
-        margin-right: 20px;
-        width: 200px;
-        display: inline-block;
+    float: left;
+    font-weight: bold;
+    text-align: right;
+    margin-right: 20px;
+    width: 200px;
+    display: inline-block;
         
 }
-
-label.error { float: none; color: red; padding-left: .5em; vertical-align: top; font-size: 12px; }
-
+label.error { 
+    float: none;
+    color: red;
+    padding-left: .5em;
+    vertical-align: top;
+    font-size: 12px; 
+}
 p {
-/*border-bottom:1px solid #B7DDF2;*/
-color:#666666;
-font-size:10px;
-margin-bottom:20px;
-padding-bottom:10px;
+    /*border-bottom:1px solid #B7DDF2;*/
+    color:#666666;
+    font-size:10px;
+    margin-bottom:20px;
+    padding-bottom:10px;
 }
 
-
-
 legend {
     position: relative;
     top: -2px;
@@ -53,16 +54,16 @@ textarea:focus, input:focus {
 }
 
 .required{
-font-size:12pt;
+    font-size:12pt;
 }
 .submit {
-/* float:right; */
-text-align: center;
-margin-top: 15px;
-margin-left: 180px;
+    /* float:right; */
+    text-align: center;
+    margin-top: 15px;
+    margin-left: 180px;
 }
 .field {
-padding:2px;
+    padding:2px;
 }
 .hint{
     display:none;
@@ -79,4 +80,3 @@ padding:2px;
     -webkit-border-radius: 7px;
     border-radius: 7px;
     }
-