* Finish task #36459.

This commit is contained in:
Yagami
2021-03-09 16:55:09 +08:00
parent 01419f2c94
commit 074bce86fd
14 changed files with 25 additions and 48 deletions

View File

@@ -1,4 +1,6 @@
#mainMenu .pull-left .checkbox-primary {display: inline-block; margin-left: 10px;}
#mainMenu .pull-right > .btn-group + .btn {margin-left: 10px;}
#mainMenu .pull-right > .btn-group > .btn-icon {background: transparent;}
#mainMenu .pull-right > .btn-group > .btn-icon:hover {background: #fff;}
.side-col .detail-content{padding-left: 10px; margin-top: 0px}
.side-col {padding-right: 20px; width: 18%}
#sidebar>.cell {width: 100%;}
td.c-actions{overflow: visible}
.c-actions .btn{overflow: visible}

View File

@@ -1,3 +0,0 @@
#mainMenu .pull-left .checkbox-primary {display: inline-block; margin-left: 10px;}
.main-table tbody>tr>td:first-child, .main-table thead>tr>th:first-child {padding-left: 8px;}
.table tbody>tr>td .dropdown, .table thead>tr>th .dropdown {display: inline-block; line-height: 1;}

View File

@@ -1,11 +0,0 @@
#copyProjectModal {padding: 0}
#copyProjectModal {padding: 0 2px}
#copyProjectModal > div {position: relative;}
#copyProjectModal a {display: block; min-height: 30px; line-height: 30px; padding: 5px 15px; border: 1px solid #e5e5e5; color: #333; margin: 5px 0; border-radius: 3px;}
#copyProjectModal a > i {display: inline-block; margin-right: 5px;}
#copyProjectModal a:hover {border:1px solid #00a9fc; background-color: #E9F2FB; text-decoration: none}
#copyProjectModal a.active {border-color: #00da88; color: #00da88; background-color: #E5FFE6}
#copyProjectModal a.active:after {position: absolute; content: '\e92f'; font-family: ZentaoIcon; font-size: 20px; right: 25px;}
#copyProjectModal a.cancel {color: #ff5d5d}
#budget {border-right: 0px;}
#budgetUnit {border-left: 0px;}

View File

@@ -1,2 +0,0 @@
#budget {border-right: 0px;}
#budgetUnit {border-left: 0px;}

View File

@@ -1,3 +0,0 @@
.main-table thead>tr:first-of-type>th {border-left: 1px solid #ddd;}
.main-table thead>tr>th {padding: 0px 8px; line-height: 24px;}
tbody.sortable > tr > td > span.sort-handler {color: #999;}

View File

@@ -1,6 +0,0 @@
.side-col .detail-content{padding-left: 10px; margin-top: 0px}
.side-col {padding-right: 20px; width: 18%}
#sidebar>.cell {width: 100%;}
td.c-actions{overflow: visible}
.c-actions .btn{overflow: visible}