Skip to content
views-admin.theme-rtl.css 3.6 KiB
Newer Older
/**
 * The .theme.css file is intended to contain presentation declarations including
 * images, borders, colors, and fonts.
 */

/* @end */

/* @group Icons */

  background-position: right top;
}

/* Targets any element with an icon -> text combo */
.actions .views-button-add {
.actions .views-button-rearrange {
.actions .views-button-add:hover {
.actions .views-button-rearrange:hover {
.actions .views-button-add:active {
.actions .views-button-rearrange:active {
.views-displays .secondary a:hover > .icon-add {
.views-displays .secondary .open a:hover > .icon-add {
  background-position: right -3px;
}

/* @end */

/* @group Forms */

.form-submit + .form-submit,
.container-inline > * + *,
.container-inline .fieldset-wrapper > * + * {
  padding-left: 0;
  padding-right: 4pt;
}

.views-admin .form-type-checkbox + .form-wrapper,
.views-admin .form-type-checkbox + .views-ui-ajax-wrapper {
  margin-right: 16px;
}

  margin-right: 9px;
  padding-right: 9px;
}

/* @end */

/* @group Attachments */

.views-displays .secondary {
.views-displays .views-display-top > ul > li + li {
.views-displays .views-extra-actions {
  left: 10px;
}

/* @end */

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

.views-displays .secondary .action-list  li:first-child {
  -moz-border-radius: 7px 0 0 0;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 0;
  border-radius: 7px 0 0 0;
}

/* @end */

/* @group Attachment details collapsible fieldset
 *
 * The attachment details section is a collapsible fieldset, but should not
 * have a border around it.
 */

.views-display-tab .fieldset-legend {
  left: auto;
  right: -5px;
}

/* @end */

/* @group Auto preview
 *
 * The auto-preview checkbox line. This may have more stuff added to it.
 */

div.form-item-displays-live-preview {
  text-align: left;
}

/* @end */

/* @group Attachment buckets
 *
 * These are the individual "buckets," or boxes, inside the three columns in the
 * attachment details section.
 */

.views-ui-display-tab-bucket .icon-text {
.views-ui-display-tab-bucket.overridden .views-display-setting {
  margin-right: 15px;
}

/* @end */

/* @group Attachment bucket rows
 *
 * This is each row within one of the "boxes."
 */

.views-display-setting .label {
  margin-left: 3pt;
}

/* @end */

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

#views-filterable-options-controls .form-item {
.views-ui-dialog #views-progress-indicator {
/* @group Rearrange filters
 *
 * Styling for the form that allows views filters to be rearranged.
 */
.views-operator-label {
  padding-right: 0.5em;
}

/* @end */

/* @group Live preview elements */

/* @group HTML list */

#views-live-preview .view-content > .item-list > ul {