66 lines
1.2 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 : 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 {
width: 100% !important;
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;
}
}
}
}