main.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. /** HOST **/
  2. /* Conteneur principal du plugin Hébergement */
  3. .plugin-host{
  4. list-style-type: none;
  5. margin:0;
  6. padding:0;
  7. }
  8. .module-host.embedded #mainMenu{
  9. display: none;
  10. }
  11. .module-host.embedded .container-fluid{
  12. padding-top: 0px;
  13. }
  14. .module-host.embedded body {
  15. margin-bottom: 0px;
  16. }
  17. .module-host.embedded .col-xl-3 {
  18. padding: 0 5px 0 5px;
  19. }
  20. .module-host.embedded .no-embedded {
  21. display: none;
  22. }
  23. .module-host.embedded .advanced-search-box{
  24. margin-top: 5px;
  25. }
  26. .module-host.embedded .form-control,
  27. .module-host.embedded .input-group-text,
  28. .module-host.embedded .btn,
  29. .module-host.embedded .list-group-item,
  30. .module-host.embedded .page-link
  31. {
  32. font-size: 11px;
  33. line-height: 11px;
  34. padding: 2px;
  35. }
  36. .module-host.embedded .advanced-search-box .btn
  37. {
  38. padding-top: 8px;
  39. }
  40. .plugin-host #hosts {}
  41. /* formulaire d'édition de machine / environnement */
  42. .plugin-host .machine-form {}
  43. #machines li{
  44. cursor: pointer;
  45. transition: background 0.2s ease-in-out;
  46. }
  47. #machines li:hover{
  48. background-color: #ececec!important;
  49. }
  50. #machines li.active:hover{
  51. background-color: #1568c2!important
  52. }
  53. #machines .list-group-item.active .text-muted {
  54. color: #67b8ff!important;
  55. }
  56. .host-application-container{
  57. background-color: #efefef;
  58. }
  59. #machine-form[data-readonly="true"] .noReadOnly,
  60. #machines .item-line.readonly .noReadOnly{
  61. display: none;
  62. }
  63. .machines-preloader {
  64. text-align: center;
  65. }
  66. .machines-preloader i{
  67. font-size: 40px;
  68. }
  69. .plugin-host .host-preloader{
  70. opacity: 1;
  71. transition: opacity 0.2s ease-in-out;
  72. }
  73. .plugin-host .host-preloader.hidden{
  74. display: block!important;
  75. opacity: 0;
  76. transition: opacity 0.2s ease-in-out;
  77. }
  78. .plugin-host-access-list.embedded .no-embedded{
  79. display: none!important;
  80. }
  81. .plugin-host-access-list.embedded #application-accesss thead tr th,
  82. .plugin-host-access-list.embedded #application-accesss tbody tr td{
  83. padding: 3px;
  84. }
  85. .plugin-host-access-list.embedded .page-item .page-link{
  86. padding: 3px;
  87. }
  88. .module-host.page-ping,.module-host.page-ping .container-fluid{
  89. background-color: #f6f6f6;
  90. }
  91. #vm-ping-list > li{
  92. min-height: 150px;
  93. }
  94. #vm-ping-list .applications{
  95. list-style-type: none;
  96. padding: 0;
  97. margin: 0;
  98. }
  99. #machine-applications li.selected{
  100. background-color: #ffffee;
  101. color: #b5a700;
  102. }