You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

145 lines
3.3 KiB

6 years ago
  1. @import url("https://fonts.googleapis.com/icon?family=Material+Icons");
  2. .header {
  3. background-color: #363f47;
  4. padding-bottom: 54px;
  5. }
  6. .header img {
  7. filter: brightness(100);
  8. height: 55px;
  9. }
  10. .content .container > div:first-child {
  11. background: #ffffff;
  12. border-radius: 3px;
  13. box-shadow: 0px 1px 3px 0px #eee;
  14. box-shadow: 0px 1px 3px 1px rgba(0,0,0,.13);
  15. padding: 7px 19px;
  16. position: relative;
  17. z-index: 3;
  18. margin-top: -69px;
  19. }
  20. #loading h3 {
  21. border-bottom: 1px solid #e0e0e0;
  22. padding: 14px 19px;
  23. margin: 20px 0 0;
  24. border: 1px solid #e0e0e0;
  25. border-bottom: 0px none;
  26. border-top-left-radius: 3px;
  27. border-top-right-radius: 3px;
  28. box-shadow: 0px 1px 3px 0 #eee;
  29. box-shadow: 0px 0.5px 1.5px 0.5px rgba(0,0,0,.065);
  30. position: relative;
  31. z-index: 1;
  32. }
  33. #loading table {
  34. border-collapse: separate !important;
  35. border: 1px solid #e0e0e0;
  36. border-top: 0 none;
  37. border-radius: 0px;
  38. border-bottom-left-radius: 3px;
  39. border-bottom-right-radius: 3px;
  40. box-shadow: 0px 1px 3px 0 #eee;
  41. box-shadow: 0px 0.5px 1.5px 0.5px rgba(0,0,0,.065);
  42. position: relative;
  43. z-index: 2;
  44. }
  45. #loading tr td {
  46. color: #999;
  47. flex: 1 0;
  48. padding: 14px 19px;
  49. }
  50. #loading tr {
  51. border-top: 1px solid #e0e0e0;
  52. display: block;
  53. display: flex;
  54. }
  55. .wrapper > div.container:last-child {
  56. color: #999;
  57. }
  58. table td.ok::after {
  59. font-family: 'Material Icons';
  60. font-weight: normal !important;
  61. font-style: normal;
  62. font-size: 1.4em !important;
  63. display: inline-block;
  64. line-height: 1;
  65. text-transform: none !important;
  66. letter-spacing: normal;
  67. word-wrap: normal;
  68. white-space: nowrap;
  69. direction: ltr;
  70. -webkit-font-smoothing: antialiased;
  71. text-rendering: optimizeLegibility;
  72. -moz-osx-font-smoothing: grayscale;
  73. font-feature-settings: 'liga';
  74. content: "check_circle" !important;
  75. }
  76. table td.down::after {
  77. font-family: 'Material Icons';
  78. font-weight: normal !important;
  79. font-style: normal;
  80. font-size: 1.4em !important;
  81. display: inline-block;
  82. line-height: 1;
  83. text-transform: none !important;
  84. letter-spacing: normal;
  85. word-wrap: normal;
  86. white-space: nowrap;
  87. direction: ltr;
  88. -webkit-font-smoothing: antialiased;
  89. text-rendering: optimizeLegibility;
  90. -moz-osx-font-smoothing: grayscale;
  91. font-feature-settings: 'liga';
  92. content: "error_outline" !important;
  93. }
  94. table td.degraded::after {
  95. font-family: 'Material Icons';
  96. font-weight: normal !important;
  97. font-style: normal;
  98. font-size: 1.4em !important;
  99. display: inline-block;
  100. line-height: 1;
  101. text-transform: none !important;
  102. letter-spacing: normal;
  103. word-wrap: normal;
  104. white-space: nowrap;
  105. direction: ltr;
  106. -webkit-font-smoothing: antialiased;
  107. text-rendering: optimizeLegibility;
  108. -moz-osx-font-smoothing: grayscale;
  109. font-feature-settings: 'liga';
  110. content: "info_outline" !important;
  111. }
  112. table td.maintenance::after {
  113. font-family: 'Material Icons';
  114. font-weight: normal !important;
  115. font-style: normal;
  116. font-size: 1.4em !important;
  117. display: inline-block;
  118. line-height: 1;
  119. text-transform: none !important;
  120. letter-spacing: normal;
  121. word-wrap: normal;
  122. white-space: nowrap;
  123. direction: ltr;
  124. -webkit-font-smoothing: antialiased;
  125. text-rendering: optimizeLegibility;
  126. -moz-osx-font-smoothing: grayscale;
  127. font-feature-settings: 'liga';
  128. content: "network_locked" !important;
  129. }