ElkArte Community

Title: Fix for Member Options in Theme Management
Post by: Lou on February 13, 2016, 10:54:20 am
Fixes the word wrap on some of the fields in 'Change current options for all members using this theme'.  Can be added around line 1545 in index.css.

Index.css...
Code: [Select]
#admin_form_wrapper .theme_options dt { /* Fixes wording overflow to next line */
    float: left;                        /* in Theme Management,Member Options, Change Current Options */
    clear: both;
    margin: 0 0 10px 0;
    padding: 0;
    width: 55%;
}

#admin_form_wrapper .theme_options dd {  /* Fixes wording overflow to next line */
    float: right;                        /* in Theme Management,Member Options, Change Current Options */
    overflow: auto;
    margin: 0 0 3px 0;
    padding: 0;
    width: 45%;
    min-height: 2em;
}

#admin_form_wrapper .input_check, .input_radio { /* Increase check box size in the */
    border: none;                                /* Theme Management,member Options, Change Current Options */
    background: none;
    vertical-align: top;
    margin: 0 2px 4px 4px;
}

Title: Re: Fix for Member Options in Theme Management
Post by: Lou on February 14, 2016, 11:52:58 am
:)  I think I have made a successful Pull Request for this.  If not, then do let me know so I can figure out what I did wrong. If it did work, then do let me know so I can go play the lottery today.  :D


PR: 2387 (https://github.com/elkarte/Elkarte/pull/2387)

Title: Re: Fix for Member Options in Theme Management
Post by: Spuds on February 19, 2016, 02:34:30 pm
Good job ... its been merged in (the revised one) ... Thanks for your help
Title: Re: Fix for Member Options in Theme Management
Post by: Lou on February 19, 2016, 06:11:23 pm
 ;D  You are welcome!  I am thrilled to have contributed something to Elkarte.

Thanks,

Lou