Skip to content

Commit

Permalink
fixed a weird formatting problem that only occurs in the 12-hour-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Jan 7, 2017
1 parent e2d34b2 commit 46f9a14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradleResources/staticResources/css/bsf.css
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,9 @@ label.bf-fatal { color: red; }

.form-inline .minicolors {
display: inline-block;
}

.bootstrap-datetimepicker-widget.wider {
// It seems that 1 em is smaller in BootsFaces than the dateTimePicker expects
width: initial;
}

0 comments on commit 46f9a14

Please sign in to comment.