padding adjusted
This commit is contained in:
parent
78c9931002
commit
a2dd55cf16
1 changed files with 3 additions and 3 deletions
|
@ -373,8 +373,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #ddd;
|
||||||
/* margin-top: 15px; */
|
/* margin-top: 15px; */
|
||||||
padding-top: 5px;
|
padding-top: 10px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 13px;
|
||||||
}
|
}
|
||||||
.table-switch tbody tr:last-child {
|
.table-switch tbody tr:last-child {
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
|
@ -395,7 +395,7 @@
|
||||||
}
|
}
|
||||||
.table-switch .last-td {
|
.table-switch .last-td {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 18px;
|
bottom: 13px;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
.table-switch tbody tr .xs-td-inline {
|
.table-switch tbody tr .xs-td-inline {
|
||||||
|
|
Loading…
Reference in a new issue