Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created February 25, 2015 00:46
Show Gist options
  • Save PanosJee/d9415d152b74b2a3dbd5 to your computer and use it in GitHub Desktop.
Save PanosJee/d9415d152b74b2a3dbd5 to your computer and use it in GitHub Desktop.
#image_overlay_panel .image{
background: transparent 50% 50% no-repeat url('https://www.dropbox.com/s/9556bq4h0bnd7q0/retail_floor_plan.jpg?dl=0');
min-height: 500px;
}
#image_overlay_panel .dashboard-panel {
position: relative;
height: 520px;
}
#image_overlay_panel .panel-element-row {
width: 1200px;
margin: 0 auto;
position: absolute;
top: 0;
height: 500px;
}
#image_overlay_panel .panel-head,
#image_overlay_panel .panel-footer {
display: none;
}
#image_overlay_panel .after-label{
display: inline-block;
}
#image_overlay_panel #parsing_queue {
position: absolute;
top: 412px;
left: 205px;
}
#image_overlay_panel #merging_queue {
position: absolute;
top: 412px;
left: 428px;
}
#image_overlay_panel #typing_queue {
position: absolute;
top: 412px;
left: 652px;
}
#image_overlay_panel #index_queue {
position: absolute;
top: 412px;
left: 867px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment