mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX Styling fixes for DateField/TimeField/DatetimeField in the CMS
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@107812 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
3ef552d539
commit
fe44a59fde
@ -119,17 +119,30 @@
|
||||
width: 96%;
|
||||
}
|
||||
|
||||
.time .timeIcon,
|
||||
.datetime .timeIcon {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
.right form .date input.month,
|
||||
.right form .date input.day,
|
||||
.right form .date input.year {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.right form .datetime .clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.right form .datetime .date,
|
||||
.right form .datetime .time {
|
||||
float: left;
|
||||
clear: none;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.right form .datetime .middleColumn {
|
||||
.right form .datetime .middleColumn .middleColumn {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.right form .datetime .date input,
|
||||
.right form .datetime .time input {
|
||||
width: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user