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 1182 posts 3441 karma points MVP 4x 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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies