[CLOSED] Ext net v2 Beta Release: control positions are changed in ext:FieldSet

Page 2 of 2 FirstFirst 12
  1. #11
    Thanks for the feedback!

    I'm marking the thread as closed.

    Please feel free to update the thread (or start a new one) if you will face any problems in the future.
  2. #12
    We decided to add "padding-top" rules to SVN.

    So, after update you can leave only:
    <style type="text/css">
        .my-fieldset {
            padding-left: 0px;
        }
    </style>
    instead of
    <style type="text/css">
        .my-fieldset {
            padding-top: 0px;
            padding-left: 0px;
        }
             
        .x-ie .x-fieldset .x-fieldset-body {
            padding-top: 0px;
        }
    </style>
Page 2 of 2 FirstFirst 12

Similar Threads

  1. 2.x Beta Release 2
    By GKG4 in forum 2.x Help
    Replies: 4
    Last Post: May 11, 2012, 11:47 AM
  2. [CLOSED] Ext.net 2 Beta Release: Error when rebuilding grid
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 13, 2012, 7:47 PM
  3. [CLOSED] Ext.net 2v Beta Release: Calendar
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 28, 2012, 11:13 AM
  4. Replies: 2
    Last Post: Mar 16, 2012, 5:54 PM
  5. [CLOSED] Ext.net v2 Beta release: Top align don´t works
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 16, 2012, 5:53 PM

Posting Permissions