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.
 
 
 
 
 

141 lines
2.6 KiB

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