Proyecto en colaboración con OPASO

manage.css 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. /* Authors : Carlos C. Corrada-Bravo
  2. David J. Ortiz-Rivera
  3. Organization : Centro de Desarrollo y Consultoria Computacional
  4. Project : OPASO Material Registry
  5. File : manage.css
  6. Description : Styling for manage pages */
  7. .manage-labs{
  8. width: 100%;
  9. }
  10. .add-lab-warning{
  11. color: #202124;
  12. padding: 7.5px 0px;
  13. border-radius: 2.5px;
  14. display: inline-block;
  15. }
  16. td[value=access_level]{
  17. text-transform: capitalize;
  18. }
  19. td[value=person_name],th[value=person]{
  20. text-align: left;
  21. padding-left: 15px !important;
  22. }
  23. td[value=lab_name],td[value=building],td[value=lab_room]{
  24. text-align: left;
  25. padding-left: 15px !important;
  26. }
  27. .form-header{
  28. float: left;
  29. color: #202124;
  30. display: inline-block;
  31. text-transform: capitalize;
  32. }
  33. .close-icon{
  34. float: right;
  35. color: darkgray;
  36. cursor: pointer;
  37. display: inline-block;
  38. }
  39. .selects{
  40. width: 100%;
  41. display: inline-block;
  42. }
  43. .form{
  44. width: 100%;
  45. text-align: center;
  46. }
  47. .add-form-wrapper{
  48. border-radius: 2.5px;
  49. background-color: #fff;
  50. border: 1px solid rgb(218,220,224);
  51. }
  52. .add-form-body{
  53. width: 100%;
  54. overflow-y: auto;
  55. }
  56. .add-form-body-wrapper{
  57. width: 100%;
  58. text-align: left;
  59. padding: 7.5px 15px;
  60. }
  61. .form-wrapper{
  62. width: 500px;
  63. margin: auto;
  64. z-index: 9999;
  65. text-align: left;
  66. position: relative;
  67. border-radius: 2.5px;
  68. display: inline-block;
  69. background-color: #fff;
  70. border: 1px solid rgb(218,220,224);
  71. }
  72. .form-body{
  73. text-align: left;
  74. }
  75. .main-form{
  76. top: 0%;
  77. opacity: 0;
  78. width: 100%;
  79. height: 100%;
  80. text-align: center;
  81. padding: 105px 0;
  82. will-change: transform,opacity;
  83. transform: translateY(-100%);
  84. will-change: transform, opacity;
  85. transition: transform 0.5s,opacity 0.5s ease-in-out;
  86. }
  87. .form-shader{
  88. opacity: 0;
  89. z-index: -1;
  90. width: 100%;
  91. height: 100%;
  92. overflow: hidden;
  93. text-align: center;
  94. position: absolute;
  95. background-color: rgb(0,0,0,0.85);
  96. will-change: z-index,opacity;
  97. transition: z-index 0.25s, opacity 0.25s ease-in-out;
  98. }
  99. .t-form{
  100. display: none;
  101. }
  102. .c-form{
  103. display: block !important;
  104. }
  105. .form-actions{
  106. width: 100%;
  107. padding: 15px;
  108. text-align: right;
  109. display: inline-block;
  110. }
  111. .add-form-actions{
  112. text-align: right;
  113. padding-bottom: 7.5px;
  114. }
  115. .add-form{
  116. top: 0%;
  117. opacity: 0;
  118. height: 100%;
  119. width: 100%;
  120. padding: 105px 0;
  121. text-align: center;
  122. position: absolute;
  123. transform: translateY(-100%);
  124. will-change: transform,opacity;
  125. transition: transform 0.5s,opacity 0.5s ease-in-out;
  126. }
  127. .add-form-header-wrapper{
  128. width: 100%;
  129. color: #202124;
  130. display: inline-block;
  131. padding: 15px 15px 0px;
  132. border-bottom: 1px solid rgb(218,220,224);
  133. }
  134. .form-header-wrapper{
  135. width: 100%;
  136. display: inline-block;
  137. padding: 10px 15px 0px;
  138. border-bottom: 1px solid rgb(218,220,224);
  139. }
  140. .add-form-wrapper{
  141. width: 432px;
  142. display: inline-block;
  143. border-radius: 2.5px;
  144. border: 1px solid rgb(218,220,224);
  145. }
  146. .select-wrapper{
  147. width: 100%;
  148. padding: 7.5px 15px;
  149. display: inline-block;
  150. border-top: 1px solid rgb(218,220,224);
  151. }
  152. .li-wrapper label{
  153. color: #202124;
  154. }
  155. .select-label{
  156. width: 100%;
  157. color: #202124;
  158. display: inline-block;
  159. }
  160. .person{
  161. padding: 7.5px 15px;
  162. }
  163. .action{
  164. border: none !important;
  165. background-color: transparent;
  166. }
  167. .add-personnel-icon{
  168. font-size: 13.25px;
  169. transform: translateY(25%);
  170. }
  171. .add-text{
  172. float: right;
  173. transform: translateY(1.25px);
  174. margin-left: 7.5px;
  175. }
  176. .float-right{
  177. float: right;
  178. display: inline-block;
  179. }
  180. .edit-lab{
  181. width: 550px;
  182. }
  183. .edit-lab-body{
  184. padding: 7.5px 15px;
  185. }
  186. #lab_name{
  187. width: 100%;
  188. }
  189. #add{
  190. float: left;
  191. color: #202124;
  192. font-size: 15px;
  193. height: 31.25px;
  194. padding: 2.5px 7.5px;
  195. display: inline-flex;
  196. border-radius: 2.5px !important;
  197. border: 1px solid rgb(218,220,224) !important;
  198. }
  199. #add:hover{
  200. color: #202124;
  201. }
  202. .fade-in{
  203. opacity: 1;
  204. z-index: 9999;
  205. transition: opacity 0.25s ease-in-out;
  206. }
  207. .slide-down{
  208. opacity: 1;
  209. z-index: 9999;
  210. transform: translateY(0%);
  211. transition: transform 0.5s,opacity 0.5s ease-in-out;
  212. }
  213. @media screen and (max-width: 991px){
  214. .add-form,.main-form{
  215. padding: 15px;
  216. overflow-y: auto;
  217. }
  218. .add-form,.add-form-wrapper,.main-form,.form-wrapper{
  219. width: 100%;
  220. }
  221. }