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:
Ingo Schommer 2010-07-02 04:54:57 +00:00 committed by Sam Minnee
parent 255aa5d0f5
commit 862b9823d1

View File

@ -29,9 +29,7 @@
.right form .text, .right form .text,
.right form .field span.readonly, .right form .field span.readonly,
.right form .field span.readonly i, .right form .field span.readonly i,
.right form div.TableListField table i, .right form div.TableListField table i {
.right form .calendardate input,
.right form .dropdowntime input {
font-size: 12px; font-size: 12px;
} }
.right form .field span.readonly { .right form .field span.readonly {
@ -81,12 +79,16 @@
.right form .countrydropdown select option { .right form .countrydropdown select option {
font-size: 12px; font-size: 12px;
} }
.right form .field .middleColumn { .right form .field .middleColumn {
display: block; display: block;
background: #e9e9e9; background: #e9e9e9;
padding: 3px; padding: 3px;
width: 97%; width: 97%;
} }
.right form .field .middleColumn .middleColumn {
padding: 0;
}
.right form .field.image .middleColumn, .right form .field.image .middleColumn,
.right form .field.simpleimagefield_disabled .middleColumn { .right form .field.simpleimagefield_disabled .middleColumn {
padding-bottom:0; padding-bottom:0;
@ -117,6 +119,21 @@
width: 96%; 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 textarea,
.right form input.text, .right form input.text,
@ -209,13 +226,6 @@
width: auto; width: auto;
} }
#right form .calendardate, .calendardate {
position: relative;
}
#right form .calendardate input, .calendardate input {
width: 8em;
}
#SiteTreeFilterDate { #SiteTreeFilterDate {
width: 68px; width: 68px;
} }