2021-11-25 15:32:17 +01:00
|
|
|
table {
|
|
|
|
margin: 8px 0;
|
2021-11-29 11:15:38 +01:00
|
|
|
padding: 8px 0;
|
2021-11-25 15:32:17 +01:00
|
|
|
border-collapse: collapse;
|
|
|
|
text-align: left;
|
|
|
|
|
2022-01-13 14:30:37 +01:00
|
|
|
td,
|
|
|
|
th {
|
2022-01-13 08:42:09 +01:00
|
|
|
padding: 8px 16px;
|
2021-11-25 15:32:17 +01:00
|
|
|
border-top: 1px solid $gray;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
&.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
&.right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2022-03-30 01:25:28 +02:00
|
|
|
&.left {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2021-12-21 22:21:48 +01:00
|
|
|
|
|
|
|
&.wrap {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
2022-01-13 14:30:37 +01:00
|
|
|
|
2022-02-24 01:08:18 +01:00
|
|
|
&.nowrap {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2022-01-13 14:30:37 +01:00
|
|
|
&.lead_column {
|
|
|
|
border-right: 3px solid $gray;
|
|
|
|
}
|
2021-12-21 12:06:31 +01:00
|
|
|
}
|
2021-11-25 15:32:17 +01:00
|
|
|
|
2021-12-21 12:06:31 +01:00
|
|
|
th {
|
|
|
|
font-weight: $semi-bold;
|
|
|
|
background-color: $light-gray;
|
2021-11-25 15:32:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
2022-08-22 09:37:56 +02:00
|
|
|
|
2021-11-25 15:32:17 +01:00
|
|
|
height: 40px;
|
|
|
|
|
2022-01-05 23:34:00 +01:00
|
|
|
&:last-of-type,
|
|
|
|
&.show_as_last_row{
|
2021-11-25 15:32:17 +01:00
|
|
|
|
2022-08-22 09:37:56 +02:00
|
|
|
td, th {
|
2021-11-25 15:32:17 +01:00
|
|
|
border-bottom: 1px solid $gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-12-17 02:19:35 +01:00
|
|
|
|
2022-01-27 19:03:04 +01:00
|
|
|
&.fullwidth {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2021-12-20 13:58:46 +01:00
|
|
|
&#passwords_table,
|
|
|
|
&#groups_table {
|
|
|
|
min-width: 421px;
|
|
|
|
}
|
|
|
|
|
2021-12-21 22:21:48 +01:00
|
|
|
}
|
2021-12-20 13:58:46 +01:00
|
|
|
|
2021-12-21 22:21:48 +01:00
|
|
|
//Wrapperji za horizontal scroll
|
|
|
|
div {
|
|
|
|
.table-horizontal-scroll-wrapper1 {
|
|
|
|
display: table;
|
|
|
|
table-layout: fixed;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
margin: 8px 0;
|
2022-06-20 14:49:51 +02:00
|
|
|
}
|
2021-12-21 22:21:48 +01:00
|
|
|
|
|
|
|
.table-horizontal-scroll-wrapper2 {
|
|
|
|
display: table-cell;
|
|
|
|
overflow-x: auto;
|
|
|
|
width: 100%;
|
|
|
|
|
2022-06-20 14:49:51 +02:00
|
|
|
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;
|
2021-12-21 22:21:48 +01:00
|
|
|
width: 100%;
|
2022-06-20 14:49:51 +02:00
|
|
|
|
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
table-layout: auto !important;
|
|
|
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2022-04-14 06:40:17 +02:00
|
|
|
}
|
2022-06-20 14:49:51 +02:00
|
|
|
}
|
2022-08-16 16:52:04 +02:00
|
|
|
|
|
|
|
|
|
|
|
//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-16 16:52:04 +02:00
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2022-08-25 11:42:28 +02:00
|
|
|
#anketa_edit {
|
2022-08-16 16:52:04 +02:00
|
|
|
|
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-16 16:52:04 +02:00
|
|
|
|
2022-08-25 11:42:28 +02:00
|
|
|
margin: 4px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.table_header{
|
2022-08-16 16:52:04 +02:00
|
|
|
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-16 16:52:04 +02:00
|
|
|
|
2022-08-25 11:42:28 +02:00
|
|
|
margin: 0px;
|
2022-08-16 16:52:04 +02:00
|
|
|
|
2022-08-25 11:42:28 +02:00
|
|
|
|
2022-08-16 16:52:04 +02:00
|
|
|
td:first-of-type {
|
2022-08-25 11:42:28 +02:00
|
|
|
width: 46%;
|
2022-08-16 16:52:04 +02:00
|
|
|
}
|
|
|
|
td:last-of-type {
|
2022-08-25 11:42:28 +02:00
|
|
|
width: 54%;
|
2022-08-16 16:52:04 +02:00
|
|
|
}
|
|
|
|
}
|
2022-08-25 11:42:28 +02:00
|
|
|
|
2022-08-16 16:52:04 +02:00
|
|
|
}
|
|
|
|
|
2022-08-25 11:42:28 +02:00
|
|
|
|
2022-08-16 16:52:04 +02:00
|
|
|
|