1
0
mirror of https://github.com/silverstripe/silverstripe-framework synced 2024-10-22 12:05:37 +00:00
Loz Calver 57e4bca55e FIX: Minor CSS issues on DatetimeField
The two 'child' field divs with a `.field` class were adding additional
margin and borders

SCSS updates
2013-05-20 09:59:53 +01:00

11 lines
182 B
SCSS
Executable File

.datetime .middleColumn .middleColumn {
margin: 0;
padding: 0;
clear: none;
float: left;
}
.datetime .middleColumn .field {
margin: 0;
border-bottom: none;
box-shadow: none;
}