45 lines
898 B
SCSS
45 lines
898 B
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 : 20-Aug-2018, 09:01:46
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
.hash_comment {
|
|
min-width: 200px;
|
|
height: 100%;
|
|
min-height: 1em;
|
|
outline: 1px dashed $grey_light;
|
|
display: inline-block;
|
|
}
|
|
#div_survey_links {
|
|
width: auto;
|
|
}
|
|
.tbl_survey_links {
|
|
margin-top: 15px;
|
|
border-spacing: 0;
|
|
border-collapse: collapse;
|
|
td {
|
|
padding: 2px 5px;
|
|
margin: 3px 0px;
|
|
border: 1px $soft_blue solid;
|
|
}
|
|
th {
|
|
padding: 2px 5px;
|
|
margin: 3px 0px;
|
|
border: 1px $soft_blue solid;
|
|
background-color: $soft_blue_very_lighten;
|
|
}
|
|
td.editable.hash_comment {
|
|
cursor: pointer;
|
|
display: table-cell !important;
|
|
outline: 0 !important;
|
|
border: 1px $soft_blue solid;
|
|
&:hover {
|
|
border: 1px $soft_blue solid;
|
|
}
|
|
}
|
|
} |