changelists.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  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: none;
  12. }
  13. .change-list .filtered {
  14. min-height: 400px;
  15. }
  16. .change-list .filtered .results, .change-list .filtered .paginator,
  17. .filtered #toolbar, .filtered div.xfull {
  18. margin-right: 280px;
  19. width: auto;
  20. }
  21. .change-list .filtered table tbody th {
  22. padding-right: 1em;
  23. }
  24. #changelist-form .results {
  25. overflow-x: auto;
  26. }
  27. #changelist .toplinks {
  28. border-bottom: 1px solid #ddd;
  29. }
  30. #changelist .paginator {
  31. color: #666;
  32. border-bottom: 1px solid #eee;
  33. background: #fff;
  34. overflow: hidden;
  35. }
  36. /* CHANGELIST TABLES */
  37. #changelist table thead th {
  38. padding: 0;
  39. white-space: nowrap;
  40. vertical-align: middle;
  41. }
  42. #changelist table thead th.action-checkbox-column {
  43. width: 1.5em;
  44. text-align: center;
  45. }
  46. #changelist table tbody td.action-checkbox {
  47. text-align: center;
  48. }
  49. #changelist table tfoot {
  50. color: #666;
  51. }
  52. /* TOOLBAR */
  53. #changelist #toolbar {
  54. padding: 8px 10px;
  55. margin-bottom: 15px;
  56. border-top: 1px solid #eee;
  57. border-bottom: 1px solid #eee;
  58. background: #f8f8f8;
  59. color: #666;
  60. }
  61. #changelist #toolbar form input {
  62. border-radius: 4px;
  63. font-size: 14px;
  64. padding: 5px;
  65. color: #333;
  66. }
  67. #changelist #toolbar form #searchbar {
  68. height: 19px;
  69. border: 1px solid #ccc;
  70. padding: 2px 5px;
  71. margin: 0;
  72. vertical-align: top;
  73. font-size: 13px;
  74. }
  75. #changelist #toolbar form #searchbar:focus {
  76. border-color: #999;
  77. }
  78. #changelist #toolbar form input[type="submit"] {
  79. border: 1px solid #ccc;
  80. padding: 2px 10px;
  81. margin: 0;
  82. vertical-align: middle;
  83. background: #fff;
  84. box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
  85. cursor: pointer;
  86. color: #333;
  87. }
  88. #changelist #toolbar form input[type="submit"]:focus,
  89. #changelist #toolbar form input[type="submit"]:hover {
  90. border-color: #999;
  91. }
  92. #changelist #changelist-search img {
  93. vertical-align: middle;
  94. margin-right: 4px;
  95. }
  96. /* FILTER COLUMN */
  97. #changelist-filter {
  98. position: absolute;
  99. top: 0;
  100. right: 0;
  101. z-index: 1000;
  102. width: 240px;
  103. background: #f8f8f8;
  104. border-left: none;
  105. margin: 0;
  106. }
  107. #changelist-filter h2 {
  108. font-size: 14px;
  109. text-transform: uppercase;
  110. letter-spacing: 0.5px;
  111. padding: 5px 15px;
  112. margin-bottom: 12px;
  113. border-bottom: none;
  114. }
  115. #changelist-filter h3 {
  116. font-weight: 400;
  117. font-size: 14px;
  118. padding: 0 15px;
  119. margin-bottom: 10px;
  120. }
  121. #changelist-filter ul {
  122. margin: 5px 0;
  123. padding: 0 15px 15px;
  124. border-bottom: 1px solid #eaeaea;
  125. }
  126. #changelist-filter ul:last-child {
  127. border-bottom: none;
  128. padding-bottom: none;
  129. }
  130. #changelist-filter li {
  131. list-style-type: none;
  132. margin-left: 0;
  133. padding-left: 0;
  134. }
  135. #changelist-filter a {
  136. display: block;
  137. color: #999;
  138. }
  139. #changelist-filter li.selected {
  140. border-left: 5px solid #eaeaea;
  141. padding-left: 10px;
  142. margin-left: -15px;
  143. }
  144. #changelist-filter li.selected a {
  145. color: #5b80b2;
  146. }
  147. #changelist-filter a:focus, #changelist-filter a:hover,
  148. #changelist-filter li.selected a:focus,
  149. #changelist-filter li.selected a:hover {
  150. color: #036;
  151. }
  152. /* DATE DRILLDOWN */
  153. .change-list ul.toplinks {
  154. display: block;
  155. float: left;
  156. padding: 0;
  157. margin: 0;
  158. width: 100%;
  159. }
  160. .change-list ul.toplinks li {
  161. padding: 3px 6px;
  162. font-weight: bold;
  163. list-style-type: none;
  164. display: inline-block;
  165. }
  166. .change-list ul.toplinks .date-back a {
  167. color: #999;
  168. }
  169. .change-list ul.toplinks .date-back a:focus,
  170. .change-list ul.toplinks .date-back a:hover {
  171. color: #036;
  172. }
  173. /* PAGINATOR */
  174. .paginator {
  175. font-size: 13px;
  176. padding-top: 10px;
  177. padding-bottom: 10px;
  178. line-height: 22px;
  179. margin: 0;
  180. border-top: 1px solid #ddd;
  181. }
  182. .paginator a:link, .paginator a:visited {
  183. padding: 2px 6px;
  184. background: #79aec8;
  185. text-decoration: none;
  186. color: #fff;
  187. }
  188. .paginator a.showall {
  189. padding: 0;
  190. border: none;
  191. background: none;
  192. color: #5b80b2;
  193. }
  194. .paginator a.showall:focus, .paginator a.showall:hover {
  195. background: none;
  196. color: #036;
  197. }
  198. .paginator .end {
  199. margin-right: 6px;
  200. }
  201. .paginator .this-page {
  202. padding: 2px 6px;
  203. font-weight: bold;
  204. font-size: 13px;
  205. vertical-align: top;
  206. }
  207. .paginator a:focus, .paginator a:hover {
  208. color: white;
  209. background: #036;
  210. }
  211. /* ACTIONS */
  212. .filtered .actions {
  213. margin-right: 280px;
  214. border-right: none;
  215. }
  216. #changelist table input {
  217. margin: 0;
  218. vertical-align: baseline;
  219. }
  220. #changelist table tbody tr.selected {
  221. background-color: #FFFFCC;
  222. }
  223. #changelist .actions {
  224. padding: 10px;
  225. background: #fff;
  226. border-top: none;
  227. border-bottom: none;
  228. line-height: 24px;
  229. color: #999;
  230. }
  231. #changelist .actions.selected {
  232. background: #fffccf;
  233. border-top: 1px solid #fffee8;
  234. border-bottom: 1px solid #edecd6;
  235. }
  236. #changelist .actions span.all,
  237. #changelist .actions span.action-counter,
  238. #changelist .actions span.clear,
  239. #changelist .actions span.question {
  240. font-size: 13px;
  241. margin: 0 0.5em;
  242. display: none;
  243. }
  244. #changelist .actions:last-child {
  245. border-bottom: none;
  246. }
  247. #changelist .actions select {
  248. vertical-align: top;
  249. height: 24px;
  250. background: none;
  251. border: 1px solid #ccc;
  252. border-radius: 4px;
  253. font-size: 14px;
  254. padding: 0 0 0 4px;
  255. margin: 0;
  256. margin-left: 10px;
  257. }
  258. #changelist .actions select:focus {
  259. border-color: #999;
  260. }
  261. #changelist .actions label {
  262. display: inline-block;
  263. vertical-align: middle;
  264. font-size: 13px;
  265. }
  266. #changelist .actions .button {
  267. font-size: 13px;
  268. border: 1px solid #ccc;
  269. border-radius: 4px;
  270. background: #fff;
  271. box-shadow: 0 -15px 20px -10px rgba(0, 0, 0, 0.15) inset;
  272. cursor: pointer;
  273. height: 24px;
  274. line-height: 1;
  275. padding: 4px 8px;
  276. margin: 0;
  277. color: #333;
  278. }
  279. #changelist .actions .button:focus, #changelist .actions .button:hover {
  280. border-color: #999;
  281. }