views-admin.theme.css 19 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082
  1. /**
  2. * The .theme.css file is intended to contain presentation declarations including
  3. * images, borders, colors, and fonts.
  4. */
  5. /* @group Reset */
  6. .views-admin .links {
  7. list-style: none outside none;
  8. margin: 0;
  9. }
  10. .views-admin a:hover {
  11. text-decoration: none;
  12. }
  13. /* @end */
  14. /* @group Layout */
  15. .box-padding {
  16. padding-left: 12px;
  17. padding-right: 12px;
  18. }
  19. .box-margin {
  20. margin: 12px 12px 0 12px;
  21. }
  22. /* @end */
  23. /* @group Icons */
  24. .views-admin .icon {
  25. height: 16px;
  26. width: 16px;
  27. }
  28. .views-admin .icon,
  29. .views-admin .icon-text {
  30. background-attachment: scroll;
  31. background-image: url('../images/sprites.png');
  32. background-position: left top; /* LTR */
  33. background-repeat: no-repeat;
  34. }
  35. .views-admin a.icon {
  36. background-image: url('../images/sprites.png'),
  37. -moz-linear-gradient(
  38. -90deg,
  39. #fff 0px,
  40. #e8e8e8 100%
  41. );
  42. background-image: url('../images/sprites.png'),
  43. -webkit-gradient(
  44. linear,
  45. left top,
  46. left bottom,
  47. color-stop(0.0, rgba(255, 255, 255, 1.0)),
  48. color-stop(1.0, rgba(232, 232, 232, 1.0))
  49. );
  50. background-image: url('../images/sprites.png'),
  51. -webkit-linear-gradient(
  52. -90deg,
  53. #fff 0px,
  54. #e8e8e8 100%
  55. );
  56. background-repeat: no-repeat, repeat-y;
  57. border: 1px solid #ddd;
  58. -moz-border-radius: 4px;
  59. -webkit-border-radius: 4px;
  60. border-radius: 4px;
  61. -moz-box-shadow: 0 0 0 rgba(0,0,0,0.3333) inset;
  62. -webkit-box-shadow: 0 0 0 rgba(0,0,0,0.3333) inset;
  63. box-shadow: 0 0 0 rgba(0,0,0,0.3333) inset;
  64. }
  65. .views-admin a.icon:hover {
  66. border-color: #d0d0d0;
  67. -moz-box-shadow: 0 0 1px rgba(0,0,0,0.3333) inset;
  68. -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3333) inset;
  69. box-shadow: 0 0 1px rgba(0,0,0,0.3333) inset;
  70. }
  71. .views-admin a.icon:active {
  72. border-color: #c0c0c0;
  73. }
  74. /**
  75. * Targets a <span> element inside an <a> element.
  76. * This assumes no visible text from the span.
  77. */
  78. .views-admin span.icon {
  79. display: inline-block;
  80. float: left;
  81. position: relative;
  82. }
  83. .views-admin .icon.compact {
  84. display: block;
  85. overflow: hidden;
  86. text-indent: -9999px;
  87. }
  88. /* Targets any element with an icon -> text combo */
  89. .views-admin .icon-text {
  90. padding-left: 19px; /* LTR */
  91. }
  92. .views-admin .icon.linked {
  93. background-position: center -153px;
  94. }
  95. .views-admin .icon.unlinked {
  96. background-position: center -195px;
  97. }
  98. .views-admin .icon.add {
  99. background-position: center 3px;
  100. }
  101. .views-admin a.icon.add {
  102. background-position: center 3px, left top;
  103. }
  104. .views-admin .icon.delete {
  105. background-position: center -52px;
  106. }
  107. .views-admin a.icon.delete {
  108. background-position: center -52px, left top;
  109. }
  110. .views-admin .icon.rearrange {
  111. background-position: center -111px;
  112. }
  113. .views-admin a.icon.rearrange {
  114. background-position: center -111px, left top;
  115. }
  116. .views-displays .secondary a:hover > .icon.add {
  117. background-position: center -25px;
  118. }
  119. .views-displays .secondary .open a:hover > .icon.add {
  120. background-position: center 3px;
  121. }
  122. /* @end */
  123. /* @group Forms */
  124. fieldset.box-padding {
  125. border: none;
  126. }
  127. .views-admin fieldset fieldset {
  128. margin-bottom: 0;
  129. }
  130. .form-item {
  131. margin-top: 9px;
  132. padding-bottom: 0;
  133. padding-top: 0;
  134. }
  135. .form-type-checkbox {
  136. margin-top: 6px;
  137. }
  138. input.form-checkbox,
  139. input.form-radio {
  140. vertical-align: baseline;
  141. }
  142. .form-submit:not(.js-hide) + .form-submit,
  143. .views-admin a.button:not(.js-hide) + a.button {
  144. margin-left: 1em; /* LTR */
  145. }
  146. .container-inline {
  147. padding-top: 15px;
  148. }
  149. .container-inline > * + *,
  150. .container-inline .fieldset-wrapper > * + * {
  151. padding-left: 4pt; /* LTR */
  152. }
  153. .views-admin fieldset fieldset.container-inline {
  154. margin-bottom: 1em;
  155. margin-top: 1em;
  156. padding-top: 0;
  157. }
  158. .views-admin fieldset fieldset.container-inline > .fieldset-wrapper {
  159. padding-bottom: 0;
  160. }
  161. /* Indent form elements so they're directly underneath the label of the checkbox that reveals them */
  162. .views-admin .form-type-checkbox + .form-wrapper {
  163. margin-left: 16px; /* LTR */
  164. }
  165. /* Hide 'remove' checkboxes. */
  166. .views-remove-checkbox {
  167. display: none;
  168. }
  169. /* sizes the labels of checkboxes and radio button to the height of the text */
  170. .views-admin .form-type-checkbox label,
  171. .views-admin .form-type-radio label {
  172. line-height: 2;
  173. }
  174. /* @group Dependent options */
  175. .views-admin-dependent .form-item {
  176. margin-bottom: 6px;
  177. margin-top: 6px;
  178. }
  179. /* @end */
  180. /* @end */
  181. /* @group Lists */
  182. .horizontal > * + * {
  183. margin-left: 9px; /* LTR */
  184. padding-left: 9px; /* LTR */
  185. }
  186. .views-ui-view-title {
  187. font-weight: bold;
  188. }
  189. /* @end */
  190. /* @group Messages */
  191. .view-changed {
  192. margin-bottom: 21px;
  193. }
  194. /* @end */
  195. /* @group Headings */
  196. /* Intentionally targeting h1 */
  197. .views-admin h1.unit-title {
  198. font-size: 15px;
  199. line-height: 1.6154;
  200. margin-bottom: 0;
  201. margin-top: 18px;
  202. }
  203. /* @end */
  204. /* @group Tables */
  205. table td,
  206. table th {
  207. vertical-align: top;
  208. }
  209. /* @end */
  210. /* @group List views */
  211. /* These header classes are ambiguous and should be scoped to th elements */
  212. th.views-ui-name {
  213. width: 18%;
  214. }
  215. th.views-ui-description {
  216. width: 26%;
  217. }
  218. th.views-ui-tag {
  219. width: 8%;
  220. }
  221. th.views-ui-path {
  222. width: auto;
  223. }
  224. th.views-ui-operations {
  225. width: 24%;
  226. }
  227. /* @end */
  228. /* @group Add view */
  229. /**
  230. * Drupal core forces AJAX triggering elements to float left when they are
  231. * disabled due to AJAX processing. On the add view page, we have inline
  232. * containers where we don't want that behavior; it causes the select dropdown
  233. * which is triggered to jump to the left while the AJAX throbber is active.
  234. *
  235. * See also http://drupal.org/node/769936 (Drupal core issue); when that is
  236. * fixed it may no longer be necessary to do this.
  237. */
  238. .views-admin .container-inline .progress-disabled {
  239. float: none;
  240. }
  241. /**
  242. * I wish this didn't have to be so specific
  243. */
  244. .form-item-description-enable + .form-item-description {
  245. margin-top: 0;
  246. }
  247. .form-item-description-enable label {
  248. font-weight: bold;
  249. }
  250. .form-item-page-create,
  251. .form-item-block-create {
  252. margin-top: 13px;
  253. }
  254. .form-item-page-create label,
  255. .form-item-block-create label {
  256. font-weight: bold;
  257. }
  258. /* This makes the form elements after the "Display Format" label flow underneath the label */
  259. .form-item-page-style-style-plugin > label,
  260. .form-item-block-style-style-plugin > label {
  261. display: block;
  262. }
  263. .views-attachment .options-set label {
  264. font-weight: normal;
  265. }
  266. /* @end */
  267. /* @group Rearrange filters
  268. *
  269. * Styling for the form that allows views filters to be rearranged.
  270. */
  271. .group-populated {
  272. display: none;
  273. }
  274. td.group-title {
  275. font-weight: bold;
  276. }
  277. .views-ui-dialog td.group-title {
  278. margin: 0;
  279. padding: 0;
  280. }
  281. .views-ui-dialog td.group-title span {
  282. display: block;
  283. height: 1px;
  284. overflow: hidden;
  285. }
  286. .group-message .form-submit,
  287. .views-remove-group-link,
  288. #views-add-group {
  289. float: right;
  290. clear: both;
  291. }
  292. .views-operator-label {
  293. font-style: italic;
  294. font-weight: bold;
  295. padding-left: 0.5em; /* LTR */
  296. text-transform: uppercase;
  297. }
  298. .grouped-description,
  299. .exposed-description {
  300. float: left;
  301. padding-top: 3px;
  302. padding-right: 10px;
  303. }
  304. /* This keeps the collapsible fieldsets of options from crashing into the bottom
  305. * of the edit option columns. Because the edit option columns are floated, the collapsible
  306. * fieldsets need to be floated as well so that the margin above the fieldset interacts with
  307. * the float edit option columns.
  308. */
  309. #edit-options .collapsible {
  310. float: left;
  311. width: 100%;
  312. }
  313. #edit-options-more {
  314. clear: both;
  315. }
  316. /* @end */
  317. /* @group Attachments */
  318. .views-displays {
  319. border: 1px solid #ccc;
  320. padding-bottom: 36px;
  321. }
  322. .views-display-top {
  323. background-color: #f9f9f9;
  324. border-bottom: 1px solid #ccc;
  325. padding: 8px 8px 8px; /* LTR */
  326. position: relative;
  327. }
  328. .views-display-top .secondary {
  329. margin-right: 18em;
  330. }
  331. .views-display-top .secondary > li {
  332. margin-right: 6px;
  333. padding-left: 0;
  334. }
  335. .views-display-top .secondary > li:last-child {
  336. margin-right: 0;
  337. }
  338. #views-display-extra-actions li {
  339. padding: 3px 9px;
  340. }
  341. .views-display-top #views-display-top {
  342. max-width: 180px;
  343. }
  344. /* @end */
  345. /* @group Attachment details tabs
  346. *
  347. * The tabs that switch between sections
  348. */
  349. ul#views-display-menu-tabs {
  350. margin-right: 200px;
  351. }
  352. ul#views-display-menu-tabs li {
  353. margin-bottom: 5px;
  354. }
  355. ul#views-display-menu-tabs li.add ul.action-list li {
  356. margin: 0;
  357. }
  358. .views-displays .secondary a {
  359. border: 1px solid #cbcbcb;
  360. display: inline-block;
  361. font-size: small;
  362. line-height: 1.3333;
  363. padding: 3px 7px;
  364. }
  365. /**
  366. * Display a red border if the display doesn't validate.
  367. */
  368. .views-displays ul.secondary li.active a.active.error,
  369. .views-displays .secondary a.error {
  370. border: 2px solid #ed541d;
  371. padding: 1px 6px;
  372. }
  373. .views-displays .secondary a:focus {
  374. outline: none;
  375. }
  376. .views-displays .secondary a:hover,
  377. .views-displays .secondary .active a {
  378. background-color: #666;
  379. color: #fff;
  380. border-bottom-width: 1px;
  381. }
  382. .views-displays .secondary .open > a {
  383. background-color: #f1f1f1;
  384. border-bottom: 1px solid transparent;
  385. position: relative;
  386. }
  387. .views-displays .secondary .open > a:hover {
  388. background-color: #f1f1f1;
  389. }
  390. .views-displays .secondary .action-list li {
  391. background-color: #f1f1f1;
  392. border-color: #cbcbcb;
  393. border-style: solid;
  394. border-width: 0 1px;
  395. padding: 2px 9px;
  396. }
  397. .views-displays .secondary .action-list li:first-child {
  398. border-width: 1px 1px 0;
  399. }
  400. .views-displays .secondary .action-list li.last {
  401. border-width: 0 1px 1px;
  402. }
  403. .views-displays .secondary .action-list li:last-child {
  404. border-width: 0 1px 1px;
  405. }
  406. .views-displays .secondary .action-list input.form-submit {
  407. background: none repeat scroll 0 0 transparent;
  408. border: medium none;
  409. margin: 0;
  410. padding: 0;
  411. }
  412. .views-displays .secondary .action-list li:hover {
  413. background-color: #ddd;
  414. }
  415. /* @end */
  416. /* @group Attachment details */
  417. #edit-display-settings-title {
  418. font-size: 14px;
  419. line-height: 1.5;
  420. margin: 0;
  421. }
  422. #edit-display-settings-top {
  423. padding-bottom: 4px;
  424. }
  425. #edit-display-settings-content {
  426. margin-top: 12px;
  427. }
  428. #edit-display-settings-main {
  429. margin-top: 15px;
  430. }
  431. /* @end */
  432. /* @group Attachment columns
  433. *
  434. * The columns that contain the option buckets e.g. Format and Basic Settings
  435. */
  436. .views-display-column + .views-display-column {
  437. margin-top: 0;
  438. }
  439. /* @end */
  440. /* @group Auto preview
  441. *
  442. * The auto-preview checkbox line.
  443. */
  444. #views-ui-preview-form > div > div,
  445. #views-ui-preview-form > div > input {
  446. float: left;
  447. }
  448. #views-ui-preview-form .form-type-checkbox {
  449. margin-top: 2px;
  450. margin-left: 2px;
  451. }
  452. #views-ui-preview-form .form-type-textfield {
  453. margin-top: 5px;
  454. }
  455. #views-ui-preview-form .arguments-preview {
  456. font-size: 1em;
  457. }
  458. #views-ui-preview-form .arguments-preview,
  459. #views-ui-preview-form .form-type-textfield {
  460. margin-left: 14px;
  461. }
  462. #views-ui-preview-form .form-type-textfield label {
  463. display: inline-block;
  464. float: left;
  465. font-weight: normal;
  466. height: 6ex;
  467. margin-right: 0.75em;
  468. }
  469. #views-ui-preview-form .form-type-textfield .description {
  470. white-space: nowrap;
  471. }
  472. /* @end */
  473. /* @group Attachment buckets
  474. *
  475. * These are the individual "buckets," or boxes, inside the display settings area
  476. */
  477. .views-ui-display-tab-bucket {
  478. border: 1px solid #f3f3f3;
  479. line-height: 20px;
  480. margin: 0;
  481. padding-top: 4px;
  482. }
  483. .views-ui-display-tab-bucket + .views-ui-display-tab-bucket {
  484. border-top: medium none;
  485. }
  486. .views-ui-display-tab-bucket > h3,
  487. .views-ui-display-tab-bucket > .views-display-setting {
  488. padding: 2px 6px 4px;
  489. }
  490. .views-ui-display-tab-bucket h3 {
  491. font-size: small;
  492. margin: 0;
  493. }
  494. .views-ui-display-tab-bucket .horizontal.actions {
  495. margin-right: 6px;
  496. }
  497. .views-ui-display-tab-bucket .actions.horizontal li + li {
  498. margin-left: 3px;
  499. padding-left: 3px;
  500. }
  501. .views-ui-display-tab-bucket.access {
  502. padding-top: 0;
  503. }
  504. .views-ui-display-tab-bucket.page-settings {
  505. border-bottom: medium none;
  506. }
  507. .views-display-setting .views-ajax-link {
  508. margin-left: 0.2083em;
  509. margin-right: 0.2083em;
  510. }
  511. /* @end */
  512. /* @group Attachment bucket overridden
  513. *
  514. * Applies a overriden(italics) font style to overridden buckets.
  515. * The better way to implement this would be to add the overridden class
  516. * to the bucket header when the bucket is overridden and style it as a
  517. * generic icon classed element. For the moment, we'll style the bucket
  518. * header specifically with the overriden font style.
  519. */
  520. .views-ui-display-tab-setting.overridden,
  521. .views-ui-display-tab-bucket.overridden > h3 {
  522. font-style: italic;
  523. }
  524. /* @end */
  525. /* @group Attachment bucket drop button */
  526. .views-ui-display-tab-bucket {
  527. position: relative;
  528. }
  529. /* @end */
  530. /* @group Attachment bucket rows
  531. *
  532. * This is each row within one of the "boxes."
  533. */
  534. .views-ui-display-tab-bucket .views-display-setting {
  535. color: #666;
  536. font-size: 12px;
  537. padding-bottom: 2px;
  538. }
  539. .views-ui-display-tab-bucket .even {
  540. background-color: #f9f9f9;
  541. }
  542. .views-ui-display-tab-bucket .views-group-text {
  543. margin-top: 6px;
  544. margin-bottom: 6px;
  545. }
  546. .views-display-setting .label {
  547. margin-right: 3pt; /* LTR */
  548. }
  549. /* @end */
  550. /* @group Preview
  551. *
  552. * The preview controls and the preview pane
  553. */
  554. #edit-displays-preview-controls .fieldset-wrapper > * {
  555. float: left;
  556. }
  557. #edit-displays-preview-controls .fieldset-wrapper > .form-item {
  558. margin-top: 0.3333em;
  559. }
  560. #edit-displays-preview-controls .form-submit {
  561. display: inline-block;
  562. margin-right: 1em;
  563. }
  564. #edit-displays-preview-controls .form-type-textfield {
  565. margin-left: 1em;
  566. position: relative;
  567. }
  568. #edit-displays-preview-controls .form-type-textfield label {
  569. border-left: 1px solid #999;
  570. padding-left: 1em;
  571. position: absolute;
  572. }
  573. #edit-displays-preview-controls .form-type-textfield label:after {
  574. content: ":";
  575. }
  576. #edit-displays-preview-controls .form-type-textfield label ~ * {
  577. margin-left: 105px;
  578. }
  579. /* @end */
  580. /* @group Modal dialog box
  581. *
  582. * The contents of the popup dialog on the views edit form.
  583. */
  584. .views-ui-dialog {
  585. font-size: small;
  586. padding: 0;
  587. }
  588. .views-ui-dialog .ui-dialog-titlebar-close {
  589. background: url('../images/close.png') no-repeat scroll 6px 3px #f3f4ee;
  590. border-color: #aaa;
  591. -moz-border-radius: 0 10px 12px 0;
  592. -webkit-border-radius: 0 10px 12px 0;
  593. border-radius: 0 10px 12px 0;
  594. border-style: solid;
  595. border-width: 1px 1px 1px 0;
  596. -moz-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1);
  597. -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1);
  598. box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1);
  599. height: 22px;
  600. right: -28px;
  601. top: 0;
  602. width: 26px;
  603. }
  604. .views-ui-dialog .ui-dialog-titlebar-close span {
  605. display: none;
  606. }
  607. .views-filterable-options .form-type-checkbox {
  608. border: 1px solid #ccc;
  609. padding: 5px 8px;
  610. border-top: none;
  611. }
  612. .views-filterable-options {
  613. border-top: 1px solid #ccc;
  614. }
  615. .views-filterable-options .even .form-type-checkbox {
  616. background-color: #f3f4ee;
  617. }
  618. .filterable-option .form-item {
  619. margin-bottom: 0;
  620. margin-top: 0;
  621. }
  622. .views-filterable-options .form-type-checkbox .description {
  623. margin-top: 0;
  624. margin-bottom: 0;
  625. }
  626. #views-filterable-options-controls {
  627. margin: 1em 0;
  628. }
  629. #views-filterable-options-controls .form-item {
  630. width: 45%;
  631. margin-right: 2%; /* LTR */
  632. }
  633. #views-filterable-options-controls input,
  634. #views-filterable-options-controls select {
  635. width: 200px;
  636. }
  637. .views-ui-dialog .views-filterable-options {
  638. margin-bottom: 10px;
  639. }
  640. .views-ui-dialog .views-add-form-selected.container-inline {
  641. padding-top: 0;
  642. }
  643. .views-ui-dialog .views-add-form-selected.container-inline > div {
  644. display: block;
  645. }
  646. .views-ui-dialog #edit-selected {
  647. margin: 0;
  648. padding: 6px 16px;
  649. }
  650. .views-ui-dialog #views-ajax-title,
  651. .views-ui-dialog .views-override {
  652. background-color: #f3f4ee;
  653. }
  654. .views-ui-dialog .views-override {
  655. padding: 0 13px 8px;
  656. }
  657. .views-ui-dialog .views-override > * {
  658. margin: 0;
  659. }
  660. .views-ui-dialog #views-ajax-title {
  661. font-size: 15px;
  662. padding: 8px 13px;
  663. }
  664. .views-ui-dialog #views-progress-indicator {
  665. font-size: 11px;
  666. position: absolute;
  667. right: 10px; /* LTR */
  668. top: 8px;
  669. }
  670. .views-ui-dialog #views-progress-indicator:before {
  671. content: "\003C\00A0";
  672. }
  673. .views-ui-dialog #views-progress-indicator:after {
  674. content: "\00A0\003E";
  675. }
  676. .views-ui-dialog .scroll {
  677. border: 1px solid #ccc;
  678. border-width: 1px 0;
  679. padding: 8px 13px;
  680. }
  681. .views-ui-dialog fieldset .item-list {
  682. padding-left: 2em;
  683. }
  684. .views-ui-dialog .form-buttons {
  685. background-color: #f3f4ee;
  686. padding: 8px 13px;
  687. }
  688. .views-ui-dialog .form-buttons input {
  689. margin-bottom: 0;
  690. margin-right: 0;
  691. }
  692. /* @end */
  693. /* @group Configure filter criteria */
  694. /* @todo the width and border info could be moved into a more generic class */
  695. /* @todo Make this a class to be used anywhere there's node types? */
  696. .form-type-checkboxes #edit-options-value,
  697. .form-type-checkboxes #edit-options-validate-options-node-types {
  698. border-color: #ccc;
  699. border-style: solid;
  700. border-width: 1px;
  701. max-height: 210px;
  702. overflow: auto;
  703. margin-top: 5px;
  704. padding: 0 5px;
  705. width: 190px;
  706. }
  707. /* @end */
  708. /* @group Rearrange filter criteria */
  709. #views-ui-rearrange-filter-form table {
  710. border-collapse: collapse;
  711. }
  712. #views-ui-rearrange-filter-form tr td[rowspan] {
  713. border-color: #cdcdcd;
  714. border-style: solid;
  715. border-width: 0 1px 1px 1px;
  716. }
  717. #views-ui-rearrange-filter-form tr[id^="views-row"] {
  718. border-right: 1px solid #cdcdcd;
  719. }
  720. #views-ui-rearrange-filter-form tr[id^="views-row"].even td {
  721. background-color: #f3f4ed;
  722. }
  723. #views-ui-rearrange-filter-form .views-group-title {
  724. border-top: 1px solid #cdcdcd;
  725. }
  726. #views-ui-rearrange-filter-form .group-empty {
  727. border-bottom: 1px solid #cdcdcd;
  728. }
  729. /* @end */
  730. /* @group Expose filter form items */
  731. .form-item-options-expose-required,
  732. .form-item-options-expose-label,
  733. .form-item-options-expose-description {
  734. margin-bottom: 6px;
  735. margin-left: 18px;
  736. margin-top: 6px;
  737. }
  738. /* @end */
  739. /* @group Live preview elements */
  740. #views-preview-wrapper {
  741. border: 1px solid #ccc;
  742. border-top: 2px solid #ccc;
  743. padding-bottom: 12px;
  744. padding-top: 12px;
  745. }
  746. #views-ui-preview-form {
  747. margin: 12px;
  748. }
  749. #views-live-preview {
  750. margin: 0 12px;
  751. }
  752. #views-live-preview .views-query-info {
  753. overflow: auto;
  754. }
  755. /* Intentionally targeting h1 */
  756. #views-live-preview h1.section-title {
  757. color: #818181;
  758. display: inline-block;
  759. font-size: 13px;
  760. font-weight: normal;
  761. line-height: 1.6154;
  762. margin-bottom: 0;
  763. margin-top: 0;
  764. }
  765. #views-live-preview .view > * {
  766. margin-top: 18px;
  767. }
  768. #views-live-preview .preview-section {
  769. border: 1px dashed #dedede;
  770. margin: 0 -5px;
  771. padding: 3px 5px;
  772. }
  773. #views-live-preview li.views-row + li.views-row {
  774. margin-top: 18px;
  775. }
  776. /* The div.views-row is intentional and excludes li.views-row, for example */
  777. #views-live-preview div.views-row + div.views-row {
  778. margin-top: 36px;
  779. }
  780. /* @group Query info table */
  781. .views-query-info table {
  782. border-collapse: separate;
  783. border-color: #ddd;
  784. border-spacing: 0;
  785. margin: 10px 0;
  786. }
  787. .views-query-info table tr {
  788. background-color: #f9f9f9;
  789. }
  790. .views-query-info table th,
  791. .views-query-info table td {
  792. color: #666;
  793. padding: 4px 10px;
  794. }
  795. /* @end */
  796. /* @group Grid */
  797. #views-live-preview .views-view-grid th,
  798. #views-live-preview .views-view-grid td {
  799. vertical-align: top;
  800. }
  801. /* @end */
  802. /* @group HTML list */
  803. #views-live-preview .view-content > .item-list > ul {
  804. list-style-position: outside;
  805. padding-left: 21px; /* LTR */
  806. }
  807. /* @end */
  808. /* @end */
  809. /* @group Add/edit argument form */
  810. #edit-options-default-action {
  811. width: 300px;
  812. float: left;
  813. }
  814. #edit-options-exception.collapsible {
  815. float: right;
  816. width: 250px;
  817. margin-top: -2px;
  818. }
  819. /* @end */
  820. /* @group AJAX */
  821. /* Hide the drupal system throbber image */
  822. .ajax-progress .throbber {
  823. display: none;
  824. }
  825. .ajax-progress-throbber {
  826. background-color: #232323;
  827. background-image: url('../images/loading-small.gif');
  828. background-position: center center;
  829. background-repeat: no-repeat;
  830. -moz-border-radius: 7px;
  831. -webkit-border-radius: 7px;
  832. border-radius: 7px;
  833. height: 24px;
  834. opacity: .9;
  835. padding: 4px;
  836. width: 24px;
  837. }
  838. /* @end */
  839. /* @group Drupal
  840. *
  841. * Overrides to Drupal system CSS
  842. */
  843. div.messages {
  844. margin-bottom: 18px;
  845. }
  846. /* @end */