1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-03 04:45:21 +02:00

refactor(ui): updated image view

This commit is contained in:
Anthony Lapenna 2016-08-10 15:05:33 +12:00
parent 111cd4ac64
commit 30c0fda1b6
6 changed files with 198 additions and 117 deletions

View file

@ -170,18 +170,26 @@ input[type="radio"] {
margin-right: 5px;
}
.green-icon {
.fa.green-icon {
color: #23ae89;
}
.red-icon {
.fa.red-icon {
color: #ae2323;
}
.fa.white-icon {
color: white;
}
.image-tag {
margin-right: 5px;
}
.label.tag {
margin-right: 5px;
}
.widget .widget-body table tbody .image-tag {
font-size: 90% !important;
}
@ -190,3 +198,7 @@ input[type="radio"] {
width: 100%;
padding: 10px 5px;
}
.interactive {
cursor: pointer;
}