silverstripe-framework/scss/DatetimeField.scss
Ingo Schommer 1a43ad5ed3 Removed widths on DatetimeField children
Makes it more flexible in regards to field widths,
e.g. DMY fields vs. a single input field. Also allows
to extend with additional fields more easily, e.g.
a drop down through the "timedropdownfield" module.
2013-02-07 11:41:20 +01:00

6 lines
94 B
SCSS
Executable File

.datetime .middleColumn .middleColumn {
margin: 0;
padding: 0;
clear: none;
float: left;
}