Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    I've found a better way to address this issue, and this is how I will fix it in the next release of this template.

    in includes/templates/YOUR_TEMPLATE/css/stylesheet.css change:

    Code:
    input[type=checkbox], input[type=radio] {
        float:left;
        }
    to

    Code:
    html>body input[type=checkbox], html>body input[type=radio] {
        float:left;
        }
    and change:

    Code:
    .checkboxLabel, .radioButtonLabel {
        margin:.3em;
        float:left;
        }
    to:

    Code:
    html>body .checkboxLabel, html>body .radioButtonLabel {
        margin:.3em;
        float:left;
        }
    It's an IE hack, but this will allow you to keep the normal width for the create account section, vs. swedging it down for IE (which makes it too narrow in Firefox and others)
    I found the 2nd code as below with LABEL before the dot.

    Code:
    LABEL.checkboxLabel, LABEL.radioButtonLabel {
        margin:.3em;
        float:left;
        }
    so pls advice.. Thanks

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by fizfaz View Post
    I found the 2nd code as below with LABEL before the dot.

    Code:
    LABEL.checkboxLabel, LABEL.radioButtonLabel {
        margin:.3em;
        float:left;
        }
    so pls advice.. Thanks
    Just replace the above code with the code I posted.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg