applications.css 364 B

1234567891011121314151617181920212223242526
  1. .table tbody tr td, .table thead tr th {
  2. vertical-align: middle;
  3. }
  4. #app-search-btn {
  5. margin-left: 10px;
  6. background-color: #4B93C3;
  7. border: none;
  8. color: #fff;
  9. }
  10. #mainbody .progress {
  11. background-color: #d9534f;
  12. height: 12px;
  13. width: 200px;
  14. margin-bottom: 0px;
  15. }
  16. #app-list-search {
  17. margin-top: 22px;
  18. }
  19. /* href font*/
  20. #app-list #app-name {
  21. color: #000;
  22. }