mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Fixed DatetimeField display in cms
MINOR Removed obsolete .calendardate styles from cms_right.css git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@107442 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
255aa5d0f5
commit
862b9823d1
@ -29,9 +29,7 @@
|
||||
.right form .text,
|
||||
.right form .field span.readonly,
|
||||
.right form .field span.readonly i,
|
||||
.right form div.TableListField table i,
|
||||
.right form .calendardate input,
|
||||
.right form .dropdowntime input {
|
||||
.right form div.TableListField table i {
|
||||
font-size: 12px;
|
||||
}
|
||||
.right form .field span.readonly {
|
||||
@ -81,12 +79,16 @@
|
||||
.right form .countrydropdown select option {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.right form .field .middleColumn {
|
||||
display: block;
|
||||
background: #e9e9e9;
|
||||
padding: 3px;
|
||||
width: 97%;
|
||||
}
|
||||
.right form .field .middleColumn .middleColumn {
|
||||
padding: 0;
|
||||
}
|
||||
.right form .field.image .middleColumn,
|
||||
.right form .field.simpleimagefield_disabled .middleColumn {
|
||||
padding-bottom:0;
|
||||
@ -117,6 +119,21 @@
|
||||
width: 96%;
|
||||
}
|
||||
|
||||
.right form .datetime .date,
|
||||
.right form .datetime .time {
|
||||
float: left;
|
||||
clear: none;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.right form .datetime .middleColumn {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.right form .datetime .date input,
|
||||
.right form .datetime .time input{
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.right form textarea,
|
||||
.right form input.text,
|
||||
@ -209,13 +226,6 @@
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#right form .calendardate, .calendardate {
|
||||
position: relative;
|
||||
}
|
||||
#right form .calendardate input, .calendardate input {
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
#SiteTreeFilterDate {
|
||||
width: 68px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user