public/css/admin_console.css in cloud-crowd-0.1.0 vs public/css/admin_console.css in cloud-crowd-0.2.0
- old
+ new
@@ -132,48 +132,61 @@
bottom: 0px;
background: url(/images/sidebar_bottom.png);
}
#sidebar_header {
position: absolute;
+ width: 250px;
top: 5px; left: 8px;
color: #404040;
text-shadow: 0px 1px 1px #eee;
}
- #sidebar_header.no_workers .no_workers,
- #sidebar_header .has_workers {
+ #sidebar_header.no_nodes .no_nodes,
+ #sidebar_header .has_nodes {
display: block;
}
- #sidebar_header .no_workers,
- #sidebar_header.no_workers .has_workers {
+ #sidebar_header .no_nodes,
+ #sidebar_header.no_nodes .has_nodes {
display: none;
}
- #workers {
+ #nodes {
position: absolute;
padding: 2px 0;
top: 21px; left: 0; bottom: 21px;
width: 298px;
overflow-y: auto; overflow-x: hidden;
}
- #workers .worker {
+ #nodes .node, #nodes .worker {
border: 1px solid transparent;
margin: 1px 7px;
padding-left: 18px;
- font-size: 11px;
- line-height: 22px;
- background: url(/images/bullet_white.png) no-repeat left center;
- cursor: pointer;
+ background-position: left center;
+ background-repeat: no-repeat;
}
- #workers .worker.processing,
- #workers .worker.splitting,
- #workers .worker.merging {
- background: url(/images/bullet_green.png) no-repeat left center;
+ #nodes .node {
+ font-size: 11px;
+ line-height: 22px;
+ background-image: url(/images/server.png);
}
- #workers .worker:hover {
- border: 1px solid #aaa;
- border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
- background-color: #ccc;
+ #nodes .node.busy {
+ background-image: url(/images/server_busy.png);
+ }
+ #nodes .node.busy span.busy {
+ font-size: 9px;
+ color: #7f7f7f;
+ text-transform: uppercase;
+ }
+ #nodes .worker {
+ font-size: 10px;
+ line-height: 18px;
+ cursor: pointer;
+ background-image: url(/images/bullet_green.png);
}
+ #nodes .worker:hover {
+ border: 1px solid #aaa;
+ border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
+ background-color: #ccc;
+ }
#worker_info {
position: absolute;
width: 231px; height: 79px;
margin: -9px 0 0 -20px;
@@ -214,8 +227,17 @@
color: #333;
font-size: 16px;
text-shadow: 0px 1px 1px #eee;
margin-bottom: 10px;
}
+ .legend_box {
+ display: inline-block;
+ width: 10px; height: 10px;
+ border: 1px solid #bbb;
+ position: relative;
+ top: 1px;
+ margin: 0 1px;
+ background-color: #a1003d;
+ }
.graph {
height: 150px;
}
\ No newline at end of file