98 lines
1.5 KiB
SCSS
98 lines
1.5 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, 11:40:15
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
|
|
/* Arhiv */
|
|
#div_analiza_archive_name {
|
|
min-width: 900px;
|
|
width: auto;
|
|
|
|
padding-bottom: 50px !important;
|
|
}
|
|
|
|
.div_curent_archives {
|
|
margin-top: 10px;
|
|
padding: 20px 5px 20px 5px;
|
|
|
|
max-height: 300px;
|
|
overflow: auto;
|
|
|
|
border-top: 1px dashed $grey_super_light;
|
|
}
|
|
.arch_tbl {
|
|
width: 100%;
|
|
border-spacing: 0px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border-collapse: collapse;
|
|
th {
|
|
padding: 3px;
|
|
}
|
|
td {
|
|
padding: 3px;
|
|
}
|
|
}
|
|
#arch_body {
|
|
text-align: center;
|
|
margin: auto;
|
|
margin-top: 20px;
|
|
padding: 0px;
|
|
background: none;
|
|
background-color: white;
|
|
color: black;
|
|
font-size: 11px;
|
|
width: 100%;
|
|
.anl_more {
|
|
display: none;
|
|
}
|
|
}
|
|
#arch_body_div {
|
|
margin: auto;
|
|
width: auto;
|
|
max-width: 1024px;
|
|
background-color: white;
|
|
text-align: center;
|
|
}
|
|
.arch_body_div {
|
|
margin: auto;
|
|
width: auto;
|
|
max-width: 1024px;
|
|
background-color: white;
|
|
text-align: center;
|
|
}
|
|
.arch_head_date {
|
|
float: right;
|
|
width: auto;
|
|
height: 50px;
|
|
}
|
|
#div_archives_email_buttons {
|
|
position: absolute;
|
|
bottom: 20px;
|
|
right: 20px;
|
|
}
|
|
#div_archives_email_left {
|
|
width: 590px;
|
|
float: left;
|
|
}
|
|
#div_archives_email_right {
|
|
width: 300px;
|
|
float: right;
|
|
}
|
|
dl.arch_email {
|
|
dd {
|
|
margin-left: 60px;
|
|
position: relative;
|
|
top: -1.1em;
|
|
}
|
|
}
|
|
#email_archive_text {
|
|
height: 150px;
|
|
}
|