changelists.css 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. /* CHANGELISTS */
  2. #changelist {
  3. position: relative;
  4. width: 100%;
  5. }
  6. #changelist table {
  7. width: 100%;
  8. }
  9. .change-list .hiddenfields { display:none; }
  10. .change-list .filtered table {
  11. border-right: 1px solid #ddd;
  12. }
  13. .change-list .filtered {
  14. min-height: 400px;
  15. }
  16. .change-list .filtered {
  17. background: white url(../img/changelist-bg.gif) top right repeat-y !important;
  18. }
  19. .change-list .filtered .results, .change-list .filtered .paginator, .filtered #toolbar, .filtered div.xfull {
  20. margin-right: 160px !important;
  21. width: auto !important;
  22. }
  23. .change-list .filtered table tbody th {
  24. padding-right: 1em;
  25. }
  26. #changelist .toplinks {
  27. border-bottom: 1px solid #ccc !important;
  28. }
  29. #changelist .paginator {
  30. color: #666;
  31. border-top: 1px solid #eee;
  32. border-bottom: 1px solid #eee;
  33. background: white url(../img/nav-bg.gif) 0 180% repeat-x;
  34. overflow: hidden;
  35. }
  36. .change-list .filtered .paginator {
  37. border-right: 1px solid #ddd;
  38. }
  39. /* CHANGELIST TABLES */
  40. #changelist table thead th {
  41. padding: 0;
  42. white-space: nowrap;
  43. vertical-align: middle;
  44. }
  45. #changelist table thead th.action-checkbox-column {
  46. width: 1.5em;
  47. text-align: center;
  48. }
  49. #changelist table tbody td, #changelist table tbody th {
  50. border-left: 1px solid #ddd;
  51. }
  52. #changelist table tbody td:first-child, #changelist table tbody th:first-child {
  53. border-left: 0;
  54. border-right: 1px solid #ddd;
  55. }
  56. #changelist table tbody td.action-checkbox {
  57. text-align:center;
  58. }
  59. #changelist table tfoot {
  60. color: #666;
  61. }
  62. /* TOOLBAR */
  63. #changelist #toolbar {
  64. padding: 3px;
  65. border-bottom: 1px solid #ddd;
  66. background: #e1e1e1 url(../img/nav-bg.gif) top left repeat-x;
  67. color: #666;
  68. }
  69. #changelist #toolbar form input {
  70. font-size: 11px;
  71. padding: 1px 2px;
  72. }
  73. #changelist #toolbar form #searchbar {
  74. padding: 2px;
  75. }
  76. #changelist #changelist-search img {
  77. vertical-align: middle;
  78. }
  79. /* FILTER COLUMN */
  80. #changelist-filter {
  81. position: absolute;
  82. top: 0;
  83. right: 0;
  84. z-index: 1000;
  85. width: 160px;
  86. border-left: 1px solid #ddd;
  87. background: #efefef;
  88. margin: 0;
  89. }
  90. #changelist-filter h2 {
  91. font-size: 11px;
  92. padding: 2px 5px;
  93. border-bottom: 1px solid #ddd;
  94. }
  95. #changelist-filter h3 {
  96. font-size: 12px;
  97. margin-bottom: 0;
  98. }
  99. #changelist-filter ul {
  100. padding-left: 0;
  101. margin-left: 10px;
  102. }
  103. #changelist-filter li {
  104. list-style-type: none;
  105. margin-left: 0;
  106. padding-left: 0;
  107. }
  108. #changelist-filter a {
  109. color: #999;
  110. }
  111. #changelist-filter a:hover {
  112. color: #036;
  113. }
  114. #changelist-filter li.selected {
  115. border-left: 5px solid #ccc;
  116. padding-left: 5px;
  117. margin-left: -10px;
  118. }
  119. #changelist-filter li.selected a {
  120. color: #5b80b2 !important;
  121. }
  122. /* DATE DRILLDOWN */
  123. .change-list ul.toplinks {
  124. display: block;
  125. background: white url(../img/nav-bg-reverse.gif) 0 -10px repeat-x;
  126. border-top: 1px solid white;
  127. float: left;
  128. padding: 0 !important;
  129. margin: 0 !important;
  130. width: 100%;
  131. }
  132. .change-list ul.toplinks li {
  133. padding: 3px 6px;
  134. font-weight: bold;
  135. list-style-type: none;
  136. display: inline-block;
  137. }
  138. .change-list ul.toplinks .date-back a {
  139. color: #999;
  140. }
  141. .change-list ul.toplinks .date-back a:hover {
  142. color: #036;
  143. }
  144. /* PAGINATOR */
  145. .paginator {
  146. font-size: 11px;
  147. padding-top: 10px;
  148. padding-bottom: 10px;
  149. line-height: 22px;
  150. margin: 0;
  151. border-top: 1px solid #ddd;
  152. }
  153. .paginator a:link, .paginator a:visited {
  154. padding: 2px 6px;
  155. border: solid 1px #ccc;
  156. background: white;
  157. text-decoration: none;
  158. }
  159. .paginator a.showall {
  160. padding: 0 !important;
  161. border: none !important;
  162. }
  163. .paginator a.showall:hover {
  164. color: #036 !important;
  165. background: transparent !important;
  166. }
  167. .paginator .end {
  168. border-width: 2px !important;
  169. margin-right: 6px;
  170. }
  171. .paginator .this-page {
  172. padding: 2px 6px;
  173. font-weight: bold;
  174. font-size: 13px;
  175. vertical-align: top;
  176. }
  177. .paginator a:hover {
  178. color: white;
  179. background: #5b80b2;
  180. border-color: #036;
  181. }
  182. /* ACTIONS */
  183. .filtered .actions {
  184. margin-right: 160px !important;
  185. border-right: 1px solid #ddd;
  186. }
  187. #changelist table input {
  188. margin: 0;
  189. }
  190. #changelist table tbody tr.selected {
  191. background-color: #FFFFCC;
  192. }
  193. #changelist .actions {
  194. color: #999;
  195. padding: 3px;
  196. border-top: 1px solid #fff;
  197. border-bottom: 1px solid #ddd;
  198. background: white url(../img/nav-bg-reverse.gif) 0 -10px repeat-x;
  199. }
  200. #changelist .actions.selected {
  201. background: #fffccf;
  202. border-top: 1px solid #fffee8;
  203. border-bottom: 1px solid #edecd6;
  204. }
  205. #changelist .actions span.all,
  206. #changelist .actions span.action-counter,
  207. #changelist .actions span.clear,
  208. #changelist .actions span.question {
  209. font-size: 11px;
  210. margin: 0 0.5em;
  211. display: none;
  212. }
  213. #changelist .actions:last-child {
  214. border-bottom: none;
  215. }
  216. #changelist .actions select {
  217. border: 1px solid #aaa;
  218. margin-left: 0.5em;
  219. padding: 1px 2px;
  220. }
  221. #changelist .actions label {
  222. font-size: 11px;
  223. margin-left: 0.5em;
  224. }
  225. #changelist #action-toggle {
  226. display: none;
  227. }
  228. #changelist .actions .button {
  229. font-size: 11px;
  230. padding: 1px 2px;
  231. }