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@41723 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-14 02:20:42 +00:00
parent 1bff08f5d2
commit 83bc91db7f

View File

@ -767,4 +767,10 @@ div.CommentFilter {
#Form_EditForm_Permissions .Arg input {
text-align: right;
}
#ComplexTableField_Popup_DetailForm input.action
{
position: relative;
float: right;
}