Explorar el Código

removed margin-top and padding-top from fieldsets tag to create better alignment in forms

Garrick van Buren hace 12 años
padre
commit
6a263680cc
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      assets/stylesheets/foreground.css

+ 2 - 1
assets/stylesheets/foreground.css

@@ -445,7 +445,8 @@ legend {
 
 fieldset {
   line-height: 1.6em;
-  padding: 0.25em 1.25em 1em 1.25em;
+  padding: 0 1.25em 1em 1.25em;
+  margin-top: 0;
 }
 
 span.smwbuiltin,