MINOR Fixed DatetimeField display in cms

MINOR Removed obsolete .calendardate styles from cms_right.css (from r107442)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@112609 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-10-15 03:56:59 +00:00
parent ed67b2dc42
commit 7d4f93f0fd

View File

@ -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 {
@ -90,12 +88,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;
@ -126,6 +128,22 @@
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,
.right form textarea.htmleditor {