mirror of https://gitee.com/bigwinds/arangodb
412 lines
7.0 KiB
CSS
412 lines
7.0 KiB
CSS
/*.statGroups {
|
||
float:left;
|
||
margin-left:10px;
|
||
margin-top: 10px;
|
||
margin-bottom: 40px;
|
||
border: 1px solid black;
|
||
background-color: white;
|
||
width: 886px;
|
||
box-shadow: 0 0 3px #333333;
|
||
border: 8px solid #FFFFFF;
|
||
}
|
||
*/
|
||
|
||
.dbNotVisible {
|
||
opacity: 0 !important;
|
||
}
|
||
|
||
#dashboardHeader .btn-group {
|
||
margin-left: 10px;
|
||
margin-top: 6px;
|
||
}
|
||
|
||
.group-close, .group-open {
|
||
float:right;
|
||
margin-top: 17px !important;
|
||
margin-right: 7px !important;
|
||
}
|
||
|
||
.db-zoom, .db-minimize, .db-hide, .db-info, #detailReplicationMinimize{
|
||
float: right;
|
||
margin-top: -4px !important;
|
||
margin-right: 4px !important;
|
||
}
|
||
|
||
.db-zoom:hover, .db-minimize:hover, .db-hide, .db-info:hover, .group-close:hover, .group-open:hover,
|
||
#detailReplicationMinimize:hover {
|
||
cursor:pointer;
|
||
}
|
||
|
||
.groupHidden li {
|
||
display:none;
|
||
}
|
||
|
||
.statGroups {
|
||
margin-left: 0px;
|
||
float:left;
|
||
width: 100%;
|
||
margin-bottom: -15px !important;
|
||
}
|
||
|
||
.statGroups h4 {
|
||
padding-top: 5px;
|
||
margin-right: 20px;
|
||
height: 25px;
|
||
text-align: center;
|
||
}
|
||
|
||
.statSystem th{
|
||
width: 300px;
|
||
}
|
||
|
||
.statSingleClient {
|
||
height: 300px;
|
||
width: 99.7%;
|
||
margin-top: 10px;
|
||
margin-left: 10px !important;
|
||
margin-right: 11px;
|
||
margin-bottom: 0px !important;
|
||
border: 1px solid black;
|
||
background-color: #F4F3F3;
|
||
}
|
||
|
||
.statClient {
|
||
float: left;
|
||
height: 70px;
|
||
width: 203px;
|
||
margin-left: 9px;
|
||
margin-bottom: 12px;
|
||
border: 1px solid black;
|
||
background-color: #F4F3F3;
|
||
}
|
||
|
||
#detailGraphChart {
|
||
margin-left: -10px !important;
|
||
}
|
||
|
||
.statGroups .statChart {
|
||
margin-left: -55px !important;
|
||
margin-top: -50px !important;
|
||
}
|
||
|
||
.nv-axislabel {
|
||
margin-left: 20px;
|
||
}
|
||
|
||
.nv-axisMaxMin > text {
|
||
font: 10px sans-serif;
|
||
}
|
||
|
||
.svgCollections {
|
||
height: 300px;
|
||
width: 300px;
|
||
}
|
||
|
||
.svgClass {
|
||
margin-top: 0 !important;
|
||
padding-top: 0 !important;
|
||
height: 140px;
|
||
/*width: 255px;*/
|
||
width: 272px;
|
||
}
|
||
|
||
.svgDetailClass {
|
||
margin-top: 0 !important;
|
||
padding-top: 0 !important;
|
||
height: 300px;
|
||
width: 100%;
|
||
}
|
||
|
||
.boxHeader {
|
||
margin-top: 5px;
|
||
/*background-color: #686766;*/
|
||
color: black;
|
||
opacity: 0.25;
|
||
}
|
||
|
||
.boxHeader:hover {
|
||
opacity: 0.8;
|
||
}
|
||
|
||
.boxHeader h6 {
|
||
padding-top: 0 !important;
|
||
color: black;
|
||
margin-left: 10px;
|
||
margin-top: 0 !important;
|
||
margin-bottom: -15px !important;
|
||
}
|
||
|
||
.statsHeader {
|
||
margin-top: 12px;
|
||
margin-left: 10px;
|
||
margin-right: 10px;
|
||
width: 100%;
|
||
background-color: #686766;
|
||
color: white;
|
||
height: 36px;
|
||
}
|
||
|
||
#dashboardHeader {
|
||
background-color: #686766;
|
||
border-bottom: 1px solid #A0A0A0;
|
||
border-top: 1px solid #A0A0A0;
|
||
color: #FFFFFF;
|
||
height: 36px;
|
||
margin-bottom: 0px !important;
|
||
margin-left: 0;
|
||
margin-right: 0;
|
||
margin-top: 20px !important;
|
||
padding: 0 20px;
|
||
position: relative;
|
||
}
|
||
|
||
/*NVD3*/
|
||
.nv-series {
|
||
display: none;
|
||
}
|
||
|
||
.nv-x .nv-axislabel {
|
||
display: none;
|
||
}
|
||
|
||
.nv-point {
|
||
display: none;
|
||
}
|
||
|
||
/*Dashboard Dropdown*/
|
||
|
||
.dropdown-menu li > a {
|
||
padding: 0px 20px !important;
|
||
}
|
||
|
||
.checkboxLabel {
|
||
margin-top: 4px;
|
||
padding-left: 0;
|
||
}
|
||
|
||
.svgClass .nv-axisMaxMin text {
|
||
visibility: hidden;
|
||
}
|
||
|
||
.svgClass .major text {
|
||
visibility: hidden;
|
||
}
|
||
|
||
.svgClass .nv-axislabel {
|
||
visibility: hidden;
|
||
}
|
||
|
||
/*Dashboard Checkbox*/
|
||
#dashboardHeader input[type=checkbox].css-checkbox, #transparentHeader input[type=checkbox].css-checkbox {
|
||
display:none;
|
||
}
|
||
|
||
#dashboardHeader input[type=checkbox].css-checkbox + label.css-label, #transparentHeader input[type=checkbox].css-checkbox + label.css-label {
|
||
padding-left:20px;
|
||
margin-top: 0px;
|
||
margin-bottom: -0px;
|
||
height:15px;
|
||
display:inline-block;
|
||
line-height:15px;
|
||
background-repeat:no-repeat;
|
||
background-position: 0 0;
|
||
font-size:15px;
|
||
vertical-align:middle;
|
||
cursor:pointer;
|
||
}
|
||
|
||
#dashboardHeader input[type=checkbox].css-checkbox:checked + label.css-label, #transparentHeader input[type=checkbox].css-checkbox:checked + label.css-label {
|
||
background-position: 0 -15px;
|
||
}
|
||
|
||
.css-label {
|
||
background-image:url(../img/dark-check-green.png);
|
||
}
|
||
|
||
/*Dashboard Radio */
|
||
|
||
.dropdown-menu .radio {
|
||
margin-left: -21px;
|
||
}
|
||
|
||
#dashboardHeader input[type="radio"], #transparentHeader input[type="radio"] {
|
||
display:none;
|
||
}
|
||
|
||
#dashboardHeader input[type="radio"] + label, #transparentHeader input[type="radio"] + label {
|
||
/*color:#f2f2f2;*/
|
||
/*font-family:Arial, sans-serif;
|
||
font-size:14px;*/
|
||
}
|
||
|
||
#dashboardHeader input[type="radio"] + label span, #transparentHeader input[type="radio"] + label span {
|
||
display:inline-block;
|
||
width:19px;
|
||
height:19px;
|
||
margin:-1px 4px 0 0;
|
||
vertical-align:middle;
|
||
background:url(../img/check_radio_sheet.png) -38px top no-repeat;
|
||
cursor:pointer;
|
||
}
|
||
|
||
#dashboardHeader input[type="radio"]:checked + label span, #transparentHeader input[type="radio"]:checked + label span {
|
||
background:url(../img/check_radio_sheet.png) -57px top no-repeat;
|
||
}
|
||
|
||
.detailChartHeader {
|
||
height: 25px;
|
||
border: 1px solid red;
|
||
background-color: #686766;
|
||
}
|
||
|
||
.nocssli {
|
||
margin-left: -10px !important;
|
||
border: 0 !important;
|
||
height: 25px;
|
||
padding: 0;
|
||
margin: 0;
|
||
height: 30px;
|
||
background-color: #686766 !important;
|
||
width: 940px;
|
||
}
|
||
|
||
.nocssli h4 {
|
||
margin-top: 5px;
|
||
color: white;
|
||
text-align: center;
|
||
}
|
||
|
||
#detailReplicationDiv {
|
||
padding-top: 26px;
|
||
}
|
||
|
||
#detailReplicationDiv table {
|
||
border-collapse: separate;
|
||
border-spacing: 0 2px;
|
||
}
|
||
|
||
#detailReplicationDiv table thead {
|
||
background-image: -moz-linear-gradient(center top , #F3EFEC, #EBE7E3) !important;
|
||
border-bottom: 1px solid #C1BDBA;
|
||
padding-bottom: 2px !important;
|
||
padding-top: 2px !important;
|
||
}
|
||
|
||
#detailReplicationDiv table {
|
||
width: 100%;
|
||
}
|
||
|
||
#detailReplicationDiv table {
|
||
text-align:left !important;
|
||
}
|
||
|
||
#detailReplicationDiv table tr {
|
||
}
|
||
|
||
#detailReplicationDiv table tbody tr th {
|
||
padding-bottom: 4px;
|
||
padding-top: 4px;
|
||
}
|
||
|
||
#rightReplicationDiv {
|
||
width: 100%;
|
||
min-height: 150px;
|
||
margin-bottom: 8px;
|
||
}
|
||
|
||
#leftReplicationDiv h4, #rightReplicationDiv h4 {
|
||
}
|
||
|
||
#leftReplicationDiv table, #rightReplicationDiv table {
|
||
width: 100%;
|
||
}
|
||
|
||
#leftReplicationDiv table tr, #rightReplicationDiv table tr{
|
||
background-color: #F9F9F9 !important;
|
||
padding-top: 3px;
|
||
padding-bottom: 3px;
|
||
}
|
||
|
||
#leftReplicationDiv tbody, #rightReplicationDiv tbody {
|
||
background-color: #F9F9F9 !important;
|
||
}
|
||
|
||
#leftReplicationDiv {
|
||
width: 100%;
|
||
min-height: 150px;
|
||
margin-bottom: 8px;
|
||
margin-top: -20px;
|
||
}
|
||
|
||
.alignLeft {
|
||
width: 200px !important;
|
||
text-align:left !important;
|
||
padding-left: 7px;
|
||
}
|
||
|
||
.checkApplyRunningStatus {
|
||
display:none;
|
||
}
|
||
|
||
#detailReplication {
|
||
height: auto !important;
|
||
}
|
||
|
||
.trueClass {
|
||
color: green;
|
||
}
|
||
|
||
.falseClass {
|
||
color: red;
|
||
}
|
||
|
||
#applyReplicationTable {
|
||
width: 100% !important;
|
||
}
|
||
|
||
.firstTh {
|
||
padding-left: 8px;
|
||
}
|
||
|
||
#shortcutDiv {
|
||
font-size: 12px;
|
||
font-weight: 200;
|
||
}
|
||
|
||
.headerH6 {
|
||
margin-left: 30px;
|
||
float:left;
|
||
}
|
||
|
||
.headerH4 {
|
||
margin-top: 9px;
|
||
float:left;
|
||
}
|
||
|
||
#statSwitch, #replSwitch {
|
||
margin-top: 6px;
|
||
background-color: #686766;
|
||
}
|
||
|
||
#statSwitch:hover, #replSwitch:hover {
|
||
background-color: #8F8D8C;
|
||
}
|
||
|
||
.activeSwitch {
|
||
background-color: #8F8D8C !important;
|
||
}
|
||
|
||
.activeSwitch:hover {
|
||
cursor: default !important;
|
||
}
|
||
|
||
.statClient:hover {
|
||
opacity: 1 !important;
|
||
}
|
||
|
||
#detailReplication {
|
||
background-color: #D9D5D1 !important;
|
||
border: 0 !important;
|
||
}
|
||
|