• Acme Marketplace
  • Core
  • Display
  • Navigate
  • Modify
  • Arrange
  • Prototype
    • Release Notes
    • CSS/SASS Stats
    • Preview All Components
Base by AppDirect

Display

Communicate specialized information

Alerts & Messages
Text Patterns
Tooltips
Ratings
Badges
Status & Progress
Avatars & Logos
App Tiles
Numbers & Pricing

Alerts & Messages

Global Alerts

Styles

  • Link in message
  • Action required

Alert. You should do something, click here.

<div class="adb-global_alert">
  <div class="adb-global_alert--content adb-layout-default">
    <p>
      <strong>Alert.</strong>
      You should do something,
      <a class="adb-global_alert--link">click here.</a>
      <a class="adb-global_alert--close" data-dismiss="alert" href="#" title="Close"></a>
    </p>
  </div>
</div>

Error. You must do something, click here to go do it.

<div class="adb-global_alert">
  <div class="adb-global_alert--content adb-layout-default">
    <p>
      <strong>Error.</strong>
      You must do something,
      <a class="adb-global_alert--link">
        click here to go do it.
      </a>
    </p>
  </div>
</div>

States

  • Default
  • Error
  • Warning
  • Success
  • Info

FYI, here is a message for you. Feel free to dismiss me at will.

<div class="adb-global_alert">
  <div class="adb-global_alert--content adb-layout-default">
    <p>
      <strong>FYI,</strong>
      here is a message for you. Feel free to dismiss me at will.
      <a class="adb-global_alert--close" data-dismiss="alert" href="#" title="Close"></a>
    </p>
  </div>
</div>

Error! Something went wrong, sorry to say.

<div class="adb-global_alert adb-global_alert__error">
  <div class="adb-global_alert--content adb-layout-default">
    <p>
      <strong>Error!</strong>
      Something went wrong, sorry to say.
      <a class="adb-global_alert--close" data-dismiss="alert" href="#" title="Close"></a>
    </p>
  </div>
</div>

Warning! Just thought you might want to know about something.

<div class="adb-global_alert adb-global_alert__warning">
  <div class="adb-global_alert--content adb-layout-default">
    <p>
      <strong>Warning!</strong>
      Just thought you might want to know about something.
      <a class="adb-global_alert--close" data-dismiss="alert" href="#" title="Close"></a>
    </p>
  </div>
</div>

Success! You did something right for a change, good job!

<div class="adb-global_alert adb-global_alert__success">
  <div class="adb-global_alert--content adb-layout-default">
    <p>
      <strong>Success!</strong>
      You did something right for a change, good job!
      <a class="adb-global_alert--close" data-dismiss="alert" href="#" title="Close"></a>
    </p>
  </div>
</div>

Info: here is something you need to know. Now you can close this alert.

<div class="adb-global_alert adb-global_alert__info">
  <div class="adb-global_alert--content adb-layout-default">
    <p>
      <strong>Info:</strong>
      here is something you need to know. Now you can close this alert.
      <a class="adb-global_alert--close" data-dismiss="alert" href="#" title="Close"></a>
    </p>
  </div>
</div>

Local Alerts

Styles

  • Link in message
  • Buttons (required action)
  • Title and message

FYI. If you want to do that thing you want to do, click here.

<div class="adb-local_alert">
  <div class="adb-local_alert--content">
    <p>
      <strong>
        FYI.
      </strong>
      If you want to do that thing you want to do,
      <a class="adb-local_alert--link">click here.</a>
      <a class="adb-local_alert--close" data-dismiss="alert" href="#" title="Close"></a>
    </p>
  </div>
</div>

Buttons. Sometimes they make more sense for choices.

