vendor/assets/stylesheets/form.css.scss in flashgrid-3.3.2 vs vendor/assets/stylesheets/form.css.scss in flashgrid-3.4.0

- old
+ new

@@ -51,10 +51,11 @@ -moz-box-sizing: border-box; box-sizing: border-box; color: rgba(43,50,53,1); display: block; font-size: 16px; + line-height: 16px; margin-bottom: 5px; padding: 13px 0 10px 0; text-indent: 10px; -webkit-transition: border linear 0.2s; transition: border linear 0.2s; @@ -101,16 +102,18 @@ input[type="radio"], input[type="checkbox"] { width: auto; } select { -webkit-appearance: none; -moz-appearance: none; + background: rgba(255,255,255,1); border: 1px solid rgba(225,232,237,1); border-radius: 0; -moz-box-sizing: border-box; box-sizing: border-box; color: rgba(43,50,53,1); - font-size: 100%; + font-size: 16px; + line-height: 16px; margin-bottom: 5px; padding: 13px 0 10px 10px; text-indent: 0; text-transform: capitalize; width: 100%; @@ -184,11 +187,11 @@ .form-header h1, .form-header h2, .form-header h3, .form-header h4, .form-header h5, -.form-header h6 { margin-bottom: 0; } +.form-header h6 { margin-bottom: 0; } .form-error-messages { margin-bottom: 40px; } .form-error-messages h4 { background: rgba(235,238,240,1); border: 1px solid rgba(225,232,237,1); margin: 0; @@ -203,12 +206,12 @@ display: block; padding: 0 10px; } .form-error-messages li:first-child { padding-top: 10px; } .form-error-messages li:last-child { padding-bottom: 10px; } -.form-textarea-small { height: 80px; } -.form-textarea-large { height: 200px; } +.form-textarea-small { height: 80px; } +.form-textarea-large { height: 200px; } .form-file-input { height: 0; margin: 0; padding: 0; position: fixed; @@ -274,10 +277,10 @@ .form-file-group-addon:first-child .form-file-group-button { border-right: 0; } .form-input-group-addon:last-child, .form-file-group-addon:last-child, .form-file-group-addon:last-child .form-file-group-button { border-left: 0; } .form-input-group-addon input[type="radio"], -.form-input-group-addon input[type="checkbox"] { margin: 0; } +.form-input-group-addon input[type="checkbox"] { margin: 0; } .form-input-inline { display: inline-block; margin-right: 10px; } .form-text-inline { margin-top: 13px; } \ No newline at end of file