mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
added icon for tags
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
|||||||
BIN
scm-webapp/src/main/webapp/resources/images/tag.gif
Normal file
BIN
scm-webapp/src/main/webapp/resources/images/tag.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 623 B |
Reference in New Issue
Block a user