CC-3029
Signed-off-by: lukabazuka <vladimir.stefanovic@sourcefabric.org>
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 1.3 KiB |
|
@ -70,6 +70,18 @@ select {
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-position:center;
|
background-position:center;
|
||||||
}
|
}
|
||||||
|
#version_icon.outdated {
|
||||||
|
background-image:url(images/icon_outdated.png);
|
||||||
|
}
|
||||||
|
#version_icon.update2 {
|
||||||
|
background-image:url(images/icon_update2.png);
|
||||||
|
}
|
||||||
|
#version_icon.update {
|
||||||
|
background-image:url(images/icon_update.png);
|
||||||
|
}
|
||||||
|
#version_icon.uptodate {
|
||||||
|
background-image:url(images/icon_uptodate.png);
|
||||||
|
}
|
||||||
|
|
||||||
#ui-tooltip-version a {
|
#ui-tooltip-version a {
|
||||||
color:#ff5d1a;
|
color:#ff5d1a;
|
||||||
|
@ -2365,6 +2377,9 @@ tfoot tr th {
|
||||||
margin:2px 1px 10px 0px;
|
margin:2px 1px 10px 0px;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
dd .stream-status {
|
||||||
|
margin-bottom:1px;
|
||||||
|
}
|
||||||
.stream-status h3 {
|
.stream-status h3 {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|