Le repo des sources pour le site web des JM2L
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

156 lignes
2.8 KiB

  1. a {
  2. cursor: pointer;
  3. }
  4. .borderbox {
  5. border: 1px solid #e1e4e5;
  6. margin: 1px 0 24px;
  7. color: #404040;
  8. line-height: 1.5;
  9. margin: 0;
  10. overflow: auto;
  11. padding: 12px;
  12. background: none repeat scroll 0 0 #fcfcfc;
  13. font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
  14. }
  15. .titleborderbox {
  16. background: none repeat scroll 0 0 #ffffff;
  17. border: 1px solid #eee;
  18. display: inline;
  19. left: 16px;
  20. padding: 2px 7px;
  21. position: relative;
  22. top: 10px;
  23. }
  24. .footborderbox {
  25. background: none repeat scroll 0 0 #fff;
  26. border: 1px solid #FEE;
  27. display: inline;
  28. padding: 2px 7px;
  29. position: relative;
  30. bottom: 10px;
  31. float: right;
  32. margin-right: 15px;
  33. }
  34. .borderboxtime {
  35. float:right;
  36. padding:1px 15px;
  37. border: 1px solid #eee;
  38. }
  39. .Loading {
  40. background-image: url(/vendor/select2/img/select2-spinner.gif);
  41. background-position: center;
  42. background-repeat: no-repeat;
  43. height:100px;
  44. }
  45. .invalid {
  46. background:url(/img/invalid.png) no-repeat 0 50%;
  47. padding-left:22px;
  48. line-height:24px;
  49. color:#ec3f41;
  50. }
  51. .valid {
  52. background:url(/img/valid.png) no-repeat 0 50%;
  53. padding-left:22px;
  54. line-height:24px;
  55. color:#3aba34;
  56. }
  57. .intervbox {
  58. border-style: dotted;
  59. }
  60. .tiers {
  61. border-radius: 5px;
  62. border: 1px solid #ccc;
  63. padding: 4px;
  64. }
  65. .cke_show_borders {
  66. border: 1px solid #ddd;
  67. border-radius: 5px;
  68. padding:5px;
  69. }
  70. #map {
  71. height: 250px;
  72. width:520px;
  73. }
  74. .Ucarousel-control {
  75. background: none repeat scroll 0 0 #222;
  76. border: 3px solid #fff;
  77. border-radius: 12px;
  78. color: #fff;
  79. font-size: 24px;
  80. font-weight: 100;
  81. height: 15px;
  82. line-height: 12px;
  83. opacity: 0.5;
  84. position: absolute;
  85. text-align: center;
  86. width: 15px;
  87. top: -20px;
  88. }
  89. .Ucarousel-control.left {
  90. right: auto;
  91. left: 15px;
  92. }
  93. .Ucarousel-control.right {
  94. left: auto;
  95. right: 15px;
  96. }
  97. .LogistiqueTable th, .LogistiqueTable td
  98. {
  99. text-align:center;
  100. vertical-align:middle;
  101. }
  102. #flash, #notfound {
  103. font-size: 16px;
  104. width: 500px;
  105. text-align: center;
  106. background-color: #e1ecfe;
  107. border-top: 2px solid #7a9eec;
  108. border-bottom: 2px solid #7a9eec;
  109. padding: 10px 20px 10px 20px;
  110. }
  111. #notfound {
  112. background-color: #fbe3e4;
  113. border-top: 2px solid #fbc2c4;
  114. border-bottom: 2px solid #fbc2c4;
  115. padding: 0 20px 30px 20px;
  116. }
  117. #tasks {
  118. width: 500px;
  119. }
  120. #tasks li {
  121. padding: 5px 0 5px 0;
  122. border-bottom: 1px solid #bbbbbb;
  123. }
  124. #tasks li.last {
  125. border-bottom: none;
  126. }
  127. #tasks .name {
  128. width: 400px;
  129. text-align: left;
  130. display: inline-block;
  131. }
  132. #tasks .actions {
  133. width: 95px;
  134. text-align: right;
  135. display: inline-block;
  136. }
  137. /* Fix calendar button vertical pos */
  138. .date-input-buttons {
  139. margin-bottom: 0.7em;
  140. }
  141. /* Calendar button looks better without that gray background */
  142. .ws-popover-opener {
  143. background: none;
  144. }