Skip to content

Instantly share code, notes, and snippets.

@digizeph
Created September 23, 2014 05:52
Show Gist options
  • Select an option

  • Save digizeph/36078862fea9708865d0 to your computer and use it in GitHub Desktop.

Select an option

Save digizeph/36078862fea9708865d0 to your computer and use it in GitHub Desktop.
bgp_inspector css
html, body, #map-canvas {
height: 100%;
margin: 0px;
padding: 0px
}
.nicebox {
position: absolute;
text-align: left;
font-family: "Roboto", "Arial", sans-serif;
font-size: 13px;
z-index: 5;
box-shadow: 0 4px 6px -4px #333;
padding: 10px;
background: rgb(255,255,255);
background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%);
border: rgb(229,229,229) 2px solid;
}
#controls {
top: 15px;
left: 90px;
width: 450px;
height: 120px;
}
#stats {
top: 50px;
left: 0px;
width: 430px;
height: 120px;
}
.opacity{
opacity: 0.5;
filter: alpha(opacity=50);
}
.dragdealer {
position: relative;
height: 30px;
background: #EEE;
}
.dragdealer .handle {
position: absolute;
top: 0;
left: 0;
cursor: pointer;
}
.dragdealer .red-bar {
width: 80px;
height: 20;
background: #CC0000;
color: #FFF;
font-size: 14px;
line-height: 30px;
text-align: center;
}
.dragdealer .blue-bar {
width: 80px;
height: 20;
background: blue;
color: #FFF;
font-size: 14px;
line-height: 30px;
text-align: center;
}
.dragdealer .disabled {
background: #898989;
}
#start_button .blue-bar {
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment