views-admin.garland.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  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:
  83. -moz-linear-gradient(
  84. -90deg,
  85. #ffffff 0px,
  86. #f9f9f9 100%);
  87. background-image:
  88. -webkit-gradient(
  89. linear,
  90. left top,
  91. left bottom,
  92. color-stop(0.0, rgba(255, 255, 255, 1.0)),
  93. color-stop(1.0, rgba(249, 249, 249, 1.0))
  94. );
  95. background-image:
  96. -webkit-linear-gradient(
  97. -90deg,
  98. #ffffff 0px,
  99. #f9f9f9 100%);
  100. background-image:
  101. linear-gradient(
  102. -90deg,
  103. #ffffff 0px,
  104. #f9f9f9 100%);
  105. -moz-border-radius: 5px;
  106. -webkit-border-radius: 5px;
  107. border-radius: 5px;
  108. padding-bottom: 1px;
  109. padding-top: 1px;
  110. }
  111. .ctools-button-processed:hover {
  112. background-image:
  113. -moz-linear-gradient(
  114. -90deg,
  115. #ffffff 0px,
  116. #f1f1f1 100%);
  117. background-image:
  118. -webkit-gradient(
  119. linear,
  120. left top,
  121. left bottom,
  122. color-stop(0.0, rgba(255, 255, 255, 1.0)),
  123. color-stop(1.0, rgba(241, 241, 241, 1.0))
  124. );
  125. background-image:
  126. -webkit-linear-gradient(
  127. -90deg,
  128. #ffffff 0px,
  129. #f1f1f1 100%);
  130. background-image:
  131. linear-gradient(
  132. -90deg,
  133. #ffffff 0px,
  134. #f1f1f1 100%);
  135. }
  136. .ctools-button-processed ol li,
  137. .ctools-button-processed ul li {
  138. margin: 0;
  139. padding-bottom: 0;
  140. }
  141. .views-ui-display-tab-actions .ctools-button-processed input {
  142. margin-right: 0;
  143. }
  144. .ctools-content ul.actions {
  145. padding-bottom: 0;
  146. }
  147. .ctools-dropbutton-processed.open:hover {
  148. background-image:
  149. -moz-linear-gradient(
  150. -90deg,
  151. #ffffff 0px,
  152. #f9f9f9 100%);
  153. background-image:
  154. -webkit-gradient(
  155. linear,
  156. left top,
  157. left bottom,
  158. color-stop(0.0, rgba(255, 255, 255, 1.0)),
  159. color-stop(1.0, rgba(249, 249, 249, 1.0))
  160. );
  161. background-image:
  162. -webkit-linear-gradient(
  163. -90deg,
  164. #ffffff 0px,
  165. #f9f9f9 100%);
  166. background-image:
  167. linear-gradient(
  168. -90deg,
  169. #ffffff 0px,
  170. #f9f9f9 100%);
  171. }
  172. .ctools-dropbutton-processed.open {
  173. -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  174. -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  175. box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  176. }
  177. .ctools-twisty {
  178. top: 0.6667em;
  179. }
  180. .ctools-dropbutton-processed.open .ctools-twisty {
  181. top: 0.3333em;
  182. }
  183. /* @end */
  184. /* @group Dependent */
  185. .dependent-options,
  186. .form-checkboxes.dependent-options,
  187. .form-radios.dependent-options,
  188. .form-checkboxes .form-item.dependent-options,
  189. .form-radios .form-item.dependent-options {
  190. margin-left: 25px;
  191. }
  192. /* @end */
  193. /* @group Collapsible */
  194. .ctools-toggle {
  195. margin-top: 0.5em;
  196. }
  197. .ctools-toggle,
  198. .views-display-settings .ctools-toggle {
  199. color: #494949;
  200. }
  201. .ctools-toggle.ctools-toggle-collapsed {
  202. margin-top: 0.25em;
  203. }
  204. .views-display-column > .ctools-toggle {
  205. margin-top: 14px;
  206. }
  207. .views-display-column > .ctools-toggle.ctools-toggle-collapsed {
  208. margin-top: 12px;
  209. }
  210. .views-ui-display-tab-actions .ctools-button input {
  211. color: #027AC6;
  212. font-size: 12px;
  213. }
  214. .views-ui-display-tab-actions .ctools-button input:hover,
  215. .views-ui-display-tab-actions .ctools-button input:focus {
  216. color: #0062A0;
  217. }
  218. /* @end */
  219. /* @end */