Add a fetch tag dialog

This commit is contained in:
Joseph Schorr 2015-03-19 15:08:18 -04:00
parent c1d58bdd6c
commit 70aec00914
13 changed files with 258 additions and 2 deletions

View file

@ -4787,6 +4787,20 @@ i.slack-icon {
height: 16px;
}
i.docker-icon {
background-image: url(/static/img/docker.png);
background-size: 16px;
width: 16px;
height: 16px;
}
i.rocket-icon {
background-image: url(/static/img/rocket.png);
background-size: 16px;
width: 16px;
height: 16px;
}
.external-notification-view-element {
margin: 10px;
padding: 6px;