mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merged [47011]: Additional CSS for GenericDataAdmin.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@60175 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
4144a01e14
commit
fc1cea3817
@ -93,6 +93,7 @@ form#Form_EditForm #Form_ExportForm fieldset {
|
||||
|
||||
#Search_holder .Actions {
|
||||
margin: 5px 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#Search_holder h3 {
|
||||
@ -112,6 +113,15 @@ form#Form_EditForm #Form_ExportForm fieldset {
|
||||
overflow: auto; /* TODO */
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
#SearchForm_holder .indicator {
|
||||
margin: .8em 0 0 .5em;
|
||||
display: block;
|
||||
}
|
||||
|
||||
#Form_SearchForm_action_getResults {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#SearchForm_holder #DateRange .calendardate,
|
||||
#SearchForm_holder #DateRange label{
|
||||
|
Loading…
Reference in New Issue
Block a user