Page 1 of 1

Save\Cancel buttons

Posted: 21 Oct 2013
by stieland
The save\cancel buttons on a form show up in different locations between browsers.

IE - they are right aligned at the bottom of the form as expected.

Chrome - they are left aligned

Firefox - they are right aligned


They are correct on the out of the box forms.

Any ideas on how to force these to be consistent?

Re: Save\Cancel buttons

Posted: 22 Oct 2013
by Dmitry Kozlov
Hello,

Try to put the following CSS into CSS-editor of Forms Designer:

Code: Select all

.ms-toolbar table {
    width: 100%;
}

Re: Save\Cancel buttons

Posted: 22 Oct 2013
by stieland
Your good. Thanks