165 lines
2.5 KiB
SCSS
165 lines
2.5 KiB
SCSS
table {
|
|
margin: 8px 0;
|
|
padding: 8px 0;
|
|
border-collapse: collapse;
|
|
text-align: left;
|
|
|
|
td,
|
|
th {
|
|
padding: 8px 16px;
|
|
border-top: 1px solid $gray;
|
|
vertical-align: middle;
|
|
|
|
&.center {
|
|
text-align: center;
|
|
}
|
|
&.right {
|
|
text-align: right;
|
|
}
|
|
&.left {
|
|
text-align: left;
|
|
}
|
|
|
|
&.wrap {
|
|
white-space: normal;
|
|
}
|
|
|
|
&.nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
&.lead_column {
|
|
border-right: 3px solid $gray;
|
|
}
|
|
}
|
|
|
|
th {
|
|
font-weight: $semi-bold;
|
|
background-color: $light-gray;
|
|
}
|
|
|
|
tr {
|
|
|
|
height: 40px;
|
|
|
|
&:last-of-type,
|
|
&.show_as_last_row{
|
|
|
|
td, th {
|
|
border-bottom: 1px solid $gray;
|
|
}
|
|
}
|
|
}
|
|
|
|
&.fullwidth {
|
|
width: 100%;
|
|
}
|
|
|
|
&#passwords_table,
|
|
&#groups_table {
|
|
min-width: 421px;
|
|
}
|
|
|
|
}
|
|
|
|
//Wrapperji za horizontal scroll
|
|
div {
|
|
.table-horizontal-scroll-wrapper1 {
|
|
display: table;
|
|
table-layout: fixed;
|
|
width: 100%;
|
|
|
|
margin: 8px 0;
|
|
}
|
|
|
|
.table-horizontal-scroll-wrapper2 {
|
|
display: table-cell;
|
|
overflow-x: auto;
|
|
width: 100%;
|
|
|
|
table {
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
white-space: nowrap;
|
|
margin: 0px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.table-horizontal-scroll-wrapper-outer{
|
|
display: table;
|
|
table-layout: fixed;
|
|
width: 100%;
|
|
|
|
.table-horizontal-scroll-wrapper-inner{
|
|
overflow-x: auto;
|
|
width: 100%;
|
|
|
|
table {
|
|
width: 100%;
|
|
table-layout: auto !important;
|
|
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
//testiranje --> avtomatski vnosi
|
|
|
|
.dotted_line{
|
|
position: absolute;
|
|
bottom: -26px;
|
|
width: 928px;
|
|
|
|
border-top: dotted 1px red;
|
|
// #E5E5E5
|
|
}
|
|
|
|
.page_num_fieldset{
|
|
padding-top: 0px;
|
|
padding-bottom: 0px;
|
|
|
|
margin: 12px 0px;
|
|
}
|
|
|
|
.page_num{
|
|
margin-left: 39%;
|
|
color: #333333;
|
|
position: relative;
|
|
}
|
|
|
|
|
|
|
|
.table_header{
|
|
width: 100%;
|
|
margin: 16px 0px 0px 0px;
|
|
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
|
|
tr{
|
|
width: 100%;
|
|
|
|
|
|
td:first-of-type {
|
|
width: 40%;
|
|
padding-left: 48px;
|
|
}
|
|
td:last-of-type {
|
|
width: 60%;
|
|
padding-left: 25px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.avt_vnosi_table{
|
|
td:first-of-type {
|
|
width: 40%;
|
|
}
|
|
td:last-of-type {
|
|
width: 60%;
|
|
}
|
|
}
|
|
|