Le repo des sources pour le site web des JM2L
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
2.6 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(../images/invalid.png) no-repeat 0 50%;
  47. padding-left:22px;
  48. line-height:24px;
  49. color:#ec3f41;
  50. }
  51. .valid {
  52. background:url(../images/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. }
  88. .Ucarousel-control.left {
  89. right: auto;
  90. left: 15px;
  91. }
  92. .Ucarousel-control.right {
  93. left: auto;
  94. right: 15px;
  95. }
  96. .LogistiqueTable th, .LogistiqueTable td
  97. {
  98. text-align:center;
  99. vertical-align:middle;
  100. }
  101. #flash, #notfound {
  102. font-size: 16px;
  103. width: 500px;
  104. text-align: center;
  105. background-color: #e1ecfe;
  106. border-top: 2px solid #7a9eec;
  107. border-bottom: 2px solid #7a9eec;
  108. padding: 10px 20px 10px 20px;
  109. }
  110. #notfound {
  111. background-color: #fbe3e4;
  112. border-top: 2px solid #fbc2c4;
  113. border-bottom: 2px solid #fbc2c4;
  114. padding: 0 20px 30px 20px;
  115. }
  116. #tasks {
  117. width: 500px;
  118. }
  119. #tasks li {
  120. padding: 5px 0 5px 0;
  121. border-bottom: 1px solid #bbbbbb;
  122. }
  123. #tasks li.last {
  124. border-bottom: none;
  125. }
  126. #tasks .name {
  127. width: 400px;
  128. text-align: left;
  129. display: inline-block;
  130. }
  131. #tasks .actions {
  132. width: 95px;
  133. text-align: right;
  134. display: inline-block;
  135. }