public/css/admin_console.css in cloud-crowd-0.2.1 vs public/css/admin_console.css in cloud-crowd-0.2.2

- old
+ new

@@ -12,17 +12,17 @@ #header { height: 110px; position: absolute; top: 0; left: 0; right: 0; - background: url(/images/header_back.png); + background: url(../images/header_back.png); } #logo { position: absolute; left: 37px; top: 9px; width: 236px; height: 91px; - background: url(/images/logo.png); + background: url(../images/logo.png); } #disconnected { position: absolute; top: 122px; right: 15px; @@ -35,11 +35,11 @@ -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } #disconnected .server_error { float: left; width: 16px; height: 16px; - background: url(/images/server_error.png); + background: url(../images/server_error.png); opacity: 0.7; margin-right: 3px; } #queue { @@ -62,11 +62,11 @@ position: absolute; left: 0; right: 0; top: 0; height: 75px; border: 1px solid #5c5c5c; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; - background: transparent url(/images/queue_fill.png) repeat-x 0px -1px; + background: transparent url(../images/queue_fill.png) repeat-x 0px -1px; } #queue.no_jobs #queue_fill { opacity: 0.3; } #queue .job { @@ -124,15 +124,15 @@ position: absolute; height: 21px; width: 300px; } #sidebar_top { top: 0px; - background: url(/images/sidebar_top.png); + background: url(../images/sidebar_top.png); } #sidebar_bottom { bottom: 0px; - background: url(/images/sidebar_bottom.png); + background: url(../images/sidebar_bottom.png); } #sidebar_header { position: absolute; width: 250px; top: 5px; left: 8px; @@ -162,25 +162,25 @@ background-repeat: no-repeat; } #nodes .node { font-size: 11px; line-height: 22px; - background-image: url(/images/server.png); + background-image: url(../images/server.png); } #nodes .node.busy { - background-image: url(/images/server_busy.png); + 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); + 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; @@ -188,21 +188,21 @@ #worker_info { position: absolute; width: 231px; height: 79px; margin: -9px 0 0 -20px; - background: url(/images/worker_info.png); - overflow: hidden; + background: url(../images/worker_info.png); cursor: pointer; } #worker_info_inner { margin: 15px 15px 15px 32px; line-height: 15px; color: #333; text-shadow: 0px 1px 1px #eee; + overflow: hidden; } #worker_info.loading #worker_info_inner { - background: url(/images/worker_info_loading.gif) no-repeat right bottom; + background: url(../images/worker_info_loading.gif) no-repeat right bottom; width: 45px; height: 9px; } #worker_info.awake #worker_details, #worker_sleeping { display: block; \ No newline at end of file