1
0
Fork 0

Fixed scss-lint warnings

This commit is contained in:
Michael Hackstein 2014-05-28 23:39:28 +02:00
parent d8889bc6a7
commit c085a24d15
4 changed files with 413 additions and 451 deletions

View File

@ -44,15 +44,15 @@
.dashboard-large-chart-inner {
@extend %dashboard-chart-box;
@extend %pull-left;
padding-top: $dashboard-padding;
background-color: $c-white;
border-left: $dashboard-borderwidth solid $c-e1grey;
border-top: $dashboard-borderwidth solid $c-e1grey;
border-right: $dashboard-borderwidth solid $c-e1grey;
border-top: $dashboard-borderwidth solid $c-e1grey;
padding-top: $dashboard-padding;
.dashboard-interior-chart {
@extend %pull-left;
margin-bottom: 0px;
margin-bottom: 0;
}
}
}
@ -66,16 +66,16 @@
@extend %pull-left;
background-color: $c-white;
border-left: $dashboard-borderwidth solid $c-e1grey;
border-top: $dashboard-borderwidth solid $c-e1grey;
border-right: $dashboard-borderwidth solid $c-e1grey;
border-top: $dashboard-borderwidth solid $c-e1grey;
.dashboard-interior-chart {
@extend %pull-left;
.nv-bar rect {
fill-opacity: .15;
stroke-opacity: 1;
stroke-width: 1px;
fill-opacity: 0.15;
}
}
}
@ -86,10 +86,10 @@
@extend %dashboard-chart-box;
@extend %dashboard-chart-basic;
background-color: $c-white;
padding-top: $dashboard-padding;
border-left: $dashboard-borderwidth solid $c-e1grey;
border-top: $dashboard-borderwidth solid $c-e1grey;
border-right: $dashboard-borderwidth solid $c-e1grey;
border-top: $dashboard-borderwidth solid $c-e1grey;
padding-top: $dashboard-padding;
&:first-child {
margin-right: 12px;
@ -97,18 +97,19 @@
.dashboard-interior-chart {
@extend %pull-left;
margin-bottom: 0px;
margin-bottom: 0;
}
.dashboard-medium-chart-menu {
@extend %clear-float;
@include border-radius(2px);
position: absolute;
border: 0 solid $c-halfsemi-transp;
color: $c-halfsemi-transp;
cursor: pointer;
padding: 0 4px;
position: absolute;
z-index: 1000;
border: 0px solid $c-halfsemi-transp;
padding: 0px 4px 0px 4px;
}
.dashboard-medium-chart-menu:hover {
@ -121,9 +122,9 @@
}
.clusterChart .slice path {
fill-opacity: .15;
stroke-opacity: 1;
stroke-width: 1.5px;
fill-opacity: 0.15;
}
}
@ -137,14 +138,14 @@
@extend %clear-float;
background-color: $c-white;
border-left: 5px solid $c-e1grey;
border-top: 5px solid $c-e1grey;
border-right: 5px solid $c-e1grey;
border-top: 5px solid $c-e1grey;
.dashboard-tendency {
@extend %pull-left;
background-color: $c-white;
padding: 0px 8px 0px 8px;
margin-top: 5px;
padding: 0 8px;
&:first-child {
border-right: 1px solid $c-e1grey;
@ -173,13 +174,13 @@
@extend %clear-float;
background-color: $c-white;
border-left: 5px solid $c-e1grey;
border-top: 5px solid $c-e1grey;
border-right: 5px solid $c-e1grey;
border-top: 5px solid $c-e1grey;
.dashboard-bar-chart-title {
@extend %pull-left;
padding: 0px 8px 0px 8px;
margin-top: 5px;
padding: 0 8px;
.percentage {
@extend %pull-left;
@ -196,9 +197,9 @@
@extend %pull-left;
.nv-bar rect {
fill-opacity: .15;
stroke-opacity: 1;
stroke-width: 1px;
fill-opacity: 0.15;
}
}
}
@ -220,18 +221,18 @@
color: $c-white;
height: 24px;
line-height: 24px;
margin: 0px 0px 0px 0px;
padding: 0px 6px 0px 6px;
margin: 0;
padding: 0 6px;
}
.dashboard-spacer {
margin: 0px 12px 0px 12px;
margin: 0 12px;
}
.headerBar.dashboard-headerbar {
margin: 15px 0px 10px 0px;
margin: 15px 0 10px;
}
@ -273,8 +274,7 @@
font-weight: 400;
height: 30px;
line-height: 30px;
/* margin: 0px -1px 0px -1px; */
padding: 0px 5px 0px 10px;
padding: 0 5px 0 10px;
.dashboard-half-title-bar {
@extend %pull-left;
@ -292,9 +292,9 @@
.dashboard-row {
@extend %clear-float;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
}

View File

@ -62,13 +62,13 @@ div.resizecontainer {
$axis-font: 10px;
$tendency_name-font: 14px;
$tendency_figure-font: 16px;
$tendency_height-corrector: 7.25px;
$tendency-name-font: 14px;
$tendency-figure-font: 16px;
$tendency-height-corrector: 7.25px;
$subbar-font: 10px;
$smallchart_height-corrector: 5px;
$smallchart-height-corrector: 5px;
$dashboard-height: 200px;
} @else if $i < 5 {
@ -160,7 +160,7 @@ div.resizecontainer {
}
.dashboard-sub-bar-menu {
font-size: $subbar-font + 2px ;
font-size: $subbar-font + 2px;
}
.dashboard-medium-chart {
@ -168,9 +168,8 @@ div.resizecontainer {
width: $int-width;
.dashboard-sub-bar {
width: $int-width - 2px;
margin-left: -5px;
width: $int-width + 4px;
width: $int-width - 2px;
}
.dashboard-interior-chart {
@ -179,9 +178,9 @@ div.resizecontainer {
}
.dashboard-medium-chart-menu {
top: 0px;
left: $int-width - $tendency_name-font - 3px;
font-size: $tendency_name-font - 2px;
font-size: $tendency-name-font - 2px;
left: $int-width - $tendency-name-font - 3px;
top: 0;
}
#clusterGraphs svg {
@ -210,11 +209,11 @@ div.resizecontainer {
width: $int-width - 10px;
.nv-axis text {
fill: $c-darker-grey;
font: {
size: $axis-font;
weight: $axis-weight;
}
fill: $c-darker-grey;
}
}
}
@ -254,7 +253,7 @@ div.resizecontainer {
.dashboard-bar-chart-container {
$int-width: ($content-size / 3) - 18px;
$int-height: (($dashboard-height - 30px) / 2) - $tendency_height-corrector;
$int-height: (($dashboard-height - 30px) / 2) - $tendency-height-corrector;
height: $int-height;
.dashboard-bar-chart {
@ -275,7 +274,6 @@ div.resizecontainer {
}
.dashboard-bar-chart-chart {
width: $int-width - 16px;
$int-height2: ($int-height - 20px);
height: ($int-height2 * 2 / 3) - 5px;
@ -283,8 +281,6 @@ div.resizecontainer {
padding: 5px 8px 10px;
width: $int-width - 16px;
padding: 5px 8px 10px 8px;
#residentSizeChart {
height: ($int-height2 * 2 / 3);
}
@ -302,11 +298,12 @@ div.resizecontainer {
bottom: 12.1% !important;
left: 50%;
margin-left: -($int-width) / 2;
width: $int-width;
.modal-body {
// min-height: $dashboard-height;
max-height: none;
height: 95%;
max-height: none;
padding: 5px;
}
@ -335,10 +332,11 @@ div.resizecontainer {
.dashboard-large-chart-inner {
.dashboard-interior-chart {
width: $int-width - $legend-width - $legend-margin - 0px;
width: $int-width - $legend-width - $legend-margin;
}
}
}
.dashboard-medium-chart {
$int-width: ($content-size / 2) - 21px;
width: $int-width;
@ -352,7 +350,7 @@ div.resizecontainer {
}
.dashboard-medium-chart-menu {
left: $int-width - $tendency_name-font - 3px;
left: $int-width - $tendency-name-font - 3px;
}
}
@ -372,6 +370,7 @@ div.resizecontainer {
}
}
}
.dashboard-tendency-container {
$int-width: ($content-size / 3) - 25px;
@ -416,16 +415,13 @@ div.resizecontainer {
}
}
.dashboard-spacer {
}
.percentage {
font-size: $tendency_name-font;
font-size: $tendency-name-font;
}
.absolut {
font-size: $tendency_name-font;
font-weight: $tendency_name-weight;
font-size: $tendency-name-font;
font-weight: $tendency-name-weight;
}
.dashboard-sub-bar {
@ -467,7 +463,6 @@ div.resizecontainer {
height: $dashboard-height - $dashboard-padding;
margin-top: -3px;
width: $legend-width;
margin-top: -3px;
}
.dashboard-half-height-legend {

File diff suppressed because it is too large Load Diff

View File

@ -1449,9 +1449,9 @@ nav.navbar, footer.footer {
background-color: #f87c0f; }
.button-inactive {
background-color: lightgray; }
background-color: lightgrey; }
.button-inactive:hover, .button-inactive:focus {
background-color: gray; }
background-color: grey; }
ul.link-dropdown-menu, ul.user-dropdown-menu, ul.gv-dropdown-menu {
-moz-border-radius: 3px;
@ -2108,16 +2108,15 @@ div.resizecontainer {
.dashboard-medium-chart {
width: 98px; }
.dashboard-medium-chart .dashboard-sub-bar {
width: 96px;
margin-left: -5px;
width: 102px; }
width: 96px; }
.dashboard-medium-chart .dashboard-interior-chart {
height: 190px;
width: 98px; }
.dashboard-medium-chart .dashboard-medium-chart-menu {
top: 0px;
font-size: 12px;
left: 81px;
font-size: 12px; }
top: 0; }
.dashboard-medium-chart #clusterGraphs svg {
height: 190px;
width: 98px; }
@ -2134,9 +2133,9 @@ div.resizecontainer {
height: 195px;
width: 58px; }
.dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text {
fill: #666666;
font-size: 10px;
font-weight: 400;
fill: #666666; }
font-weight: 400; }
.dashboard-tendency-container .dashboard-tendency-chart {
height: 78.25px; }
@ -2167,12 +2166,10 @@ div.resizecontainer {
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut {
width: 11.4px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart {
width: 42px;
height: 33.5px;
line-height: 33.5px;
padding: 5px 8px 10px;
width: 42px;
padding: 5px 8px 10px 8px; }
width: 42px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart {
height: 38.5px; }
.dashboard-bar-chart-container .dashboard-sub-bar {
@ -2181,10 +2178,11 @@ div.resizecontainer {
.modal-chart-detail {
bottom: 12.1% !important;
left: 50%;
margin-left: -114px; }
margin-left: -114px;
width: 228px; }
.modal-chart-detail .modal-body {
max-height: none;
height: 95%;
max-height: none;
padding: 5px; }
.modal-chart-detail .modal-dashboard-legend {
display: none;
@ -2266,8 +2264,7 @@ div.resizecontainer {
font-weight: 400;
height: 195px;
margin-top: -3px;
width: 0;
margin-top: -3px; }
width: 0; }
.dashboard-half-height-legend {
display: none;
@ -2292,16 +2289,15 @@ div.resizecontainer {
.dashboard-medium-chart {
width: 218px; }
.dashboard-medium-chart .dashboard-sub-bar {
width: 216px;
margin-left: -5px;
width: 222px; }
width: 216px; }
.dashboard-medium-chart .dashboard-interior-chart {
height: 190px;
width: 218px; }
.dashboard-medium-chart .dashboard-medium-chart-menu {
top: 0px;
font-size: 12px;
left: 201px;
font-size: 12px; }
top: 0; }
.dashboard-medium-chart #clusterGraphs svg {
height: 190px;
width: 218px; }
@ -2318,9 +2314,9 @@ div.resizecontainer {
height: 195px;
width: 138px; }
.dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text {
fill: #666666;
font-size: 10px;
font-weight: 400;
fill: #666666; }
font-weight: 400; }
.dashboard-tendency-container .dashboard-tendency-chart {
height: 78.25px; }
@ -2351,12 +2347,10 @@ div.resizecontainer {
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut {
width: 35.4px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart {
width: 122px;
height: 33.5px;
line-height: 33.5px;
padding: 5px 8px 10px;
width: 122px;
padding: 5px 8px 10px 8px; }
width: 122px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart {
height: 38.5px; }
.dashboard-bar-chart-container .dashboard-sub-bar {
@ -2365,10 +2359,11 @@ div.resizecontainer {
.modal-chart-detail {
bottom: 12.1% !important;
left: 50%;
margin-left: -234px; }
margin-left: -234px;
width: 468px; }
.modal-chart-detail .modal-body {
max-height: none;
height: 95%;
max-height: none;
padding: 5px; }
.modal-chart-detail .modal-dashboard-legend {
display: none;
@ -2450,8 +2445,7 @@ div.resizecontainer {
font-weight: 400;
height: 195px;
margin-top: -3px;
width: 0;
margin-top: -3px; }
width: 0; }
.dashboard-half-height-legend {
display: none;
@ -2476,16 +2470,15 @@ div.resizecontainer {
.dashboard-medium-chart {
width: 338px; }
.dashboard-medium-chart .dashboard-sub-bar {
width: 336px;
margin-left: -5px;
width: 342px; }
width: 336px; }
.dashboard-medium-chart .dashboard-interior-chart {
height: 190px;
width: 338px; }
.dashboard-medium-chart .dashboard-medium-chart-menu {
top: 0px;
font-size: 12px;
left: 321px;
font-size: 12px; }
top: 0; }
.dashboard-medium-chart #clusterGraphs svg {
height: 190px;
width: 338px; }
@ -2502,9 +2495,9 @@ div.resizecontainer {
height: 195px;
width: 218px; }
.dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text {
fill: #666666;
font-size: 10px;
font-weight: 400;
fill: #666666; }
font-weight: 400; }
.dashboard-tendency-container .dashboard-tendency-chart {
height: 78.25px; }
@ -2535,12 +2528,10 @@ div.resizecontainer {
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut {
width: 59.4px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart {
width: 202px;
height: 33.5px;
line-height: 33.5px;
padding: 5px 8px 10px;
width: 202px;
padding: 5px 8px 10px 8px; }
width: 202px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart {
height: 38.5px; }
.dashboard-bar-chart-container .dashboard-sub-bar {
@ -2549,10 +2540,11 @@ div.resizecontainer {
.modal-chart-detail {
bottom: 12.1% !important;
left: 50%;
margin-left: -354px; }
margin-left: -354px;
width: 708px; }
.modal-chart-detail .modal-body {
max-height: none;
height: 95%;
max-height: none;
padding: 5px; }
.modal-chart-detail .modal-dashboard-legend {
display: none;
@ -2634,8 +2626,7 @@ div.resizecontainer {
font-weight: 400;
height: 195px;
margin-top: -3px;
width: 0;
margin-top: -3px; }
width: 0; }
.dashboard-half-height-legend {
display: none;
@ -2660,16 +2651,15 @@ div.resizecontainer {
.dashboard-medium-chart {
width: 458px; }
.dashboard-medium-chart .dashboard-sub-bar {
width: 456px;
margin-left: -5px;
width: 462px; }
width: 456px; }
.dashboard-medium-chart .dashboard-interior-chart {
height: 225px;
width: 338px; }
.dashboard-medium-chart .dashboard-medium-chart-menu {
top: 0px;
font-size: 13px;
left: 440px;
font-size: 13px; }
top: 0; }
.dashboard-medium-chart #clusterGraphs svg {
height: 225px;
width: 458px; }
@ -2686,9 +2676,9 @@ div.resizecontainer {
height: 232px;
width: 298px; }
.dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text {
fill: #666666;
font-size: 11px;
font-weight: 400;
fill: #666666; }
font-weight: 400; }
.dashboard-tendency-container .dashboard-tendency-chart {
height: 96.5px; }
@ -2719,12 +2709,10 @@ div.resizecontainer {
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut {
width: 83.4px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart {
width: 282px;
height: 45.66667px;
line-height: 45.66667px;
padding: 5px 8px 10px;
width: 282px;
padding: 5px 8px 10px 8px; }
width: 282px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart {
height: 50.66667px; }
.dashboard-bar-chart-container .dashboard-sub-bar {
@ -2733,10 +2721,11 @@ div.resizecontainer {
.modal-chart-detail {
bottom: 12.1% !important;
left: 50%;
margin-left: -474px; }
margin-left: -474px;
width: 948px; }
.modal-chart-detail .modal-body {
max-height: none;
height: 95%;
max-height: none;
padding: 5px; }
.modal-chart-detail .modal-dashboard-legend {
font-size: 13px;
@ -2816,8 +2805,7 @@ div.resizecontainer {
font-weight: 400;
height: 230px;
margin-top: -3px;
width: 120px;
margin-top: -3px; }
width: 120px; }
.dashboard-half-height-legend {
font-size: 11px;
@ -2841,16 +2829,15 @@ div.resizecontainer {
.dashboard-medium-chart {
width: 578px; }
.dashboard-medium-chart .dashboard-sub-bar {
width: 576px;
margin-left: -5px;
width: 582px; }
width: 576px; }
.dashboard-medium-chart .dashboard-interior-chart {
height: 260px;
width: 448px; }
.dashboard-medium-chart .dashboard-medium-chart-menu {
top: 0px;
font-size: 16px;
left: 557px;
font-size: 16px; }
top: 0; }
.dashboard-medium-chart #clusterGraphs svg {
height: 260px;
width: 578px; }
@ -2867,9 +2854,9 @@ div.resizecontainer {
height: 267px;
width: 378px; }
.dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text {
fill: #666666;
font-size: 13px;
font-weight: 400;
fill: #666666; }
font-weight: 400; }
.dashboard-tendency-container .dashboard-tendency-chart {
height: 114px; }
@ -2900,12 +2887,10 @@ div.resizecontainer {
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut {
width: 107.4px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart {
width: 362px;
height: 57.33333px;
line-height: 57.33333px;
padding: 5px 8px 10px;
width: 362px;
padding: 5px 8px 10px 8px; }
width: 362px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart {
height: 62.33333px; }
.dashboard-bar-chart-container .dashboard-sub-bar {
@ -2914,10 +2899,11 @@ div.resizecontainer {
.modal-chart-detail {
bottom: 12.1% !important;
left: 50%;
margin-left: -594px; }
margin-left: -594px;
width: 1188px; }
.modal-chart-detail .modal-body {
max-height: none;
height: 95%;
max-height: none;
padding: 5px; }
.modal-chart-detail .modal-dashboard-legend {
font-size: 14px;
@ -2997,8 +2983,7 @@ div.resizecontainer {
font-weight: 400;
height: 265px;
margin-top: -3px;
width: 130px;
margin-top: -3px; }
width: 130px; }
.dashboard-half-height-legend {
font-size: 12px;
@ -3022,16 +3007,15 @@ div.resizecontainer {
.dashboard-medium-chart {
width: 698px; }
.dashboard-medium-chart .dashboard-sub-bar {
width: 696px;
margin-left: -5px;
width: 702px; }
width: 696px; }
.dashboard-medium-chart .dashboard-interior-chart {
height: 290px;
width: 558px; }
.dashboard-medium-chart .dashboard-medium-chart-menu {
top: 0px;
font-size: 18px;
left: 675px;
font-size: 18px; }
top: 0; }
.dashboard-medium-chart #clusterGraphs svg {
height: 290px;
width: 698px; }
@ -3048,9 +3032,9 @@ div.resizecontainer {
height: 297px;
width: 458px; }
.dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text {
fill: #666666;
font-size: 13px;
font-weight: 400;
fill: #666666; }
font-weight: 400; }
.dashboard-tendency-container .dashboard-tendency-chart {
height: 129px; }
@ -3081,12 +3065,10 @@ div.resizecontainer {
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut {
width: 131.4px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart {
width: 442px;
height: 67.33333px;
line-height: 67.33333px;
padding: 5px 8px 10px;
width: 442px;
padding: 5px 8px 10px 8px; }
width: 442px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart {
height: 72.33333px; }
.dashboard-bar-chart-container .dashboard-sub-bar {
@ -3095,10 +3077,11 @@ div.resizecontainer {
.modal-chart-detail {
bottom: 12.1% !important;
left: 50%;
margin-left: -714px; }
margin-left: -714px;
width: 1428px; }
.modal-chart-detail .modal-body {
max-height: none;
height: 95%;
max-height: none;
padding: 5px; }
.modal-chart-detail .modal-dashboard-legend {
font-size: 15px;
@ -3178,8 +3161,7 @@ div.resizecontainer {
font-weight: 400;
height: 295px;
margin-top: -3px;
width: 140px;
margin-top: -3px; }
width: 140px; }
.dashboard-half-height-legend {
font-size: 13px;
@ -3203,16 +3185,15 @@ div.resizecontainer {
.dashboard-medium-chart {
width: 818px; }
.dashboard-medium-chart .dashboard-sub-bar {
width: 816px;
margin-left: -5px;
width: 822px; }
width: 816px; }
.dashboard-medium-chart .dashboard-interior-chart {
height: 330px;
width: 658px; }
.dashboard-medium-chart .dashboard-medium-chart-menu {
top: 0px;
font-size: 22px;
left: 791px;
font-size: 22px; }
top: 0; }
.dashboard-medium-chart #clusterGraphs svg {
height: 330px;
width: 818px; }
@ -3229,9 +3210,9 @@ div.resizecontainer {
height: 337px;
width: 538px; }
.dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text {
fill: #666666;
font-size: 14px;
font-weight: 400;
fill: #666666; }
font-weight: 400; }
.dashboard-tendency-container .dashboard-tendency-chart {
height: 149px; }
@ -3262,12 +3243,10 @@ div.resizecontainer {
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut {
width: 155.4px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart {
width: 522px;
height: 80.66667px;
line-height: 80.66667px;
padding: 5px 8px 10px;
width: 522px;
padding: 5px 8px 10px 8px; }
width: 522px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart {
height: 85.66667px; }
.dashboard-bar-chart-container .dashboard-sub-bar {
@ -3276,10 +3255,11 @@ div.resizecontainer {
.modal-chart-detail {
bottom: 12.1% !important;
left: 50%;
margin-left: -834px; }
margin-left: -834px;
width: 1668px; }
.modal-chart-detail .modal-body {
max-height: none;
height: 95%;
max-height: none;
padding: 5px; }
.modal-chart-detail .modal-dashboard-legend {
font-size: 16px;
@ -3359,8 +3339,7 @@ div.resizecontainer {
font-weight: 400;
height: 335px;
margin-top: -3px;
width: 160px;
margin-top: -3px; }
width: 160px; }
.dashboard-half-height-legend {
font-size: 14px;
@ -3384,16 +3363,15 @@ div.resizecontainer {
.dashboard-medium-chart {
width: 938px; }
.dashboard-medium-chart .dashboard-sub-bar {
width: 936px;
margin-left: -5px;
width: 942px; }
width: 936px; }
.dashboard-medium-chart .dashboard-interior-chart {
height: 390px;
width: 768px; }
.dashboard-medium-chart .dashboard-medium-chart-menu {
top: 0px;
font-size: 26px;
left: 907px;
font-size: 26px; }
top: 0; }
.dashboard-medium-chart #clusterGraphs svg {
height: 390px;
width: 938px; }
@ -3410,9 +3388,9 @@ div.resizecontainer {
height: 397px;
width: 618px; }
.dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text {
fill: #666666;
font-size: 14px;
font-weight: 400;
fill: #666666; }
font-weight: 400; }
.dashboard-tendency-container .dashboard-tendency-chart {
height: 179px; }
@ -3443,12 +3421,10 @@ div.resizecontainer {
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut {
width: 179.4px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart {
width: 602px;
height: 100.66667px;
line-height: 100.66667px;
padding: 5px 8px 10px;
width: 602px;
padding: 5px 8px 10px 8px; }
width: 602px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart {
height: 105.66667px; }
.dashboard-bar-chart-container .dashboard-sub-bar {
@ -3457,10 +3433,11 @@ div.resizecontainer {
.modal-chart-detail {
bottom: 12.1% !important;
left: 50%;
margin-left: -954px; }
margin-left: -954px;
width: 1908px; }
.modal-chart-detail .modal-body {
max-height: none;
height: 95%;
max-height: none;
padding: 5px; }
.modal-chart-detail .modal-dashboard-legend {
font-size: 17px;
@ -3540,8 +3517,7 @@ div.resizecontainer {
font-weight: 400;
height: 395px;
margin-top: -3px;
width: 170px;
margin-top: -3px; }
width: 170px; }
.dashboard-half-height-legend {
font-size: 15px;
@ -3565,16 +3541,15 @@ div.resizecontainer {
.dashboard-medium-chart {
width: 1058px; }
.dashboard-medium-chart .dashboard-sub-bar {
width: 1056px;
margin-left: -5px;
width: 1062px; }
width: 1056px; }
.dashboard-medium-chart .dashboard-interior-chart {
height: 290px;
width: 918px; }
.dashboard-medium-chart .dashboard-medium-chart-menu {
top: 0px;
font-size: 20px;
left: 1033px;
font-size: 20px; }
top: 0; }
.dashboard-medium-chart #clusterGraphs svg {
height: 290px;
width: 1058px; }
@ -3591,9 +3566,9 @@ div.resizecontainer {
height: 297px;
width: 698px; }
.dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text {
fill: #666666;
font-size: 15px;
font-weight: 400;
fill: #666666; }
font-weight: 400; }
.dashboard-tendency-container .dashboard-tendency-chart {
height: 129px; }
@ -3624,12 +3599,10 @@ div.resizecontainer {
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut {
width: 203.4px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart {
width: 682px;
height: 67.33333px;
line-height: 67.33333px;
padding: 5px 8px 10px;
width: 682px;
padding: 5px 8px 10px 8px; }
width: 682px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart {
height: 72.33333px; }
.dashboard-bar-chart-container .dashboard-sub-bar {
@ -3638,10 +3611,11 @@ div.resizecontainer {
.modal-chart-detail {
bottom: 12.1% !important;
left: 50%;
margin-left: -1074px; }
margin-left: -1074px;
width: 2148px; }
.modal-chart-detail .modal-body {
max-height: none;
height: 95%;
max-height: none;
padding: 5px; }
.modal-chart-detail .modal-dashboard-legend {
font-size: 17px;
@ -3721,8 +3695,7 @@ div.resizecontainer {
font-weight: 400;
height: 295px;
margin-top: -3px;
width: 140px;
margin-top: -3px; }
width: 140px; }
.dashboard-half-height-legend {
font-size: 15px;
@ -3746,16 +3719,15 @@ div.resizecontainer {
.dashboard-medium-chart {
width: 1178px; }
.dashboard-medium-chart .dashboard-sub-bar {
width: 1176px;
margin-left: -5px;
width: 1182px; }
width: 1176px; }
.dashboard-medium-chart .dashboard-interior-chart {
height: 290px;
width: 1038px; }
.dashboard-medium-chart .dashboard-medium-chart-menu {
top: 0px;
font-size: 20px;
left: 1153px;
font-size: 20px; }
top: 0; }
.dashboard-medium-chart #clusterGraphs svg {
height: 290px;
width: 1178px; }
@ -3772,9 +3744,9 @@ div.resizecontainer {
height: 297px;
width: 778px; }
.dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text {
fill: #666666;
font-size: 15px;
font-weight: 400;
fill: #666666; }
font-weight: 400; }
.dashboard-tendency-container .dashboard-tendency-chart {
height: 129px; }
@ -3805,12 +3777,10 @@ div.resizecontainer {
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut {
width: 227.4px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart {
width: 762px;
height: 67.33333px;
line-height: 67.33333px;
padding: 5px 8px 10px;
width: 762px;
padding: 5px 8px 10px 8px; }
width: 762px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart {
height: 72.33333px; }
.dashboard-bar-chart-container .dashboard-sub-bar {
@ -3819,10 +3789,11 @@ div.resizecontainer {
.modal-chart-detail {
bottom: 12.1% !important;
left: 50%;
margin-left: -1194px; }
margin-left: -1194px;
width: 2388px; }
.modal-chart-detail .modal-body {
max-height: none;
height: 95%;
max-height: none;
padding: 5px; }
.modal-chart-detail .modal-dashboard-legend {
font-size: 17px;
@ -3902,8 +3873,7 @@ div.resizecontainer {
font-weight: 400;
height: 295px;
margin-top: -3px;
width: 140px;
margin-top: -3px; }
width: 140px; }
.dashboard-half-height-legend {
font-size: 15px;
@ -3927,16 +3897,15 @@ div.resizecontainer {
.dashboard-medium-chart {
width: 1298px; }
.dashboard-medium-chart .dashboard-sub-bar {
width: 1296px;
margin-left: -5px;
width: 1302px; }
width: 1296px; }
.dashboard-medium-chart .dashboard-interior-chart {
height: 290px;
width: 1158px; }
.dashboard-medium-chart .dashboard-medium-chart-menu {
top: 0px;
font-size: 20px;
left: 1273px;
font-size: 20px; }
top: 0; }
.dashboard-medium-chart #clusterGraphs svg {
height: 290px;
width: 1298px; }
@ -3953,9 +3922,9 @@ div.resizecontainer {
height: 297px;
width: 858px; }
.dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-axis text {
fill: #666666;
font-size: 15px;
font-weight: 400;
fill: #666666; }
font-weight: 400; }
.dashboard-tendency-container .dashboard-tendency-chart {
height: 129px; }
@ -3986,12 +3955,10 @@ div.resizecontainer {
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut {
width: 251.4px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart {
width: 842px;
height: 67.33333px;
line-height: 67.33333px;
padding: 5px 8px 10px;
width: 842px;
padding: 5px 8px 10px 8px; }
width: 842px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart #residentSizeChart {
height: 72.33333px; }
.dashboard-bar-chart-container .dashboard-sub-bar {
@ -4000,10 +3967,11 @@ div.resizecontainer {
.modal-chart-detail {
bottom: 12.1% !important;
left: 50%;
margin-left: -1314px; }
margin-left: -1314px;
width: 2628px; }
.modal-chart-detail .modal-body {
max-height: none;
height: 95%;
max-height: none;
padding: 5px; }
.modal-chart-detail .modal-dashboard-legend {
font-size: 17px;
@ -4083,8 +4051,7 @@ div.resizecontainer {
font-weight: 400;
height: 295px;
margin-top: -3px;
width: 140px;
margin-top: -3px; }
width: 140px; }
.dashboard-half-height-legend {
font-size: 15px;
@ -4684,7 +4651,7 @@ pre.gv-object-view {
width: 5%; }
.user-menu-img {
background-color: lightgray;
background-color: lightgrey;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
@ -4732,62 +4699,62 @@ pre.gv-object-view {
.dashboard-large-chart {
margin-right: 12px; }
.dashboard-large-chart .dashboard-large-chart-inner {
padding-top: 5px;
background-color: white;
border-left: 5px solid #e1e1e1;
border-right: 5px solid #e1e1e1;
border-top: 5px solid #e1e1e1;
border-right: 5px solid #e1e1e1; }
padding-top: 5px; }
.dashboard-large-chart .dashboard-large-chart-inner .dashboard-interior-chart {
margin-bottom: 0px; }
margin-bottom: 0; }
.dashboard-small-chart .dashboard-small-chart-inner {
background-color: white;
border-left: 5px solid #e1e1e1;
border-top: 5px solid #e1e1e1;
border-right: 5px solid #e1e1e1; }
border-right: 5px solid #e1e1e1;
border-top: 5px solid #e1e1e1; }
.dashboard-small-chart .dashboard-small-chart-inner .dashboard-interior-chart .nv-bar rect {
fill-opacity: .15;
stroke-opacity: 1;
stroke-width: 1px;
fill-opacity: 0.15; }
stroke-width: 1px; }
.dashboard-medium-chart {
background-color: white;
padding-top: 5px;
border-left: 5px solid #e1e1e1;
border-right: 5px solid #e1e1e1;
border-top: 5px solid #e1e1e1;
border-right: 5px solid #e1e1e1; }
padding-top: 5px; }
.dashboard-medium-chart:first-child {
margin-right: 12px; }
.dashboard-medium-chart .dashboard-interior-chart {
margin-bottom: 0px; }
margin-bottom: 0; }
.dashboard-medium-chart .dashboard-medium-chart-menu {
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
position: absolute;
border: 0 solid rgba(0, 0, 0, 0.3);
color: rgba(0, 0, 0, 0.3);
cursor: pointer;
z-index: 1000;
border: 0px solid rgba(0, 0, 0, 0.3);
padding: 0px 4px 0px 4px; }
padding: 0 4px;
position: absolute;
z-index: 1000; }
.dashboard-medium-chart .dashboard-medium-chart-menu:hover {
color: rgba(0, 0, 0, 0.7); }
.dashboard-medium-chart .dashboard-medium-chart-inner {
padding-top: 5px; }
.dashboard-medium-chart .clusterChart .slice path {
fill-opacity: .15;
stroke-opacity: 1;
stroke-width: 1.5px;
fill-opacity: 0.15; }
stroke-width: 1.5px; }
.dashboard-tendency-container .dashboard-tendency-chart {
background-color: white;
border-left: 5px solid #e1e1e1;
border-top: 5px solid #e1e1e1;
border-right: 5px solid #e1e1e1; }
border-right: 5px solid #e1e1e1;
border-top: 5px solid #e1e1e1; }
.dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency {
background-color: white;
padding: 0px 8px 0px 8px;
margin-top: 5px; }
margin-top: 5px;
padding: 0 8px; }
.dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency:first-child {
border-right: 1px solid #e1e1e1; }
.dashboard-tendency-container .dashboard-tendency-chart .dashboard-tendency .dashboard-subtitle-bar {
@ -4799,19 +4766,19 @@ pre.gv-object-view {
.dashboard-bar-chart-container .dashboard-bar-chart {
background-color: white;
border-left: 5px solid #e1e1e1;
border-top: 5px solid #e1e1e1;
border-right: 5px solid #e1e1e1; }
border-right: 5px solid #e1e1e1;
border-top: 5px solid #e1e1e1; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title {
padding: 0px 8px 0px 8px;
margin-top: 5px; }
margin-top: 5px;
padding: 0 8px; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .percentage {
font-weight: 400; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-title .absolut {
text-align: right; }
.dashboard-bar-chart-container .dashboard-bar-chart .dashboard-bar-chart-chart .nv-bar rect {
fill-opacity: .15;
stroke-opacity: 1;
stroke-width: 1px;
fill-opacity: 0.15; }
stroke-width: 1px; }
.dashboard-legend .dashboard-legend-inner {
padding: 0 5px 5px 0; }
@ -4821,14 +4788,14 @@ pre.gv-object-view {
color: white;
height: 24px;
line-height: 24px;
margin: 0px 0px 0px 0px;
padding: 0px 6px 0px 6px; }
margin: 0;
padding: 0 6px; }
.dashboard-spacer {
margin: 0px 12px 0px 12px; }
margin: 0 12px; }
.headerBar.dashboard-headerbar {
margin: 15px 0px 10px 0px; }
margin: 15px 0 10px; }
.modal-chart-detail .modal-dashboard-legend .dashboard-legend-inner {
padding-left: 20px;
@ -4844,8 +4811,7 @@ pre.gv-object-view {
font-weight: 400;
height: 30px;
line-height: 30px;
/* margin: 0px -1px 0px -1px; */
padding: 0px 5px 0px 10px; }
padding: 0 5px 0 10px; }
.dashboard-title-bar .dashboard-half-title-bar {
border-left: 1px solid black;
margin-left: -1px;
@ -4855,9 +4821,9 @@ pre.gv-object-view {
margin-left: 0; }
.dashboard-row {
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px; }
margin-bottom: 0;
margin-left: 0;
margin-right: 0; }
.dygraph-axis-label.dygraph-axis-label-y, .dygraph-axis-label.dygraph-axis-label-x {
color: #666666; }
@ -5372,7 +5338,7 @@ pre.gv-object-view {
color: #66ff00; }
.jqconsole-cursor {
background-color: gray; }
background-color: grey; }
.jqconsole-blurred .jqconsole-header .jqconsole-cursor {
color: #c4cccc; }