mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-16 01:18:41 +00:00
Styling lists
This commit is contained in:
parent
ecc959a7ac
commit
637d29e43d
15
form.scss
15
form.scss
|
|
@ -45,19 +45,4 @@ form {
|
|||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
14
layout.scss
14
layout.scss
|
|
@ -1,2 +1,16 @@
|
|||
@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;
|
||||
}
|
||||
}
|
||||
23
styles.css
23
styles.css
|
|
@ -3207,6 +3207,16 @@ article {
|
|||
.darkblue {
|
||||
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] {
|
||||
cursor: move; }
|
||||
|
||||
|
|
@ -3518,15 +3528,6 @@ form .list {
|
|||
form .list td {
|
||||
white-space: nowrap;
|
||||
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 {
|
||||
width: .9rem;
|
||||
|
|
@ -4788,7 +4789,9 @@ table.table {
|
|||
padding-top: 10px; }
|
||||
|
||||
table.list th {
|
||||
text-align: left; }
|
||||
text-align: left;
|
||||
padding: 2px 0 2px 0;
|
||||
vertical-align: middle; }
|
||||
table.list td {
|
||||
padding: 2px 5px 2px 5px; }
|
||||
|
||||
|
|
|
|||
|
|
@ -79,7 +79,8 @@ table.table {
|
|||
padding-top: 10px; }
|
||||
|
||||
table.list th {
|
||||
text-align: left; }
|
||||
text-align: left;
|
||||
padding: 2px 0 2px 0; }
|
||||
table.list td {
|
||||
padding: 2px 5px 2px 5px; }
|
||||
|
||||
|
|
|
|||
|
|
@ -138,6 +138,7 @@ table.table {
|
|||
table.list {
|
||||
th {
|
||||
text-align: left;
|
||||
padding: 2px 0 2px 0;
|
||||
}
|
||||
|
||||
td {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user