mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Moved cms specific styling in CalendarDateField.css to cms/css/cms_right.css
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99362 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
641a8fec7a
commit
5484aaf01a
@ -123,6 +123,7 @@
|
|||||||
height: 21px;
|
height: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.right form textarea,
|
.right form textarea,
|
||||||
.right form input.text,
|
.right form input.text,
|
||||||
.right form textarea.htmleditor {
|
.right form textarea.htmleditor {
|
||||||
@ -214,6 +215,17 @@
|
|||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#right form .calendardate, .calendardate {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
#right form .calendardate input, .calendardate input {
|
||||||
|
width: 8em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#SiteTreeFilterDate {
|
||||||
|
width: 68px;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tabs
|
* Tabs
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user