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:
Ingo Schommer 2007-09-16 16:59:51 +00:00
parent 4d841e37f9
commit 05938e376b

View File

@ -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;
}