views-admin.bartik.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. /**
  2. * The .bartik.css file is intended to contain styles that override declarations
  3. * in the Bartik theme.
  4. */
  5. /* @group Lists */
  6. .views-display-top .secondary .action-list {
  7. padding-left: 0; /* LTR */
  8. }
  9. /* @end */
  10. /* @group Attachment details tabs
  11. *
  12. * The tabs that switch between sections
  13. */
  14. .views-displays .region-content .secondary,
  15. .views-displays .region-content .secondary {
  16. padding-bottom: 0;
  17. padding-left: 0;
  18. }
  19. .views-displays .secondary a {
  20. font-size: smaller;
  21. }
  22. .views-displays .secondary > li a {
  23. -moz-border-radius: 5px;
  24. -webkit-border-radius: 5px;
  25. border-radius: 5px;
  26. }
  27. .views-displays .secondary > li.open a {
  28. -moz-border-radius: 5px 5px 0 0;
  29. -webkit-border-bottom-left-radius: 0;
  30. -webkit-border-bottom-right-radius: 0;
  31. -webkit-border-top-left-radius: 5px;
  32. -webkit-border-top-right-radius: 5px;
  33. border-radius: 5px 5px 0 0;
  34. }
  35. .views-displays .secondary .open > a:hover {
  36. color: #0071B3;
  37. }
  38. .views-displays .secondary input.form-submit {
  39. font-size: smaller;
  40. }
  41. /* @end */
  42. /* @group Modal dialog box
  43. *
  44. * The contents of the popup dialog on the views edit form.
  45. */
  46. .views-filterable-options .even .form-type-checkbox {
  47. background-color: #F9F9F9;
  48. }
  49. .views-ui-dialog .ui-dialog-titlebar-close,
  50. .views-ui-dialog #views-ajax-title,
  51. .views-ui-dialog .views-override,
  52. .views-ui-dialog .form-buttons {
  53. background-color: #f6f6f6;
  54. }
  55. .views-ui-dialog a {
  56. color: #0071b3;
  57. }
  58. .views-ui-dialog a:hover,
  59. .views-ui-dialog a:focus {
  60. color: #018fe2;
  61. }
  62. /* @end */
  63. /* @group CTools */
  64. /* @group Buttons */
  65. .ctools-button-processed {
  66. background-image:
  67. -moz-linear-gradient(
  68. -90deg,
  69. #ffffff 0px,
  70. #f9f9f9 100%);
  71. background-image:
  72. -webkit-gradient(
  73. linear,
  74. left top,
  75. left bottom,
  76. color-stop(0.0, rgba(255, 255, 255, 1.0)),
  77. color-stop(1.0, rgba(249, 249, 249, 1.0))
  78. );
  79. background-image:
  80. -webkit-linear-gradient(
  81. -90deg,
  82. #ffffff 0px,
  83. #f9f9f9 100%);
  84. background-image:
  85. linear-gradient(
  86. -90deg,
  87. #ffffff 0px,
  88. #f9f9f9 100%);
  89. -moz-border-radius: 5px;
  90. -webkit-border-radius: 5px;
  91. border-radius: 5px;
  92. padding-bottom: 1px;
  93. padding-top: 1px;
  94. }
  95. .ctools-button-processed:hover {
  96. background-image:
  97. -moz-linear-gradient(
  98. -90deg,
  99. #ffffff 0px,
  100. #f1f1f1 100%);
  101. background-image:
  102. -webkit-gradient(
  103. linear,
  104. left top,
  105. left bottom,
  106. color-stop(0.0, rgba(255, 255, 255, 1.0)),
  107. color-stop(1.0, rgba(241, 241, 241, 1.0))
  108. );
  109. background-image:
  110. -webkit-linear-gradient(
  111. -90deg,
  112. #ffffff 0px,
  113. #f1f1f1 100%);
  114. background-image:
  115. linear-gradient(
  116. -90deg,
  117. #ffffff 0px,
  118. #f1f1f1 100%);
  119. }
  120. .ctools-button-processed li a,
  121. .views-ui-display-tab-actions .ctools-button-processed input {
  122. padding-left: 9px;
  123. padding-right: 9px;
  124. }
  125. .ctools-content ul.actions {
  126. padding-bottom: 0;
  127. }
  128. .ctools-dropbutton-processed.open:hover {
  129. background-image:
  130. -moz-linear-gradient(
  131. -90deg,
  132. #ffffff 0px,
  133. #f9f9f9 100%);
  134. background-image:
  135. -webkit-gradient(
  136. linear,
  137. left top,
  138. left bottom,
  139. color-stop(0.0, rgba(255, 255, 255, 1.0)),
  140. color-stop(1.0, rgba(249, 249, 249, 1.0))
  141. );
  142. background-image:
  143. -webkit-linear-gradient(
  144. -90deg,
  145. #ffffff 0px,
  146. #f9f9f9 100%);
  147. background-image:
  148. linear-gradient(
  149. -90deg,
  150. #ffffff 0px,
  151. #f9f9f9 100%);
  152. }
  153. .ctools-dropbutton-processed.open {
  154. -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  155. -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  156. box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  157. }
  158. .ctools-twisty {
  159. top: 0.6667em;
  160. }
  161. .ctools-dropbutton-processed.open .ctools-twisty {
  162. top: 0.3333em;
  163. }
  164. .ctools-dropbutton-processed li a,
  165. .views-ui-display-tab-actions .ctools-dropbutton-processed input {
  166. padding-right: 7px;
  167. }
  168. .views-ui-display-tab-actions .ctools-button-processed input.form-submit {
  169. margin-right: 0;
  170. margin-top: 0;
  171. }
  172. /* @end */
  173. /* @group Collapsible */
  174. .ctools-toggle {
  175. margin-top: 0.9em;
  176. }
  177. .ctools-toggle.ctools-toggle-collapsed {
  178. margin-top: 0.72em;
  179. }
  180. .views-display-column > .ctools-toggle {
  181. margin-top: 14px;
  182. }
  183. .views-display-column > .ctools-toggle.ctools-toggle-collapsed {
  184. margin-top: 12px;
  185. }
  186. .views-ui-display-tab-actions .ctools-button input {
  187. color: #0071B3;
  188. }
  189. .views-ui-display-tab-actions .ctools-button input:hover,
  190. .views-ui-display-tab-actions .ctools-button input:focus {
  191. color: #018FE2;
  192. }
  193. /* @end */
  194. /* @end */