2021-08-12 12:16:05 +02:00
|
|
|
/*
|
|
|
|
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 : 14-Aug-2018, 14:49:47
|
|
|
|
Author : podkrizniku
|
|
|
|
*/
|
|
|
|
|
|
|
|
.survey_archive_popup {
|
|
|
|
border: 1px solid $grey_normal;
|
|
|
|
margin: auto;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding: 10px 1% 10px 1%;
|
|
|
|
min-height: 150px;
|
|
|
|
width: auto;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
#survey_archive_note {
|
|
|
|
@include popup_general();
|
|
|
|
|
|
|
|
margin: auto;
|
|
|
|
height: auto;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
#div_archive_navigation {
|
|
|
|
float: left;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
#div_archive_content {
|
|
|
|
fieldset {
|
|
|
|
width: 600px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#div_archive_content.tracking {
|
|
|
|
|
|
|
|
fieldset {
|
2021-08-31 14:14:38 +02:00
|
|
|
width: 100% !important;
|
2021-08-12 12:16:05 +02:00
|
|
|
max-width: 970px !important;
|
|
|
|
}
|
|
|
|
table {
|
|
|
|
width: 95%;
|
|
|
|
margin: 20px 0 5px 10px;
|
|
|
|
outline: 1px solid $soft_blue;
|
|
|
|
border-spacing: 0px;
|
|
|
|
border-collapse: collapse;
|
|
|
|
tr {
|
|
|
|
th {
|
|
|
|
padding: 2px 5px;
|
|
|
|
background-color: $soft_blue_very_lighten;
|
|
|
|
border: 1px solid $soft_blue;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
padding: 2px 5px;
|
|
|
|
border: 1px solid $soft_blue;
|
|
|
|
}
|
|
|
|
td.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
th.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|