silverstripe-framework/scss/DatetimeField.scss
Ingo Schommer b350ded87c Fixed DatetimeField formatting (single row, smaller field)
Also removed the arbitrary right-floating of fields within a fieldgroup
2013-02-05 12:01:32 +01:00

17 lines
368 B
SCSS
Executable File

.datetime .middleColumn .middleColumn {
margin: 0;
padding: 0;
clear: none;
float: left;
}
.datetime .date .middleColumn {
// Fits a standard date, as well as most abbreviated month names
width: 12em;
}
.datetime .time .middleColumn {
// make room to accommodate for additional modifier fields,
// such as a dropdown field to preselect time
width: 15em;
}