padding adjusted

This commit is contained in:
Arvind Tiwari 2017-08-23 23:49:29 +05:30
parent 78c9931002
commit a2dd55cf16

View file

@ -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 {