<div class="adb-local_alert">
  <div class="adb-local_alert--content">
    <p>
      <strong>Buttons.</strong>
      Sometimes they make more sense for choices.
      <a class="adb-local_alert--close" data-dismiss="alert" href="#" title="Close"></a>
    </p>
  </div>
  <menu class="adb-toolbar adb-local_alert--buttons">
    <button class="adb-button__primary adb-toolbar--item" type="button">
      Invite Users
    </button>
    <button class="adb-toolbar--item" data-dismiss="alert" type="button">
      Do Something Else
    </button>
  </menu>
</div>

Hey there big guy!

This notification would be great for more important of lengthier messages. It will comfortably break to two lines to accomodate longer messages. Click here.

<div class="adb-local_alert">
  <div class="adb-local_alert--content">
    <h3>
      Hey there big guy!
      <a class="adb-local_alert--close" data-dismiss="alert" href="#" title="Close"></a>
    </h3>
    <p>
      This notification would be great for more important of lengthier messages. It will
      comfortably break to two lines to accomodate longer messages.
      <a class="adb-local_alert--link">Click here.</a>
    </p>
  </div>
</div>

States

  • Default
  • Error
  • Warning
  • Success
  • Info

FYI, here is a message for you. Feel free to dismiss me at will.

<div class="adb-local_alert">
  <div class="adb-local_alert--content">
    <p>
      <strong>FYI,</strong>
      here is a message for you. Feel free to dismiss me at will.
      <a class="adb-local_alert--close" data-dismiss="alert" href="#" title="Close"></a>
    </p>
  </div>
</div>

Error! Something went wrong, sorry to say.

<div class="adb-local_alert adb-local_alert__error">
  <div class="adb-local_alert--content">
    <p>
      <strong>Error!</strong>
      Something went wrong, sorry to say.
      <a class="adb-local_alert--close" data-dismiss="alert" href="#" title="Close"></a>
    </p>
  </div>
</div>

Warning! Just thought you might want to know about something.

<div class="adb-local_alert adb-local_alert__warning">
  <div class="adb-local_alert--content">
    <p>
      <strong>Warning!</strong>
      Just thought you might want to know about something.
      <a class="adb-local_alert--close" data-dismiss="alert" href="#" title="Close"></a>
    </p>
  </div>
</div>

Success! You did something right for a change, good job!

<div class="adb-local_alert adb-local_alert__success">
  <div class="adb-local_alert--content">
    <p>
      <strong>Success!</strong>
      You did something right for a change, good job!
      <a class="adb-local_alert--close" data-dismiss="alert" href="#" title="Close"></a>
    </p>
  </div>
</div>

Info: here is something you need to know. Now you can close this alert.

<div class="adb-local_alert adb-local_alert__info">
  <div class="adb-local_alert--content">
    <p>
      <strong>Info:</strong>
      here is something you need to know. Now you can close this alert.
      <a class="adb-local_alert--close" data-dismiss="alert" href="#" title="Close"></a>
    </p>
  </div>
</div>

Help Messages

Help messages are blocks of textual content, highlighted by a light gray background, such as help tips and frequently asked questions. You can pair them with tooltips to show/hide them.

  • Default
  • Titled
  • Sections

This is some help text.

<div class="adb-help">
  <p>This is some help text.</p>
</div>

How do I buy an application through AppDirect?

To buy an application, visit the AppDirect Marketplace and click on the profile of the application you would like to purchase. Then click "Buy Now" to start the purchase. … Read More

<div class="adb-help">
  <h3>
    How do I buy an application through AppDirect?
  </h3>
  <p>
    To buy an application, visit the
    <a href="#">
      AppDirect Marketplace
    </a>
    and click on the profile of the application you would like to purchase. Then click "Buy Now" to start the purchase. &hellip;
    <a href="#">
      Read More
    </a>
  </p>
</div>

What happens if I upgrade editions in the middle of a billing cycle?

You will get charged a prorated amount for the upgrade and the billing cycle resets on the upgrade checkout date. You will get immediate access to the new edition features when you upgrade.

What happens if I downgrade editions in the middle of a billing cycle?

