235 lines
3.7 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 : 04-Aug-2018, 13:45:34
Author : podkrizniku
*/
$editing_cell: #eafada;
#analiza_data {
margin-bottom: 10px;
background-color: white;
#tableContainer {
margin-bottom: 20px;
clear: both;
}
}
.data_spr_editing {
background-color: $editing_cell;
}
#vnosi_paginacija {
float: right;
div {
padding: 1px 3px;
font-size: 100%;
line-height: 10px;
a{
vertical-align: middle;
}
label {
text-align: right;
display: inline-block;
cursor: auto;
margin: 0 5px 0 20px;
padding-bottom: 2px;
}
select {
display: inline-block;
width: 50px;
margin: 0 5px;
text-align: center;
}
}
}
.top_paginacija {
float: right;
margin: 30px 0 10px 0;
}
#div_paginacija_vnosov {
display: inline;
float: right;
padding: 5px;
margin-left: 0px;
}
#div_paginacija_vprasanj {
display: inline;
float: left;
padding: 5px;
}
#bottom_edit {
width: auto;
margin: -12px 10px 0 28px;
}
#bottom_edit.shifted {
margin-left: 5px;
}
.headerCell {
max-width: 250px;
max-height: 1.1em;
overflow: hidden;
}
#dataTable {
table-layout: fixed;
width: 0px;
padding: 0px;
margin: 0px;
border-collapse: collapse;
border-spacing: 0px;
outline: 1px solid $soft_blue;
border-top: 1px solid $soft_blue;
border-left: 1px solid $soft_blue;
border-bottom: 1px solid $soft_blue;
.dataCell {
position: relative;
white-space: nowrap;
overflow: hidden;
width: 100%;
min-width: 20px;
max-height: 1.1em;
padding: 3px 0;
text-indent: 3px;
}
.headerCell {
white-space: nowrap;
padding: 3px;
}
th {
border-right: 1px solid $soft_blue;
border-bottom: 1px solid $soft_blue;
font-weight: normal;
text-align: left;
background-color: $soft_blue_very_lighten;
cursor: pointer;
}
col {
width: 100px;
}
col.data_edit {
width: 23px;
}
td {
border-right: 1px solid $soft_blue;
border-bottom: 1px solid $grey_very_light;
padding: 3px;
font-weight: normal;
text-align: left;
max-width: 200px;
overflow: hidden;
line-height: 18px;
.highlighted {
font-weight: bold;
color: red;
background-color: yellow;
}
}
td.data_edit {
.pdf {
cursor: pointer;
}
.rtf {
cursor: pointer;
}
.evoli {
cursor: pointer;
}
.evoli2 {
cursor: pointer;
}
.evoli3 {
cursor: pointer;
}
.mfdps {
cursor: pointer;
}
}
select {
font-size: 11px !important;
width: 100%;
}
th.hover {
background-color: $soft_blue_very_lighten;
}
tbody {
.active {
background-color: $grey_very_light !important;
}
tr {
&:nth-child(odd) {
background-color: $soft_blue_super_lighten;
}
&:nth-child(even) {
background-color: $grey_almost_white;
}
}
}
.delete_data_row {
margin: 0;
}
.scrollContent.coding {
td {
&:hover {
background-color: $grey_very_light;
cursor: pointer;
}
}
td.enkaIcon {
&:hover {
background-color: white;
}
}
td.cellGreen {
&:hover {
background-color: #E6FFCC;
cursor: auto;
}
}
}
}
.dataCell {
&:hover {
.tableResize {
background-color: $strong_blue;
}
}
}
.no_data_alert{
font-weight: 500;
font-size: 13px;
}
#collect_data_popup{
display: none;
z-index: 9999;
position: fixed;
top: 45%;
left: 50%;
transform: translateX(-50%);
padding: 20px;
font-weight: 500;
font-size: 13px;
background-color: white;
}
@import "recode";
@import "conditions";
@import "other";
@import "hash_link";
@import "edit_survey";