183 lines
3.3 KiB
SCSS
183 lines
3.3 KiB
SCSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 09-Aug-2018, 14:27:48
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
#surveyNonresponse {
|
|
background-color: white;
|
|
}
|
|
#tbl_para_analitics {
|
|
width: 100%;
|
|
|
|
padding: 0px;
|
|
margin: 30px 0 20px 0;
|
|
|
|
border-spacing: 0px;
|
|
border-collapse: collapse;
|
|
border: 1px solid $soft_blue;
|
|
border-top: none;
|
|
|
|
tr {
|
|
border-top: 1px solid $soft_blue;
|
|
td.empty_cell {
|
|
width: 60%;
|
|
background-color: white;
|
|
border: 1px solid white;
|
|
text-align: left;
|
|
padding: 0px;
|
|
padding-right: 5px;
|
|
}
|
|
td.empty_cell30 {
|
|
width: 30%;
|
|
background-color: white;
|
|
border: 1px solid white;
|
|
text-align: left;
|
|
padding: 0px;
|
|
padding-right: 5px;
|
|
}
|
|
td.delta {
|
|
width: 20px;
|
|
background-color: $grey_almost_white;
|
|
}
|
|
}
|
|
tr.floatingHeader {
|
|
border-bottom: 1px solid $soft_blue;
|
|
}
|
|
th {
|
|
padding: 8px;
|
|
border-right: 1px solid $soft_blue;
|
|
text-align: center;
|
|
color: black;
|
|
background-color: $soft_blue_very_lighten;
|
|
font-weight: normal;
|
|
}
|
|
td {
|
|
padding: 8px;
|
|
border-right: 1px solid $soft_blue;
|
|
text-align: center;
|
|
color: black;
|
|
background-color: $soft_blue_very_lighten;
|
|
&:first-child {
|
|
color: $strong_blue;
|
|
font-weight: bold;
|
|
text-align: left;
|
|
}
|
|
}
|
|
td.showQuestion {
|
|
text-align: left;
|
|
}
|
|
tr.multiGroupHeader {
|
|
td {
|
|
text-align: left;
|
|
}
|
|
}
|
|
tr.multiVariablesHeader {
|
|
border-top: 1px dotted $soft_blue;
|
|
td {
|
|
text-align: left;
|
|
}
|
|
}
|
|
tr.subVar {
|
|
border-top: 1px dotted $soft_blue;
|
|
td {
|
|
background-color: $grey_almost_white;
|
|
&:first-child {
|
|
font-weight: normal;
|
|
text-indent: 10px;
|
|
}
|
|
}
|
|
}
|
|
tr.percent {
|
|
border-top: 1px dotted $soft_blue;
|
|
td {
|
|
font-weight: normal;
|
|
text-indent: 0px;
|
|
text-align: center;
|
|
color: $grey_normal;
|
|
}
|
|
}
|
|
}
|
|
#tbl_para_analitics.graph {
|
|
width: 40%;
|
|
th {
|
|
padding: 3px;
|
|
border-right: 1px solid $soft_blue;
|
|
text-align: center;
|
|
}
|
|
td {
|
|
padding: 3px;
|
|
border-right: 1px solid $soft_blue;
|
|
text-align: center;
|
|
}
|
|
}
|
|
#tbl_para_analitics.graph.showGraph {
|
|
width: 100%;
|
|
}
|
|
.para_analitics_bar {
|
|
margin-left: 10px;
|
|
height: 1.8em;
|
|
background-color: $soft_blue_very_lighten;
|
|
border: 1px solid $soft_blue;
|
|
}
|
|
.para_analitics_bar.null_value {
|
|
margin-left: 10px;
|
|
height: 1.8em;
|
|
background-color: white;
|
|
border: none;
|
|
border-left: 1px solid $soft_blue;
|
|
}
|
|
#nonresponse_info {
|
|
position: relative;
|
|
display: inline-block;
|
|
float: left;
|
|
width: auto;
|
|
padding: 2px 20px 2px 0px !important;
|
|
margin: 7px 0 0 0;
|
|
font-weight: 500;
|
|
color: $grey_super_dark;
|
|
a {
|
|
color: $strong_blue;
|
|
&:hover {
|
|
color: $orange;
|
|
}
|
|
}
|
|
}
|
|
td.para_page_break {
|
|
border-left: 1px solid white !important;
|
|
border-right: 1px solid white !important;
|
|
background-color: white !important;
|
|
span {
|
|
display: inline-block;
|
|
width: 100%;
|
|
height: 16px;
|
|
padding-left: 5px;
|
|
background: url('../../../admin/survey/img_0/sprites_pb_expanded.png') no-repeat 100px 10px;
|
|
color: $strong_blue;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
table#para_settings {
|
|
th {
|
|
&:not(.spacer) {
|
|
vertical-align: top;
|
|
text-align: left;
|
|
padding: 5px 10px;
|
|
}
|
|
}
|
|
td {
|
|
&:not(.spacer) {
|
|
vertical-align: top;
|
|
text-align: left;
|
|
padding: 5px 10px;
|
|
}
|
|
}
|
|
} |