generators/fume/simple_theme/templates/public/stylesheets/simple-theme.less in fume-0.2.6 vs generators/fume/simple_theme/templates/public/stylesheets/simple-theme.less in fume-0.3.0
- old
+ new
@@ -297,10 +297,11 @@
padding-left: 1em;
.inline-errors {
color: red;
margin: 0;
font-size: 1.1em;
+ margin-top: 0.2em;
}
}
.string, .select, .text, .numeric, .file, .password, .boolean {
@@ -333,11 +334,15 @@
}
}
.check_boxes {
fieldset {
- .label label {
- font-size: 1.2em;
+ .label {
+ padding-bottom: 0.2em;
+
+ label {
+ font-size: 1.2em;
+ }
}
ol li {
float: left;
margin-right: 0.5em;