Start on new tag view

This commit is contained in:
Joseph Schorr 2015-03-09 22:03:39 -07:00
parent 581a284744
commit afc8e95e19
103 changed files with 148505 additions and 458 deletions

View file

@ -0,0 +1,60 @@
.repo-panel-tags-element .fa-tag {
margin-right: 10px;
}
.repo-panel-tags-element .empty {
margin-top: 20px;
}
.repo-panel-tags-element .image-track {
width: 20px;
position: relative;
}
.repo-panel-tags-element .image-track-dot:after {
content: "\f10c";
font-family: FontAwesome;
display: inline-block;
position: absolute;
top: 15px;
left: 0px;
width: 17px;
font-size: 11px;
text-align: center;
background: white;
z-index: 300;
height: 13px;
}
.repo-panel-tags-element .image-track-line {
position: absolute;
top: 0px;
bottom: -11px;
left: 7px;
width: 0px;
display: inline-block;
height: 100%;
border-left: 2px solid black;
display: none;
z-index: 200;
}
.repo-panel-tags-element .image-track-line.start {
top: 18px;
display: block;
}
.repo-panel-tags-element .image-track-line.middle {
display: block;
}
.repo-panel-tags-element .image-track-line.end {
top: -1px;
height: 16px;
display: block;
}