vendor/assets/stylesheets/form.css.scss in flashgrid-1.0.10 vs vendor/assets/stylesheets/form.css.scss in flashgrid-1.0.11
- old
+ new
@@ -165,10 +165,15 @@
background-color: rgba(246,247,249,1);
color: rgba(158,171,179,1);
font-weight: 200;
}
.uneditable-input { font-weight: normal; }
+input.form-input-initial-width,
+select.form-input-initial-width {
+ display: inline-block;
+ width: initial;
+}
.form-header {
border-bottom: 1px solid rgba(236,238,241,1);
margin-bottom: 30px;
padding-bottom: 5px;
}
@@ -206,10 +211,10 @@
display: block;
padding: 0 10px;
}
.form-error-messages li:first-child { padding-top: 10px; }
.form-error-messages li:last-child { padding-bottom: 10px; }
-.form-img { margin-top: -5px; }
+.form-textarea-small { height: 80px; }
.form-textarea-large { height: 200px; }
.form-input-inline {
display: inline-block;
margin-right: 10px;
}
\ No newline at end of file