Signed-off-by: lukabazuka <vladimir.stefanovic@sourcefabric.org>
This commit is contained in:
lukabazuka 2011-11-15 20:29:37 +01:00
parent fdff88cb76
commit 4c26cb868b
2 changed files with 18 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -60,16 +60,15 @@ select {
/* Version Notification Starts*/ /* Version Notification Starts*/
#version_icon { #version_icon {
position:absolute; position:absolute;
right:85px; right:98px;
top:104px; top:104px;
height:35px; height:35px;
width:35px; width:35px;
z-index:1000; z-index:1000;
display:block; display:block;
cursor:pointer; cursor:pointer;
background-repeat:no-repeat;
background-repeat:no-repeat; background-position:center;
background-position:center;
} }
#ui-tooltip-version a { #ui-tooltip-version a {
@ -2397,4 +2396,18 @@ tfoot tr th {
} }
.status-error h3 { .status-error h3 {
color:#DA0101; color:#DA0101;
}
.status-info {
background:#fff7e0 url(images/stream_status.png) no-repeat 5px -278px;
border-color:#f68826;
}
.status-info h3 {
color:#f1830c;
}
.status-disabled {
background:#c8ccc8 url(images/stream_status.png) no-repeat 5px -429px;
border-color:#7f827f;
}
.status-disabled h3 {
color:#646664;
} }