179 lines
2.8 KiB
SCSS
Raw Normal View History

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 {
2022-08-22 09:37:56 +02:00
height: 40px;
&:last-of-type,
&.show_as_last_row{
2022-08-22 09:37:56 +02:00
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
2022-08-22 09:48:56 +02:00
#anketa_edit .page_num_fieldset{
border: unset;
2022-08-22 09:55:52 +02:00
border-top: 1px dashed #E5E5E5;
2022-08-22 12:50:28 +02:00
padding: 0px;
2022-08-22 11:37:00 +02:00
2022-08-22 09:37:56 +02:00
}
2022-08-25 11:42:28 +02:00
#anketa_edit {
2022-08-25 11:42:28 +02:00
.page_num_fieldset{
padding-top: 0px;
padding-bottom: 0px;
margin: 0px;
}
.page_num{
text-align: center;
color: #333333;
position: relative;
2022-08-25 11:42:28 +02:00
margin: 4px 0px;
}
.table_header{
width: 100%;
2022-08-25 11:42:28 +02:00
margin: 16px 0px 0px 0px;
background-color: #F8F8F8;
font-size: 16px;
font-weight: 600;
tr{
width: 100%;
td:first-of-type {
width: 46%;
padding-left: 16px;
}
td:last-of-type {
width: 54%;
padding-left: 16px;
}
}
}
.avt_vnosi_table{
2022-08-25 11:42:28 +02:00
margin: 0px;
2022-08-25 11:42:28 +02:00
td:first-of-type {
2022-08-25 11:42:28 +02:00
width: 46%;
}
td:last-of-type {
2022-08-25 11:42:28 +02:00
width: 54%;
}
}
2022-08-25 11:42:28 +02:00
}
2022-08-25 11:42:28 +02:00