mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
1a43ad5ed3
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.
6 lines
94 B
SCSS
Executable File
6 lines
94 B
SCSS
Executable File
.datetime .middleColumn .middleColumn {
|
|
margin: 0;
|
|
padding: 0;
|
|
clear: none;
|
|
float: left;
|
|
} |