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 286 posts 1501 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 422 posts 1243 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

Please Sign in or register to post replies

Write your reply to:

Draft