Browse Source

Fix: timepicker error messages vertical align.

master
Ilya Konanykhin 8 years ago
parent
commit
462cf8b5d5
  1. 6
      app/assets/stylesheets/frontend.scss

6
app/assets/stylesheets/frontend.scss

@ -9,4 +9,10 @@ body {
fieldset, .fieldset {
margin-top: $line-height-computed;
margin-bottom: $line-height-computed;
}
.bootstrap-timepicker {
.form-group {
vertical-align: top;
}
}
Loading…
Cancel
Save