theme.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. .mg-ca-buttons
  2. {
  3. text-align: right;
  4. }
  5. #mg-wrapper .table > thead > tr > th, #mg-wrapper .table > tbody > tr > td
  6. {
  7. vertical-align: middle !important;
  8. }
  9. @media only screen and (max-width: 600px) {
  10. #addBackupFile
  11. {
  12. margin-left: 8px !important;
  13. }
  14. }
  15. @media only screen and (max-width: 768px) {
  16. #backupsList_length label
  17. {
  18. display: flex;
  19. width: 170px;
  20. }
  21. #backupsList tbody tr
  22. {
  23. border-collapse: collapse !important;
  24. }
  25. #backupsList.dataTable
  26. {
  27. border-collapse: collapse !important;
  28. }
  29. }
  30. @media (max-width: 768px) {
  31. #mg-wrapper .mg-ca-backup-table thead {
  32. display: table-header-group !important;
  33. text-align: center;
  34. }
  35. }
  36. .backups-action-button
  37. {
  38. height: 36px !important;
  39. width: 36px !important;
  40. }
  41. #pageheader h1 {
  42. color: #45464c;
  43. font-size: 20px;
  44. line-height: 34px;
  45. }
  46. .progress-bar
  47. {
  48. color: black !important;
  49. }
  50. .nozones
  51. {
  52. text-align: center;
  53. font-size: 18px;
  54. }
  55. .mg-custom-header
  56. {
  57. margin-top: 10px !important;
  58. }
  59. #pageheader .myheader-title {
  60. padding-top: 5px;
  61. }
  62. .mg-backup-task-header
  63. {
  64. margin-top: 5px !important;
  65. }
  66. th.dt-center, td.dt-center { text-align: center; }
  67. .myheader-title h1{
  68. font-size: 24px !important;
  69. }
  70. .mg-backuplist-header
  71. {
  72. margin-top: 8px !important;
  73. }
  74. #setstable tr :last-child a {
  75. float: right;
  76. }
  77. #setstable tr :last-child button {
  78. float: right;
  79. }
  80. #setstable_info {
  81. margin: 0px!important;
  82. }
  83. #setstable_paginate .pagination {
  84. margin: 0px!important;
  85. }
  86. .backupsHeader{
  87. margin: 10px 0 !important;
  88. }
  89. .module-main-header {
  90. margin: 0px!important;
  91. }
  92. .caHeaderButtonBackup
  93. {
  94. color: white !important;
  95. margin-right: 0px !important;
  96. }
  97. #MGLoader{
  98. background-color: rgba(0,0,0,0.5);
  99. position:fixed;
  100. top:0;
  101. left:0;
  102. width:100%;
  103. height:100%;
  104. z-index: 60000;
  105. }
  106. #MGLoader img{
  107. position: fixed;
  108. top:50%;
  109. left:50%;
  110. width:300px;
  111. margin-left: -150px;
  112. }
  113. #mg-wrapper #mg-container .module-main-header{
  114. border-bottom: 1px solid #DDDDDD;
  115. }
  116. #mg-wrapper #mg-container .module-main-header h2{
  117. letter-spacing: 0;
  118. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  119. font-size: 22px;
  120. font-weight: lighter;
  121. line-height: 36px;
  122. }
  123. #mg-wrapper #mg-container .module-main-header .btn-back{
  124. border: 0;
  125. background: none;
  126. font-size: 15px;
  127. line-height: 36px;
  128. color: #8a8e99;
  129. padding: 0px;
  130. display: inline-block;
  131. vertical-align: top;
  132. box-shadow: none;
  133. margin-right: 5px;
  134. }
  135. #mg-wrapper #mg-container .module-main-header .btn-back:focus {outline:none;}
  136. #mg-wrapper #mg-container .module-main-header .btn-back::-moz-focus-inner {border:0;}
  137. #mg-wrapper{
  138. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  139. font-size: 14px;
  140. line-height: 1.42857143;
  141. color: #333;
  142. }
  143. #mg-wrapper *:focus {outline:none;}
  144. #mg-wrapper *::-moz-focus-inner {border:0;}
  145. #mg-wrapper .btn:hover,
  146. #mg-wrapper .btn:active,
  147. #mg-wrapper .btn:focus,
  148. #mg-wrapper a:focus,
  149. #mg-wrapper a:active,
  150. #mg-wrapper a:hover,
  151. #mg-wrapper a{
  152. text-decoration: none!important;
  153. outline: none!important;
  154. }
  155. #mg-wrapper .form-group .fa-question-circle{
  156. font-size: 16px;
  157. color: #337ab7;
  158. line-height: 36px;
  159. }
  160. #mg-wrapper .module-content{
  161. background-color: #fff;
  162. }
  163. #mg-wrapper .module-header h1{
  164. font-size: 20px;
  165. color: #45464c;
  166. line-height: 34px;
  167. }
  168. #mg-wrapper .module-body h4{
  169. font-size: 16px;
  170. }
  171. /* forms */
  172. #mg-wrapper .form-group .btn span{
  173. line-height: 1.5;
  174. }
  175. #mg-wrapper a.select2-choice .select2-chosen {
  176. line-height: 34px;
  177. color: #555;
  178. }
  179. #mg-wrapper .form-group span:not(.input-group-addon),
  180. #mg-wrapper .form-fluid span:not(.input-group-addon){
  181. line-height: 36px;
  182. }
  183. #mg-wrapper label:not(.control-label){
  184. font-weight: 400;
  185. font-size: 12px;
  186. line-height: 34px;
  187. }
  188. #mg-wrapper label.control-label{
  189. font-size: 12px;
  190. font-weight: 800;
  191. }
  192. #mg-wrapper .input-group .form-control.first{
  193. border-radius: 4px 0 0 4px!important;
  194. }
  195. #mg-wrapper .input-group .form-control.last{
  196. border-radius: 0 4px 4px 0!important;
  197. }
  198. #mg-wrapper .input-group-addon:not(.first):not(.last),
  199. #mg-wrapper .input-group-btn:not(.first):not(.last),
  200. #mg-wrapper .input-group .form-control:not(.first):not(.last) {
  201. border-radius: 0;
  202. border-width: 1px 0;
  203. }
  204. #mg-wrapper .well .form-actions{
  205. border-top: 1px solid #e6e6e6;
  206. }
  207. #mg-wrapper p{
  208. line-height: 22px;
  209. }
  210. /* tables */
  211. #mg-wrapper .table{
  212. border-bottom: 1px solid #e4e8f0;
  213. }
  214. #mg-wrapper .table > tbody > tr > td.cell-actions{
  215. text-align: right;
  216. }
  217. #mg-wrapper .table > tbody > tr > td.cell-actions > * {
  218. display: inline-block;
  219. margin: 0;
  220. }
  221. #mg-wrapper .list-info .btn-icon .fa,
  222. #mg-wrapper .table > tbody > tr > td .btn-icon .fa{
  223. font-size: 16px;
  224. line-height: 22px;
  225. color: #8a8e99;
  226. }
  227. #mg-wrapper .table > tbody > tr > td.cell-actions .btn-icon .fa,
  228. #mg-wrapper .table > tbody > tr > td.cell-actions .btn-icon .caret{
  229. color: #8a8e99;
  230. }
  231. #mg-wrapper .table tr th,
  232. #mg-wrapper .table tr td{
  233. border-color: #e4e8f0;
  234. }
  235. #mg-wrapper .table thead tr th{
  236. font-size: 11px;
  237. text-transform: uppercase;
  238. font-weight: 800;
  239. color: #a1a5b3;
  240. }
  241. #mg-wrapper .table tr td{
  242. font-size: 12px;
  243. line-height: 22px;
  244. }
  245. #mg-wrapper .table tr td a{
  246. cursor: pointer;
  247. }
  248. #mg-wrapper .table-marginless{
  249. margin: 0;
  250. }
  251. /* buttons */
  252. #mg-wrapper .btn{
  253. font-size: 12px;
  254. line-height: 22px;
  255. }
  256. #mg-wrapper .btn.btn-icon, #mg-wrapper .btn.btn-icon:hover, #mg-wrapper .btn.btn-icon:active, #mg-wrapper .btn-group.open .btn.btn-icon {
  257. background: transparent;
  258. border: none;
  259. box-shadow: none;
  260. border-radius: 0;
  261. }
  262. #mg-wrapper .fa-question-circle{
  263. cursor: pointer;
  264. }
  265. #mg-wrapper a.panel-heading h6{
  266. color: #5c5e66;
  267. }
  268. #mg-wrapper a.panel-heading:hover h6{
  269. color: #000;
  270. }
  271. #mg-wrapper table input.dnssec
  272. {
  273. height: auto!important;
  274. width: 100%;
  275. }
  276. select[name="setstable_length"]
  277. {
  278. display: inline !important;
  279. width: auto !important;
  280. }
  281. @media (max-width: 600px){
  282. .dataTables_wrapper .dataTables_filter {
  283. float: right;
  284. margin-top: 0px !important;
  285. width: auto !important;
  286. }
  287. }
  288. .searchTableMG-CA{
  289. /*margin-right: 20px !important;*/
  290. }
  291. @media only screen and (max-width: 720px) {
  292. .searchTableMG-CA{
  293. /*margin-right: 20px !important;*/
  294. /*margin-top: 20px !important;*/
  295. }
  296. }
  297. #setstable_length
  298. {
  299. text-align: left !important;
  300. }
  301. #mg-wrapper .searchTable {
  302. background: url('../img/search.png') #fff no-repeat 8px 5px;
  303. }
  304. #column-name:hover,#column-type:hover{
  305. cursor: pointer;
  306. }