added icon for tags

This commit is contained in:
Sebastian Sdorra
2012-01-02 16:54:40 +01:00
parent 402fa31905
commit 5e63fa53e7
2 changed files with 14 additions and 1 deletions

View File

@@ -137,6 +137,9 @@ a.scm-link:hover {
} }
.cs-tag, .cs-branch { .cs-tag, .cs-branch {
height: 18px;
vertical-align: middle;
display: inline-block;
border: 1px solid gray; border: 1px solid gray;
border-radius: 4px; border-radius: 4px;
} }
@@ -144,3 +147,13 @@ a.scm-link:hover {
.cs-tag a, .cs-branch a { .cs-tag a, .cs-branch a {
padding: 5px; padding: 5px;
} }
.cs-tag {
background-image: url(../images/tag.gif);
background-repeat: no-repeat;
background-position: 1px 1px;
}
.cs-tag a {
margin-left: 16px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B