views-admin.garland.css 4.8 KB

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