123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- /**
- * The .bartik.css file is intended to contain styles that override declarations
- * in the Bartik theme.
- */
- /* @group Lists */
- .views-display-top .secondary .action-list {
- padding-left: 0; /* LTR */
- }
- /* @end */
- /* @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 a {
- font-size: smaller;
- }
- .views-displays .secondary > li a {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- border-radius: 5px;
- }
- .views-displays .secondary > li.open a {
- -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 {
- color: #0071b3;
- }
- .views-displays .secondary input.form-submit {
- font-size: smaller;
- }
- /* @end */
- /* @group Modal dialog box
- *
- * The contents of the popup dialog on the views edit form.
- */
- .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;
- }
- .views-ui-dialog a {
- color: #0071b3;
- }
- .views-ui-dialog a:hover,
- .views-ui-dialog a:focus {
- color: #018fe2;
- }
- /* @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 li a,
- .views-ui-display-tab-actions .ctools-button-processed input {
- padding-left: 9px;
- padding-right: 9px;
- }
- .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;
- }
- .ctools-dropbutton-processed li a,
- .views-ui-display-tab-actions .ctools-dropbutton-processed input {
- padding-right: 7px;
- }
- .views-ui-display-tab-actions .ctools-button-processed input.form-submit {
- margin-right: 0;
- margin-top: 0;
- }
- /* @end */
- /* @group Collapsible */
- .ctools-toggle {
- margin-top: 0.9em;
- }
- .ctools-toggle.ctools-toggle-collapsed {
- margin-top: 0.72em;
- }
- .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: #0071b3;
- }
- .views-ui-display-tab-actions .ctools-button input:hover,
- .views-ui-display-tab-actions .ctools-button input:focus {
- color: #018fe2;
- }
- /* @end */
- /* @end */
|