Copied to clipboard

Flag this post as spam?

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


  • Sotiris Filippidis 274 posts 1395 karma points
    Dec 28, 2017 @ 21:44
    Sotiris Filippidis
    0

    Boostrap style labels

    This is not a question, I just wanted to share a little snippet that might make your labels more attractive. I just applied Bootstrap classes to the message (the Umbraco back-end supports Bootstrap) and now it is presented as an Info Alert with a close button.

    <div class="alert alert-info alert-dismissable">
        <a href="#" class="close" data-dismiss="alert" aria-label="close">&times;</a>Your text here</div>
    

    Great little data type this one!

  • Jason Prothero 416 posts 1226 karma points c-trib
    Jan 02, 2018 @ 16:44
    Jason Prothero
    0

    Thanks! I'll take a look and see if I can get a new release out in the near future.

    -Jason

  • 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