Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bjarne Fyrstenborg 1280 posts 3990 karma points MVP 7x c-trib
    Dec 17, 2015 @ 12:23
    Bjarne Fyrstenborg
    0

    Indentation of field consistent with Umbraco

    Can we ensure SEO Checker is using same indentation of the input fields like in Umbraco core?

    For the label use the class control-label and for div of input group use the classes controls controls-row

    For SEO Checker I noticed the container for input group use classes like snippetContainer and sc-control

    It would be much better to use this:

    <label class="control-label">
    ...
    </label>
    <div class="controls controls-row snippetContainer">
     ...
    </div>
    

    and

    <label class="control-label">
    ...
    </label>
    <div class="controls controls-row sc-control">
     ...
    </div>
    

    and overwrite the default css, when needed.. e.g. display: block; margin-left: 240px; can be removed from .snippetContainer

    enter image description here

    /Bjarne

Please Sign in or register to post replies

Write your reply to:

Draft