You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
738 B
53 lines
738 B
body {
|
|
background: #F7F7F7;
|
|
}
|
|
|
|
.large, .small {
|
|
float: left;
|
|
}
|
|
|
|
.large .scSpiderGraph {
|
|
float: left !important;
|
|
}
|
|
|
|
/*
|
|
overrides
|
|
*/
|
|
|
|
.dashboardCell {
|
|
border-style: none;
|
|
}
|
|
|
|
.testControls {
|
|
display:none;
|
|
}
|
|
|
|
.SplunkModule {
|
|
margin: 6px !important;
|
|
padding: 0px;
|
|
}
|
|
|
|
.scSpiderGraph {
|
|
border-radius: 5px;
|
|
box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
|
|
border:1px solid #575757;
|
|
/*box-shadow: #ccc 0 0 5px;*/
|
|
}
|
|
|
|
.small .scSpiderGraph .scSpiderGraphSvg {
|
|
margin-top: 60px;
|
|
}
|
|
|
|
/**********
|
|
Title
|
|
***********/
|
|
|
|
.header {
|
|
position: absolute;
|
|
font-family: "Helvetica Neue", sans-serif;
|
|
color:white;
|
|
font-weight: 100;
|
|
font-size:36px;
|
|
padding-top:35px;
|
|
padding-left:35px;
|
|
} |