diff --git a/core/app/assets/stylesheets/refinery/refinery.css.scss b/core/app/assets/stylesheets/refinery/refinery.css.scss index dc1a69d19a..4d59bae14e 100644 --- a/core/app/assets/stylesheets/refinery/refinery.css.scss +++ b/core/app/assets/stylesheets/refinery/refinery.css.scss @@ -1533,6 +1533,31 @@ a.information:hover { .tooltip, .tooltip span { @include rounded(6px); } +.label { + padding: 1px 3px 2px; + font-size: 9.75px; + font-weight: bold; + color: #ffffff; + text-transform: uppercase; + white-space: nowrap; + background-color: #bfbfbf; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} +.label.important { + background-color: #c43c35; +} +.label.warning { + background-color: #f89406; +} +.label.success { + background-color: #46a546; +} +.label.notice { + background-color: #62cffc; +} + /* Internet Explorer to follow: */ /* IE 7 */ .ie7 #content .form-actions .form-actions-left a.button {