1234567891011121314151617181920212223242526 |
- .table tbody tr td, .table thead tr th {
- vertical-align: middle;
- }
- #app-search-btn {
- margin-left: 10px;
- background-color: #4B93C3;
- border: none;
- color: #fff;
- }
- #mainbody .progress {
- background-color: #d9534f;
- height: 12px;
- width: 200px;
- margin-bottom: 0px;
- }
- #app-list-search {
- margin-top: 22px;
- }
- /* href font*/
- #app-list #app-name {
- color: #000;
- }
|