Fixed height tabs

Discussions about Forms Designer for SharePoint 2010.
Locked
aau
Posts: 2
Joined: Tue Feb 18, 2014

13 Mar 2014

I am new to form designer. How can I make all the form tabs into same height and width?


Thanks and regards,

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

14 Mar 2014

Hello,

Please, open Forms Designer and put the following code into CSS-editor:

Code: Select all

#fd_tabcontrol-0 {
    height: 400px;
    width: 800px;
} 
Specify your own values for height and width. If you have multiple Tab controls on your form, you can define style for the specific one by its id: #fd_tabcontrol-1, #fd_tabcontrol-2 etc.

aau
Posts: 2
Joined: Tue Feb 18, 2014

14 Mar 2014

Works like a charm. Thank you very munch.

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 15 guests