Styling lists

This commit is contained in:
Dennis Eichhorn 2018-05-11 21:32:12 +02:00
parent ecc959a7ac
commit 637d29e43d
5 changed files with 155 additions and 151 deletions

View File

@ -45,19 +45,4 @@ form {
padding: 3px 5px 3px 5px; padding: 3px 5px 3px 5px;
} }
} }
.ipt-wrap {
display: table;
box-sizing: border-box;
.ipt-first {
width: 100%;
display: table-cell;
}
.ipt-second {
padding-left: 5px;
display: table-cell;
}
}
} }

View File

@ -1,2 +1,16 @@
@import "color"; @import "color";
.ipt-wrap {
display: table;
box-sizing: border-box;
.ipt-first {
width: 100%;
display: table-cell;
}
.ipt-second {
padding-left: 5px;
display: table-cell;
}
}

View File

@ -3207,6 +3207,16 @@ article {
.darkblue { .darkblue {
background: #2969B0; } background: #2969B0; }
.ipt-wrap {
display: table;
box-sizing: border-box; }
.ipt-wrap .ipt-first {
width: 100%;
display: table-cell; }
.ipt-wrap .ipt-second {
padding-left: 5px;
display: table-cell; }
*[draggable] { *[draggable] {
cursor: move; } cursor: move; }
@ -3518,15 +3528,6 @@ form .list {
form .list td { form .list td {
white-space: nowrap; white-space: nowrap;
padding: 3px 5px 3px 5px; } padding: 3px 5px 3px 5px; }
form .ipt-wrap {
display: table;
box-sizing: border-box; }
form .ipt-wrap .ipt-first {
width: 100%;
display: table-cell; }
form .ipt-wrap .ipt-second {
padding-left: 5px;
display: table-cell; }
.infoIcon { .infoIcon {
width: .9rem; width: .9rem;
@ -4788,7 +4789,9 @@ table.table {
padding-top: 10px; } padding-top: 10px; }
table.list th { table.list th {
text-align: left; } text-align: left;
padding: 2px 0 2px 0;
vertical-align: middle; }
table.list td { table.list td {
padding: 2px 5px 2px 5px; } padding: 2px 5px 2px 5px; }

View File

@ -79,7 +79,8 @@ table.table {
padding-top: 10px; } padding-top: 10px; }
table.list th { table.list th {
text-align: left; } text-align: left;
padding: 2px 0 2px 0; }
table.list td { table.list td {
padding: 2px 5px 2px 5px; } padding: 2px 5px 2px 5px; }

View File

@ -138,6 +138,7 @@ table.table {
table.list { table.list {
th { th {
text-align: left; text-align: left;
padding: 2px 0 2px 0;
} }
td { td {