2021-11-03 11:53:26 +01:00
|
|
|
/*
|
|
|
|
Only layout styles - position, display, max-width...
|
|
|
|
*/
|
|
|
|
|
|
|
|
body{
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
#main_holder{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
2021-11-19 08:52:49 +01:00
|
|
|
&.package_1ka {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
//prenese se stran in podstran, first/second/third navigation
|
|
|
|
//class="page_'.$_GET['a'].' subpage_'.$_GET['m'].' '.($this->survey_type == '1' ? 'forma' : '').' '.($this->survey_type == '0' ? 'glasovanje' : '').' menu_left wide">'
|
|
|
|
|
2021-11-03 11:53:26 +01:00
|
|
|
header{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#main{
|
|
|
|
padding: 64px 0;
|
2021-12-14 11:58:50 +01:00
|
|
|
min-height: calc(100vh - 410px);
|
2021-11-03 11:53:26 +01:00
|
|
|
|
|
|
|
.fullwidth{
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.narrow{
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 1060px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wide{
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 1360px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu_left{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
|
2021-11-19 08:52:49 +01:00
|
|
|
.layout_left_item{
|
2021-11-03 11:53:26 +01:00
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
2021-11-19 08:52:49 +01:00
|
|
|
.layout_right_item{
|
2021-11-03 11:53:26 +01:00
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
}
|
2021-12-15 15:53:59 +01:00
|
|
|
|
|
|
|
#moje_ankete_edit {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin: 0 auto;
|
|
|
|
max-width: 1060px;
|
|
|
|
}
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
footer{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|