You will get charged a prorated amount for the downgrade and the billing cycle resets on the downgrade checkout date. You will get immediate access to the downgraded edition.

What happens if I cancel a subscription in the middle of a billing cycle?

When you cancel your subscription to an application you will no longer have access to that application. We do not provide refunds on paid subscriptions.

<div class="adb-help">
  <div class="adb-help--row">
    <h4>What happens if I upgrade editions in the middle of a billing cycle?</h4>
    <p>You will get charged a prorated amount for the upgrade and the billing cycle resets on the upgrade checkout date. You will get immediate access to the new edition features when you upgrade.</p>
  </div>
  <div class="adb-help--row">
    <h4>What happens if I downgrade editions in the middle of a billing cycle?</h4>
    <p>You will get charged a prorated amount for the downgrade and the billing cycle resets on the downgrade checkout date. You will get immediate access to the downgraded edition.</p>
  </div>
  <div class="adb-help--row">
    <h4>What happens if I cancel a subscription in the middle of a billing cycle?</h4>
    <p>When you cancel your subscription to an application you will no longer have access to that application. We do not provide refunds on paid subscriptions.</p>
  </div>
</div>

Callout Help Messages

  • Default
  • Title Only

Average Rating

4/5 based on 3 reviews

My Rating

<div class="adb-help adb-help__columned adb-help__multiline">
  <div class="adb-help--column">
    <h3>Average Rating</h3>
    <div class="adb-rating adb-rating__xlarge">
      <i class="adb-rating--icon adb-rating--icon__positive"></i>
      <i class="adb-rating--icon adb-rating--icon__positive"></i>
      <i class="adb-rating--icon adb-rating--icon__positive"></i>
      <i class="adb-rating--icon adb-rating--icon__positive"></i>
      <i class="adb-rating--icon adb-rating--icon__positive"></i>
    </div>
    <div class="adb-caption">
      4/5 based on 3 reviews
    </div>
  </div>
  <div class="adb-help--column">
    <h3>My Rating</h3>
    <div class="adb-rating adb-rating__xlarge">
      <i class="adb-rating--icon adb-rating--icon__unrated"></i>
      <i class="adb-rating--icon adb-rating--icon__unrated"></i>
      <i class="adb-rating--icon adb-rating--icon__unrated"></i>
      <i class="adb-rating--icon adb-rating--icon__unrated"></i>
      <i class="adb-rating--icon adb-rating--icon__unrated"></i>
    </div>
  </div>
  <div class="adb-help--column"></div>
  <div class="adb-help--column"></div>
  <div class="adb-help--column"></div>
  <menu class="adb-help--column">
    <button class="adb-button__primary" data-target="#modal-review" data-toggle="modal" type="button">
      Write a Review
    </button>
  </menu>
</div>
Status:  Pending
<div class="adb-help adb-help__columned">
  <div class="adb-help--column">
    <div class="adb-title__large">
      <span class="adb-status adb-status__pending">
        <span>Status:&nbsp;</span>
        <span class="adb-status--gem"></span>
        Pending
      </span>
    </div>
  </div>
  <menu class="adb-help--column">
    <button class="adb-button__primary" type="button">
      Publish Product
    </button>
  </menu>
</div>
  • Framework
  • Display
  • Alerts & Messages
  • Powered by AppDirect © 2009–2014
  • Help Center
  • Terms & Conditions
  • Contact
  • Call us toll-free: (877) 404-APPS
    Hide
    4
    1366 × 768
    10.51%
    9
    1024 × 768
    4.02%
    3
    1280 × 800
    11.08%
    1
    1440 × 900
    16.09%
    7
    1600 × 900
    5.59%
    6
    1280 × 1024
    5.77%
    5
    1680 × 1050
    7.48%
    2
    1920 × 1080
    15.99%
    8
    1920 × 1200
    5.39%
    10
    2560 × 1440
    3.23%