Skip to content

Commit

Permalink
add new icon style add-icon is a plus green icon
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosCoelho committed Apr 15, 2011
1 parent 9194e7d commit 2a4f30e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions system/pyrocms/assets/css/admin/style.css
Expand Up @@ -393,6 +393,14 @@ a.delete {
height: 16px;
width: 16px;
}
a.add-icon {
background-image: url('../../img/admin/icons/16/plus.png');
text-indent: -99999px;
overflow: hidden;
display: inline-block;
height: 16px;
width: 16px;
}

/** Shortcut Buttons **/
#shortcuts {
Expand All @@ -407,7 +415,7 @@ a.delete {
padding: 5px 15px 3px 10px;
display: inline-block;
float: right;
vertical-align: center;
vertical-align: middle;
color: #999999;
font-size: 13px;
}
Expand Down Expand Up @@ -435,7 +443,7 @@ a.delete {
text-align: left;
text-decoration: none;
color: #666666;
vertical-align: center;
vertical-align: middle;
-webkit-background-clip: padding-box;

}
Expand Down

0 comments on commit 2a4f30e

Please sign in to comment.