mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
mujma: BBUGFIX: Save button is now on right hand side.
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42148 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
4d841e37f9
commit
05938e376b
@ -935,4 +935,10 @@ div.originallang_holder.field.CompositeField.nolabel {
|
||||
padding-bottom: 20px;
|
||||
/* HACK: any IE */
|
||||
padding-bottom: expression('35px');
|
||||
}
|
||||
|
||||
#ComplexTableField_Popup_DetailForm input.action
|
||||
{
|
||||
position: relative;
|
||||
float: right;
|
||||
}
|
Loading…
Reference in New Issue
Block a user