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@41723 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
1bff08f5d2
commit
83bc91db7f
@ -768,3 +768,9 @@ div.CommentFilter {
|
|||||||
#Form_EditForm_Permissions .Arg input {
|
#Form_EditForm_Permissions .Arg input {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ComplexTableField_Popup_DetailForm input.action
|
||||||
|
{
|
||||||
|
position: relative;
|
||||||
|
float: right;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user