Signed-off-by: lukabazuka <vladimir.stefanovic@sourcefabric.org>
This commit is contained in:
lukabazuka 2011-11-15 21:00:14 +01:00
parent 9c649259dd
commit ace68bd363
5 changed files with 15 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -70,6 +70,18 @@ select {
background-repeat:no-repeat;
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 {
color:#ff5d1a;
@ -2365,6 +2377,9 @@ tfoot tr th {
margin:2px 1px 10px 0px;
width: auto;
}
dd .stream-status {
margin-bottom:1px;
}
.stream-status h3 {
font-size: 12px;
font-weight: bold;