views-admin.garland.css

/**
 * The .garland.css file is intended to contain styles that override declarations
 * in the Garland theme.
 */

/* @group Attachment details tabs
 *
 * The tabs that switch between sections
 */

.views-displays .region-content .secondary,
.views-displays .region-content .secondary {
  padding-bottom: 0;
  padding-left: 0;
}

.views-displays .secondary .action-list {
  left: 1px;
  top: 20px;
}

.views-displays .secondary .action-list li,
.views-displays .secondary a {
  border-color: #e9e9e9;
}

.views-displays .secondary a {
  font-size: 12px;
  padding: 2px 7px;
}

.views-displays ul.secondary li a:hover,
.views-displays ul.secondary li.active a {
  border: 1px solid transparent;
  padding: 2px 7px;
}

.views-displays .secondary > li a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.views-displays .secondary > li.open a {
  background-image: none;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-radius: 5px 5px 0 0;
}

.views-displays .secondary .open > a:hover {
  border-color: #e9e9e9 #e9e9e9 #f1f1f1 #e9e9e9;
  border-width: 1px 1px 1px 1px;
  color: #0071b3;
}

.views-displays .secondary input.form-submit {
  font-size: 11px;
}

/* @end */

/* @group Attachment buckets
 *
 * These are the individual "buckets," or boxes, inside the display settings area
 */

.views-ui-display-tab-bucket h3 {
  font-weight: bold;
}

/* @end */

/* @group Modal dialog box
 *
 * The contents of the popup dialog on the views edit form.
 */

.views-filterable-options .form-type-checkbox {
  margin: 0;
}

.views-filterable-options .even .form-type-checkbox {
  background-color: #f9f9f9;
}

.views-ui-dialog .ui-dialog-titlebar-close,
.views-ui-dialog #views-ajax-title,
.views-ui-dialog .views-override,
.views-ui-dialog .form-buttons {
  background-color: #f6f6f6;
}

/* @end */

/* @group CTools */

/* @group Buttons */

.ctools-button-processed {
  background-image: -moz-linear-gradient(
  -90deg,
  #fff 0px,
  #f9f9f9 100%
  );
  background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0.0, rgba(255, 255, 255, 1.0)),
  color-stop(1.0, rgba(249, 249, 249, 1.0))
  );
  background-image: -webkit-linear-gradient(
  -90deg,
  #fff 0px,
  #f9f9f9 100%
  );
  background-image: linear-gradient(
  -90deg,
  #fff 0px,
  #f9f9f9 100%
  );
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 1px;
  padding-top: 1px;
}

.ctools-button-processed:hover {
  background-image: -moz-linear-gradient(
  -90deg,
  #fff 0px,
  #f1f1f1 100%
  );
  background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0.0, rgba(255, 255, 255, 1.0)),
  color-stop(1.0, rgba(241, 241, 241, 1.0))
  );
  background-image: -webkit-linear-gradient(
  -90deg,
  #fff 0px,
  #f1f1f1 100%
  );
  background-image: linear-gradient(
  -90deg,
  #fff 0px,
  #f1f1f1 100%
  );
}

.ctools-button-processed ol li,
.ctools-button-processed ul li {
  margin: 0;
  padding-bottom: 0;
}

.views-ui-display-tab-actions .ctools-button-processed input {
  margin-right: 0;
}

.ctools-content ul.actions {
  padding-bottom: 0;
}

.ctools-dropbutton-processed.open:hover {
  background-image: -moz-linear-gradient(
  -90deg,
  #fff 0px,
  #f9f9f9 100%
  );
  background-image: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0.0, rgba(255, 255, 255, 1.0)),
  color-stop(1.0, rgba(249, 249, 249, 1.0))
  );
  background-image: -webkit-linear-gradient(
  -90deg,
  #fff 0px,
  #f9f9f9 100%
  );
  background-image: linear-gradient(
  -90deg,
  #fff 0px,
  #f9f9f9 100%
  );
}

.ctools-dropbutton-processed.open {
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.ctools-twisty {
  top: 0.6667em;
}

.ctools-dropbutton-processed.open .ctools-twisty {
  top: 0.3333em;
}

/* @end */

/* @group Dependent */

.dependent-options,
.form-checkboxes.dependent-options,
.form-radios.dependent-options,
.form-checkboxes .form-item.dependent-options,
.form-radios .form-item.dependent-options {
  margin-left: 25px;
}

/* @end */

/* @group Collapsible */

.ctools-toggle {
  margin-top: 0.5em;
}

.ctools-toggle,
.views-display-settings .ctools-toggle {
  color: #494949;
}

.ctools-toggle.ctools-toggle-collapsed {
  margin-top: 0.25em;
}

.views-display-column > .ctools-toggle {
  margin-top: 14px;
}

.views-display-column > .ctools-toggle.ctools-toggle-collapsed {
  margin-top: 12px;
}

.views-ui-display-tab-actions .ctools-button input {
  color: #027ac6;
  font-size: 12px;
}

.views-ui-display-tab-actions .ctools-button input:hover,
.views-ui-display-tab-actions .ctools-button input:focus {
  color: #0062a0;
}

/* @end */

/* @end */

File

css/views-admin.garland.css

View source
  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 */