Skip to content

Commit

Permalink
Add admin label classes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicinabox committed Mar 21, 2012
1 parent 6e51e1f commit 7c999b3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions core/app/assets/stylesheets/refinery/refinery.css.scss
Expand Up @@ -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 {
Expand Down

0 comments on commit 7c999b3

Please sign in to comment.