changelists.css 6.2 KB

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