first import
This commit is contained in:
91
sites/all/modules/views/css/ie/views-admin.ie7.css
Normal file
91
sites/all/modules/views/css/ie/views-admin.ie7.css
Normal file
@@ -0,0 +1,91 @@
|
||||
/**
|
||||
* The query details collapsible divs are not visible in IE7 because has-layout
|
||||
* is not being triggered. Trigger has-layout with height: 1%;
|
||||
*/
|
||||
.views-edit-view .collapsible > .fieldset-wrapper {
|
||||
height: 1%;
|
||||
}
|
||||
|
||||
/**
|
||||
* The column width for the bucket containers in the query details section
|
||||
* is not being calculated to 32% correctly. Give IE7 a slightly smaller
|
||||
* width so that the three columns line up next to each other
|
||||
*/
|
||||
.views-edit-view .views-display-column {
|
||||
width: 31.95%;
|
||||
}
|
||||
|
||||
/**
|
||||
* IE7 has no idea how large this container should be and it doesn't
|
||||
* apply has-layout. Expand it's width to 100% and trigger has-layout.
|
||||
*/
|
||||
.views-edit-view .views-displays {
|
||||
height: 1%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/**
|
||||
* IE7 isn't positioning the span correctly as a display-inline element
|
||||
*/
|
||||
.views-edit-view .views-displays .icon {
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.views-edit-view .views-displays .icon-add {
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
/**
|
||||
* The add display query dropdown needs a lot of help
|
||||
*/
|
||||
|
||||
.views-edit-view .views-displays .tabs.secondary {
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.views-edit-view .views-displays .secondary .open > a {
|
||||
border-bottom: 1px solid #f1f1f1;
|
||||
}
|
||||
|
||||
.views-edit-view .views-displays .secondary .action-list {
|
||||
border-bottom: 1px solid #cbcbcb;
|
||||
top: 30px;
|
||||
}
|
||||
|
||||
.views-edit-view .views-displays .secondary input {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/**
|
||||
* IE7 does not interpret div > * correctly
|
||||
*/
|
||||
.page-admin-structure-views #content .views-ui-display-tab-bucket {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
.page-admin-structure-views #content .views-display-column + .views-display-column {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* IE7 is interpreting a top margin of 18px from somewhere. remove it
|
||||
*/
|
||||
|
||||
.page-admin-structure-views #content .views-display-setting {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* IE7 can't handle the + selector that indents form wrappers after a checkbox on the add page
|
||||
* zoom is necessary to trigger has layout. !imporant is necessary because IE7 is precedent
|
||||
* to the theme.css stylesheet, even though it is included before this file.
|
||||
*/
|
||||
|
||||
.page-admin-structure-views #content .form-type-checkbox + .form-wrapper {
|
||||
margin-left: 27px !important;
|
||||
zoom: 1;
|
||||
}
|
98
sites/all/modules/views/css/views-admin-rtl.css
Normal file
98
sites/all/modules/views/css/views-admin-rtl.css
Normal file
@@ -0,0 +1,98 @@
|
||||
/**
|
||||
* The .css file is intended to only contain positioning and size declarations
|
||||
* For example: display, position, float, clear, and overflow.
|
||||
*/
|
||||
|
||||
/* @group Inline lists */
|
||||
|
||||
.horizontal > * {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.horizontal.right {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment details
|
||||
*
|
||||
* The attachment details section, its tabs for each section and the buttons
|
||||
* to add a new section
|
||||
*/
|
||||
|
||||
.form-actions {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment details tabs
|
||||
*
|
||||
* The tabs that switch between sections
|
||||
*/
|
||||
|
||||
.views-displays .secondary > li {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment details new section button */
|
||||
|
||||
.views-displays .secondary .action-list {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment details collapsible fieldset */
|
||||
|
||||
.views-display-tab .fieldset-legend {
|
||||
left: auto;
|
||||
right: -5px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment details actions
|
||||
*
|
||||
* Display the "Delete" and "Duplicate" buttons to the right.
|
||||
*/
|
||||
.views-display-tab .fieldset-wrapper > .views-ui-display-tab-bucket .actions {
|
||||
left: 0;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment configuration columns */
|
||||
|
||||
.views-display-columns > * {
|
||||
float: right;
|
||||
margin-left: 0;
|
||||
margin-right: 1%;
|
||||
padding-left: 0;
|
||||
padding-right: 1%;
|
||||
}
|
||||
|
||||
.views-display-columns > *:first-child {
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Settings forms */
|
||||
|
||||
.views-dependent {
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
|
||||
.views-display-setting .label,
|
||||
.views-display-setting .views-ajax-link {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* @end */
|
24
sites/all/modules/views/css/views-admin.advanced_help.css
Normal file
24
sites/all/modules/views/css/views-admin.advanced_help.css
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* The .advanced_help.css file is intended to contain styles that override declarations
|
||||
* in the Advanced Help module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Adjust the advanced help icons
|
||||
*/
|
||||
.views-ui-display-tab-bucket .advanced-help-link {
|
||||
padding: 0;
|
||||
margin: 5px 3px 0px 6px; /* LTR */
|
||||
}
|
||||
|
||||
.views-ui-display-tab-bucket .icon-text {
|
||||
padding-left: 25px; /* LTR */
|
||||
}
|
||||
|
||||
.views-ui-display-tab-bucket .icon-linked {
|
||||
background-position: 6px -151px; /* LTR */
|
||||
}
|
||||
|
||||
.views-ui-display-tab-bucket .icon-unlinked {
|
||||
background-position: 6px -193px; /* LTR */
|
||||
}
|
12
sites/all/modules/views/css/views-admin.bartik-rtl.css
Normal file
12
sites/all/modules/views/css/views-admin.bartik-rtl.css
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* 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-right: 0;
|
||||
}
|
||||
|
||||
/* @end */
|
233
sites/all/modules/views/css/views-admin.bartik.css
Normal file
233
sites/all/modules/views/css/views-admin.bartik.css
Normal file
@@ -0,0 +1,233 @@
|
||||
/**
|
||||
* 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,
|
||||
#ffffff 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,
|
||||
#ffffff 0px,
|
||||
#f9f9f9 100%);
|
||||
background-image:
|
||||
linear-gradient(
|
||||
-90deg,
|
||||
#ffffff 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,
|
||||
#ffffff 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,
|
||||
#ffffff 0px,
|
||||
#f1f1f1 100%);
|
||||
background-image:
|
||||
linear-gradient(
|
||||
-90deg,
|
||||
#ffffff 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,
|
||||
#ffffff 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,
|
||||
#ffffff 0px,
|
||||
#f9f9f9 100%);
|
||||
background-image:
|
||||
linear-gradient(
|
||||
-90deg,
|
||||
#ffffff 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 */
|
63
sites/all/modules/views/css/views-admin.contextual.css
Normal file
63
sites/all/modules/views/css/views-admin.contextual.css
Normal file
@@ -0,0 +1,63 @@
|
||||
/**
|
||||
* The .contextual.css file is intended to contain styles that override declarations
|
||||
* in the Contextual module.
|
||||
*/
|
||||
|
||||
/* @group Wrapper */
|
||||
|
||||
#views-live-preview .contextual-links-region-active {
|
||||
outline: medium none;
|
||||
}
|
||||
|
||||
#views-live-preview div.contextual-links-wrapper {
|
||||
right: auto;
|
||||
top: auto;
|
||||
}
|
||||
|
||||
html.js #views-live-preview div.contextual-links-wrapper {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Trigger */
|
||||
|
||||
#views-live-preview a.contextual-links-trigger {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group List */
|
||||
|
||||
div.contextual-links-wrapper ul.contextual-links {
|
||||
-moz-border-radius: 0 4px 4px 4px;
|
||||
-webkit-border-radius: 0 4px 4px 4px;
|
||||
border-radius: 0 4px 4px 4px;
|
||||
min-width: 10em;
|
||||
padding: 6px 6px 9px 6px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
ul.contextual-links li a,
|
||||
ul.contextual-links li span {
|
||||
padding-bottom: 0.25em;
|
||||
padding-right: 0.1667em;
|
||||
padding-top: 0.25em;
|
||||
}
|
||||
|
||||
ul.contextual-links li span {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
ul.contextual-links li a {
|
||||
color: #666666 !important;
|
||||
margin: 0.25em 0;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
ul.contextual-links li a:hover {
|
||||
background-color: #badbec;
|
||||
}
|
||||
|
||||
/* @end */
|
361
sites/all/modules/views/css/views-admin.css
Normal file
361
sites/all/modules/views/css/views-admin.css
Normal file
@@ -0,0 +1,361 @@
|
||||
/**
|
||||
* The .css file is intended to only contain positioning and size declarations
|
||||
* For example: display, position, float, clear, and overflow.
|
||||
*/
|
||||
|
||||
/* @group Resets */
|
||||
|
||||
.views-admin ul,
|
||||
.views-admin menu,
|
||||
.views-admin dir {
|
||||
padding-left: 0; /* LTR for IE */
|
||||
/* padding-start is used so that RTL works out of the box */
|
||||
-moz-padding-start: 0;
|
||||
-webkit-padding-start: 0;
|
||||
padding-start: 0;
|
||||
}
|
||||
|
||||
.views-admin pre {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Inline lists */
|
||||
|
||||
.horizontal > * {
|
||||
clear: none;
|
||||
float: left; /* LTR */
|
||||
}
|
||||
|
||||
.horizontal.right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.horizontal label {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.horizontal .form-item > [class] {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.horizontal .form-item > [class] + [class] {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Columns */
|
||||
|
||||
.views-left-25 {
|
||||
float: left;
|
||||
width: 25%;
|
||||
}
|
||||
|
||||
.views-left-30 {
|
||||
float: left;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.views-left-40 {
|
||||
float: left;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.views-left-50 {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.views-left-75 {
|
||||
float: left;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.views-right-50 {
|
||||
float: right;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.views-right-60 {
|
||||
float: right;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
.views-right-70 {
|
||||
float: right;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.views-group-box .form-item {
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment details
|
||||
*
|
||||
* The attachment details section, its tabs for each section and the buttons
|
||||
* to add a new section
|
||||
*/
|
||||
|
||||
.form-edit .form-actions {
|
||||
float: right; /* LTR */
|
||||
}
|
||||
|
||||
.views-displays {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment details tabs
|
||||
*
|
||||
* The tabs that switch between sections
|
||||
*/
|
||||
.views-displays .secondary {
|
||||
border-bottom: 0 none;
|
||||
margin: 0;
|
||||
overflow: visible;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.views-displays .secondary > li {
|
||||
border-right: 0 none;
|
||||
display: inline-block;
|
||||
float: left; /* LTR */
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.views-displays .secondary .open > a {
|
||||
position: relative;
|
||||
z-index: 51;
|
||||
}
|
||||
|
||||
.views-displays .views-display-deleted-link {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.views-display-deleted > fieldset > legend,
|
||||
.views-display-deleted .fieldset-wrapper > .views-ui-display-tab-bucket > *,
|
||||
.views-display-deleted .views-display-columns {
|
||||
opacity: 0.25;
|
||||
}
|
||||
|
||||
.views-display-disabled > fieldset > legend,
|
||||
.views-display-disabled .fieldset-wrapper > .views-ui-display-tab-bucket > *,
|
||||
.views-display-disabled .views-display-columns {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.views-display-tab .fieldset-wrapper > .views-ui-display-tab-bucket .actions {
|
||||
opacity: 1.0;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment details new section button */
|
||||
|
||||
.views-displays .secondary li.add {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.views-displays .secondary .action-list {
|
||||
left: 0; /* LTR */
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 23px;
|
||||
z-index: 50;
|
||||
}
|
||||
|
||||
.views-displays .secondary .action-list li {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment details collapsible fieldset */
|
||||
|
||||
.views-display-tab .fieldset-legend {
|
||||
left: -5px; /* LTR */
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.views-display-tab .fieldset-wrapper {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment details actions
|
||||
*
|
||||
* Display the "Delete" and "Duplicate" buttons to the right.
|
||||
*/
|
||||
.views-display-tab .fieldset-wrapper > .views-ui-display-tab-bucket .actions {
|
||||
position: absolute;
|
||||
right: 0; /* LTR */
|
||||
top: -5px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment configuration columns */
|
||||
|
||||
.views-display-columns > * {
|
||||
float: left; /* LTR */
|
||||
margin-left: 1%; /* LTR */
|
||||
padding-left: 1%; /* LTR */
|
||||
width: 32%;
|
||||
}
|
||||
|
||||
.views-display-columns > *:first-child {
|
||||
margin-left: 0; /* LTR */
|
||||
padding-left: 0; /* LTR */
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Modal dialog box */
|
||||
|
||||
.views-ui-dialog {
|
||||
/* We need this so the button is visible. */
|
||||
overflow: visible;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.views-ui-dialog .ui-dialog-titlebar-close {
|
||||
border: 1px solid transparent;
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 2px;
|
||||
/* Make sure this is in front of the modal backdrop. */
|
||||
z-index: 1002;
|
||||
}
|
||||
|
||||
.views-ui-dialog .ui-dialog-titlebar {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.views-ui-dialog .ui-dialog-title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.views-ui-dialog #views-ajax-popup {
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.views-ui-dialog #views-ajax-title,
|
||||
.views-ui-dialog #views-ajax-body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.views-ui-dialog #views-ajax-popup {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.views-ui-dialog .scroll {
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#views-filterable-options-controls {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.views-ui-dialog #views-filterable-options-controls {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Don't let the messages overwhelm the modal */
|
||||
.views-ui-dialog .views-messages {
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Settings forms */
|
||||
|
||||
.views-display-setting .label,
|
||||
.views-display-setting .views-ajax-link {
|
||||
display: inline-block;
|
||||
float: left; /* LTR */
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Filter Settings form */
|
||||
|
||||
div.form-item-options-value-all {
|
||||
display: none;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* @group Drupal overrides */
|
||||
|
||||
/* The .progress-disabled class added to the form on submit floats the element
|
||||
* left and causes the form width to shrink-wrap to the content. Setting the
|
||||
* width to 100% prevents this.
|
||||
*/
|
||||
#views-ajax-body form {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
|
||||
|
||||
/* @group Javascript dependent styling */
|
||||
|
||||
.js-only {
|
||||
display: none;
|
||||
}
|
||||
|
||||
html.js .js-only {
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
html.js span.js-only {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group AJAX throbber */
|
||||
|
||||
/* Base Page */
|
||||
#views-ui-list-page .ajax-progress-throbber,
|
||||
.views-admin .ajax-progress-throbber {
|
||||
/* Can't do center:50% middle: 50%, so approximate it for a typical window size. */
|
||||
left: 49%;
|
||||
position: fixed;
|
||||
top: 48.5%;
|
||||
z-index: 1000;
|
||||
}
|
||||
#views-ui-list-page .ajax-progress-throbber .message,
|
||||
.views-admin .ajax-progress-throbber .message {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Modal */
|
||||
#views-ajax-popup .ajax-progress-throbber {
|
||||
/* Can't do center:50% middle: 50%, so approximate it for a typical window size. */
|
||||
left: 49%;
|
||||
position: fixed;
|
||||
top: 48.5%;
|
||||
z-index: 1000;
|
||||
}
|
||||
#views-ajax-popup .ajax-progress-throbber .message {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* @end */
|
82
sites/all/modules/views/css/views-admin.ctools-rtl.css
Normal file
82
sites/all/modules/views/css/views-admin.ctools-rtl.css
Normal file
@@ -0,0 +1,82 @@
|
||||
/* @group Buttons */
|
||||
|
||||
.ctools-dropbutton .ctools-content {
|
||||
border-left: 1px solid #e8e8e8;
|
||||
}
|
||||
|
||||
.ctools-content ul.actions {
|
||||
padding-left: auto;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.ctools-dropbutton .ctools-link {
|
||||
border-right: 1px solid #ffffff;
|
||||
}
|
||||
|
||||
.ctools-dropbutton li {
|
||||
padding-left: 9px;
|
||||
padding-left: auto;
|
||||
}
|
||||
|
||||
.views-display-top .ctools-button {
|
||||
left: 12px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.views-ui-display-tab-bucket .ctools-button {
|
||||
left: 5px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Collapsible */
|
||||
|
||||
.ctools-toggle {
|
||||
float: right;
|
||||
margin-left: 2px;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.ctools-toggle.ctools-toggle-collapsed {
|
||||
border-left: 0;
|
||||
border-right: 4px solid;
|
||||
border-left-color: transparent;
|
||||
border-width: 5px 5px 5px 0;
|
||||
margin-left: 5px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.ctools-export-ui-row label {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.views-display-column > .ctools-toggle {
|
||||
margin-left: 3px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
.views-display-column > .ctools-toggle.ctools-toggle-collapsed {
|
||||
margin-left: 5px;
|
||||
margin-right: 9px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Dependent */
|
||||
|
||||
.dependent-options {
|
||||
margin-left: 0;
|
||||
margin-right: 18px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Export */
|
||||
|
||||
/* Override for filter button on the views list screen */
|
||||
#ctools-export-ui-list-form .form-submit {
|
||||
margin-left: 0em;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
/* @end */
|
232
sites/all/modules/views/css/views-admin.ctools.css
Normal file
232
sites/all/modules/views/css/views-admin.ctools.css
Normal file
@@ -0,0 +1,232 @@
|
||||
/* @group Buttons */
|
||||
|
||||
.ctools-button-processed {
|
||||
background-color: #ffffff;
|
||||
border-color: #cccccc;
|
||||
font-size: 11px;
|
||||
padding-bottom: 2px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.ctools-button-processed:hover {
|
||||
border-color: #b8b8b8;
|
||||
}
|
||||
|
||||
.ctools-button-processed:active {
|
||||
border-color: #a0a0a0;
|
||||
}
|
||||
|
||||
.ctools-button-processed .ctools-content {
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.ctools-dropbutton-processed {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.ctools-dropbutton-processed .ctools-content {
|
||||
border-right: 1px solid #e8e8e8;
|
||||
}
|
||||
|
||||
.ctools-dropbutton-processed .ctools-content ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ctools-content ul.actions {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.ctools-button-processed .ctools-content a {
|
||||
background-image: none;
|
||||
border: medium none;
|
||||
}
|
||||
|
||||
.ctools-dropbutton-processed.open:hover {
|
||||
border-color: #D0D0D0;
|
||||
}
|
||||
|
||||
.ctools-dropbutton-processed.open {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.ctools-dropbutton-processed .ctools-link {
|
||||
border-left: 1px solid #ffffff;
|
||||
}
|
||||
|
||||
.ctools-dropbutton-processed.open .ctools-content {
|
||||
padding-bottom: 4px;
|
||||
}
|
||||
|
||||
.ctools-dropbutton-processed li a,
|
||||
.ctools-dropbutton-processed li input {
|
||||
padding-right: 9px;
|
||||
}
|
||||
|
||||
.ctools-dropbutton-processed.open li + li {
|
||||
border-top: 1px solid #efefef;
|
||||
margin-top: 4px;
|
||||
padding-bottom: 0;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.ctools-twisty:focus {
|
||||
outline: medium none;
|
||||
}
|
||||
|
||||
.ctools-no-js .ctools-content ul {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.views-display-top .ctools-button-processed {
|
||||
font-size: 12px;
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
top: 7px;
|
||||
}
|
||||
|
||||
.views-ui-display-tab-bucket .ctools-button-processed {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.views-ui-display-tab-actions .ctools-button-processed li a,
|
||||
.views-ui-display-tab-actions .ctools-button-processed input {
|
||||
background: none;
|
||||
border: medium;
|
||||
font-family: inherit;
|
||||
font-size: 12px;
|
||||
padding-bottom: 0;
|
||||
padding-left: 12px;
|
||||
padding-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.views-ui-display-tab-actions .ctools-button-processed input:hover {
|
||||
background: none;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Collapsible */
|
||||
|
||||
.ctools-toggle {
|
||||
border-bottom-color: transparent;
|
||||
border-left-color: transparent;
|
||||
border-right-color: transparent;
|
||||
border-style: solid;
|
||||
border-width: 5px 5px 0;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
height: 0;
|
||||
margin-right: 2px;
|
||||
margin-top: 0.4545em;
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.ctools-toggle.ctools-toggle-collapsed {
|
||||
border-bottom-color: transparent;
|
||||
border-left: 4px solid;
|
||||
border-right-color: transparent;
|
||||
border-top-color: transparent;
|
||||
border-width: 5px 0 5px 5px;
|
||||
margin-left: 2px;
|
||||
margin-right: 5px;
|
||||
margin-top: 0.3333em;
|
||||
}
|
||||
|
||||
.ctools-toggle:hover,
|
||||
.ctools-collapsible-handle:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ctools-export-ui-row {
|
||||
margin-bottom: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.ctools-export-ui-row label {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 55px;
|
||||
}
|
||||
|
||||
.views-display-settings .ctools-toggle {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.views-display-column > .ctools-toggle {
|
||||
margin-left: 6px;
|
||||
margin-right: 3px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.views-display-column > .ctools-toggle.ctools-toggle-collapsed {
|
||||
margin-left: 9px;
|
||||
margin-right: 5px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.views-display-column > .ctools-collapsible-handle {
|
||||
border-color: #F3F3F3;
|
||||
border-style: solid;
|
||||
border-width: 1px 1px 0;
|
||||
font-size: 13px;
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
padding: 6px 3px;
|
||||
}
|
||||
|
||||
.views-display-column > .ctools-toggle.ctools-toggle-collapsed + .ctools-collapsible-handle {
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.views-display-column > .ctools-collapsible-content > .views-ui-display-tab-bucket:first-child {
|
||||
border-top: medium none;
|
||||
}
|
||||
|
||||
h2.ctools-collapsible-handle {
|
||||
display: inline;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Dependent */
|
||||
|
||||
.dependent-options {
|
||||
margin-left: 18px; /* LTR */
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Export */
|
||||
|
||||
/* Override for filter button on the views list screen */
|
||||
#ctools-export-ui-list-form .form-submit {
|
||||
margin-top: 0em !important;
|
||||
margin-right: 0em;
|
||||
}
|
||||
|
||||
.ctools-export-ui-row + .ctools-export-ui-row {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.ctools-export-ui-fourth-row input {
|
||||
margin-top: 5px !important;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Jump list */
|
||||
|
||||
#views-live-preview .ctools-jump-menu-select{
|
||||
max-width: 450px;
|
||||
}
|
||||
|
||||
/* @end */
|
13
sites/all/modules/views/css/views-admin.garland-rtl.css
Normal file
13
sites/all/modules/views/css/views-admin.garland-rtl.css
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* The .garland.css file is intended to contain styles that override declarations
|
||||
* in the Garland theme.
|
||||
*/
|
||||
|
||||
/* @group Lists */
|
||||
|
||||
.views-displays .secondary .action-list {
|
||||
left: auto;
|
||||
right: 1px;
|
||||
}
|
||||
|
||||
/* @end */
|
263
sites/all/modules/views/css/views-admin.garland.css
Normal file
263
sites/all/modules/views/css/views-admin.garland.css
Normal file
@@ -0,0 +1,263 @@
|
||||
/**
|
||||
* 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,
|
||||
#ffffff 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,
|
||||
#ffffff 0px,
|
||||
#f9f9f9 100%);
|
||||
background-image:
|
||||
linear-gradient(
|
||||
-90deg,
|
||||
#ffffff 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,
|
||||
#ffffff 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,
|
||||
#ffffff 0px,
|
||||
#f1f1f1 100%);
|
||||
background-image:
|
||||
linear-gradient(
|
||||
-90deg,
|
||||
#ffffff 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,
|
||||
#ffffff 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,
|
||||
#ffffff 0px,
|
||||
#f9f9f9 100%);
|
||||
background-image:
|
||||
linear-gradient(
|
||||
-90deg,
|
||||
#ffffff 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 */
|
43
sites/all/modules/views/css/views-admin.seven-rtl.css
Normal file
43
sites/all/modules/views/css/views-admin.seven-rtl.css
Normal file
@@ -0,0 +1,43 @@
|
||||
/**
|
||||
* The .seven.css file is intended to contain styles that override declarations
|
||||
* in the Seven admin theme.
|
||||
*/
|
||||
|
||||
/* @group Forms */
|
||||
|
||||
.views-admin .form-submit,
|
||||
.views-admin a.button {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Lists */
|
||||
|
||||
.views-admin .links li {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachments */
|
||||
|
||||
.views-displays .secondary {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment details tabs */
|
||||
|
||||
.views-display-top ul.secondary {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.views-displays .secondary .action-list li:first-child {
|
||||
-moz-border-radius: 7px 0 0 0;
|
||||
-webkit-border-radius: 7px 0 0 0;
|
||||
border-radius: 7px 0 0 0;
|
||||
}
|
||||
|
||||
/* @end */
|
552
sites/all/modules/views/css/views-admin.seven.css
Normal file
552
sites/all/modules/views/css/views-admin.seven.css
Normal file
@@ -0,0 +1,552 @@
|
||||
/**
|
||||
* The .seven.css file is intended to contain styles that override declarations
|
||||
* in the Seven admin theme.
|
||||
*/
|
||||
|
||||
/* @group Content */
|
||||
|
||||
.views-ui-display-tab-bucket h1,
|
||||
.views-ui-display-tab-bucket h2,
|
||||
.views-ui-display-tab-bucket h3,
|
||||
.views-ui-display-tab-bucket h4,
|
||||
.views-ui-display-tab-bucket h5 {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Forms */
|
||||
|
||||
.views-ui-dialog fieldset {
|
||||
padding-top: 2.5em;
|
||||
}
|
||||
|
||||
fieldset fieldset {
|
||||
border: medium none;
|
||||
}
|
||||
|
||||
/**
|
||||
* Seven positions the legend absolutely, but does not have a way to ignore
|
||||
* fieldsets without a legend so we make one up.
|
||||
*/
|
||||
fieldset.fieldset-no-legend {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* Being extra safe here and scoping this to the add view wizard form (where
|
||||
* a layout problem occurs for the Display format fieldset if we don't fix its
|
||||
* padding), but it's probably safe to just let it apply everywhere.
|
||||
*/
|
||||
#views-ui-add-form fieldset fieldset .fieldset-wrapper {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.views-display-tab fieldset {
|
||||
padding: 0 12px;
|
||||
}
|
||||
|
||||
.views-display-tab .fieldset-wrapper {
|
||||
padding: 10px 12px 12px;
|
||||
}
|
||||
|
||||
.views-display-tab fieldset.box-padding .fieldset-wrapper {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.views-display-tab legend + .fieldset-wrapper {
|
||||
padding-top: 2.5em;
|
||||
}
|
||||
|
||||
.views-admin .form-item label.option,
|
||||
#views-ui-preview-form .form-item label.option {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
#views-ui-preview-form .form-submit {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
.views-admin input.form-submit,
|
||||
.views-ui-dialog input.form-submit,
|
||||
.views-admin a.button,
|
||||
.views-ui-dialog a.button {
|
||||
margin-bottom: 0;
|
||||
margin-right: 0; /* LTR */
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* Override for a button on the edit display screen */
|
||||
#edit-displays-preview-controls .form-submit {
|
||||
display: inline-block;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
/* Override for filter button on the views list screen */
|
||||
#ctools-export-ui-list-form .form-submit {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#ctools-export-ui-list-form .ctools-export-ui-first-row .form-item {
|
||||
margin-top: 3px;
|
||||
margin-right: 5px; /* LTR */
|
||||
}
|
||||
|
||||
.form-item,
|
||||
.form-item .form-item {
|
||||
margin-bottom: 0;
|
||||
margin-top: 9px;
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.form-actions {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.form-item .form-item {
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.form-radios > .form-item {
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
/* @group Dependent options
|
||||
*
|
||||
* Dependent options are identified in CTools dependent.js
|
||||
*/
|
||||
|
||||
/* The .dependent-options.form-item is necessary to supercede the Seven .form-item
|
||||
* reset declaration that sets the margin to zero.
|
||||
*/
|
||||
.dependent-options,
|
||||
.dependent-options.form-item,
|
||||
.form-item-options-expose-required,
|
||||
.form-item-options-expose-label,
|
||||
.form-item-options-expose-description {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
|
||||
.views-admin-dependent .form-item .form-item,
|
||||
.views-admin-dependent .form-type-checkboxes,
|
||||
.views-admin-dependent .form-type-radios,
|
||||
.views-admin-dependent .dependent-options,
|
||||
.views-admin-dependent .form-item .form-item,
|
||||
.views-admin-dependent .dependent-options .form-type-select,
|
||||
.views-admin-dependent .dependent-options .form-type-textfield,
|
||||
.form-item-options-expose-required,
|
||||
.form-item-options-expose-label,
|
||||
.form-item-options-expose-description {
|
||||
margin-bottom: 6px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.views-admin-dependent .form-type-radio,
|
||||
.views-admin-dependent .form-radios .form-item {
|
||||
margin-bottom: 2px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Lists */
|
||||
|
||||
.views-admin ul.secondary,
|
||||
.views-admin .item-list ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.views-admin ul.secondary {
|
||||
clear: none;
|
||||
}
|
||||
|
||||
.views-displays ul.secondary li a,
|
||||
.views-displays ul.secondary li.active a,
|
||||
.views-displays ul.secondary li.active a.active {
|
||||
padding: 2px 7px 3px;
|
||||
}
|
||||
|
||||
.views-displays ul.secondary li.active a,
|
||||
.views-displays ul.secondary li.active a.active {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.views-admin .links li {
|
||||
padding-right: 0; /* LTR */
|
||||
}
|
||||
|
||||
.views-admin .button .links li {
|
||||
padding-right: 12px; /* LTR */
|
||||
}
|
||||
|
||||
.page-admin-structure-views #content ul.action-links {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.views-display-top ul.secondary {
|
||||
background-color: transparent;
|
||||
float: left
|
||||
}
|
||||
|
||||
.views-display-top .secondary .action-list li {
|
||||
float: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Buttons */
|
||||
|
||||
.ctools-button-processed ul {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Override for input elements that are themed like ctools-buttons */
|
||||
.ctools-button-processed input.form-submit:hover {
|
||||
background-image: none;
|
||||
color: #0074BD;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.ctools-button-processed input.form-submit:active {
|
||||
background: none;
|
||||
border: medium none;
|
||||
color: #0074BD;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Tables */
|
||||
|
||||
table td,
|
||||
table th {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment details */
|
||||
|
||||
#edit-display-settings-title {
|
||||
color: #008BCB;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment details tabs
|
||||
*
|
||||
* The tabs that switch between sections
|
||||
*/
|
||||
|
||||
.views-displays .secondary {
|
||||
text-align: left; /* LTR */
|
||||
}
|
||||
|
||||
.views-displays .secondary > li:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.views-admin .icon.add {
|
||||
background-position: center 3px;
|
||||
}
|
||||
|
||||
.views-displays .secondary a {
|
||||
background-color: #f1f1f1;
|
||||
-moz-border-radius: 7px;
|
||||
-webkit-border-radius: 7px;
|
||||
border-radius: 7px;
|
||||
color: #008BCB;
|
||||
}
|
||||
|
||||
.views-displays .secondary a:hover > .icon.add {
|
||||
background-position: center -25px;
|
||||
}
|
||||
|
||||
.views-displays .secondary .open > a {
|
||||
-moz-border-radius: 7px 7px 0 0;
|
||||
-webkit-border-radius: 7px 7px 0 0;
|
||||
border-radius: 7px 7px 0 0;
|
||||
}
|
||||
|
||||
.views-displays .secondary .open > a:hover {
|
||||
background-color: #f1f1f1;
|
||||
color: #008BCB;
|
||||
}
|
||||
|
||||
.views-displays .secondary .action-list li:first-child {
|
||||
-moz-border-radius: 0 7px 0 0;
|
||||
-webkit-border-radius: 0 7px 0 0;
|
||||
border-radius: 0 7px 0 0;
|
||||
}
|
||||
|
||||
.views-displays .secondary .action-list li:last-child {
|
||||
-moz-border-radius: 0 0 7px 7px;
|
||||
-webkit-border-radius: 0 0 7px 7px;
|
||||
border-radius: 0 0 7px 7px;
|
||||
}
|
||||
|
||||
.views-displays .secondary .action-list input.form-submit {
|
||||
-moz-border-radius: 0;
|
||||
-webkit-border-radius: 0;
|
||||
border-radius: 0;
|
||||
color: #008BCB;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachment buckets
|
||||
*
|
||||
* These are the individual "buckets," or boxes, inside the display settings area
|
||||
*/
|
||||
|
||||
.views-ui-display-tab-bucket h3 {
|
||||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.views-ui-display-tab-bucket .links {
|
||||
padding: 2px 6px 4px;
|
||||
}
|
||||
|
||||
.views-ui-display-tab-bucket .links li + li {
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Rearrange filter criteria */
|
||||
|
||||
#views-ui-rearrange-filter-form .action-links {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#views-ui-rearrange-filter-form table {
|
||||
border: medium none;
|
||||
}
|
||||
|
||||
#views-ui-rearrange-filter-form [id^="views-row"] {
|
||||
border: medium none;
|
||||
}
|
||||
|
||||
#views-ui-rearrange-filter-form tr td:last-child {
|
||||
border-right: medium none;
|
||||
}
|
||||
|
||||
#views-ui-rearrange-filter-form .filter-group-operator-row {
|
||||
border-left: 1px solid transparent !important;
|
||||
border-right: 1px solid transparent !important;
|
||||
}
|
||||
|
||||
#views-ui-rearrange-filter-form tr.drag td {
|
||||
background-color: #FFEE77 !important;
|
||||
}
|
||||
|
||||
#views-ui-rearrange-filter-form tr.drag-previous td {
|
||||
background-color: #FFFFBB !important;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Live preview elements */
|
||||
|
||||
.views-query-info pre {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* @group Query info table */
|
||||
|
||||
.views-query-info table {
|
||||
-moz-border-radius: 7px;
|
||||
-webkit-border-radius: 7px;
|
||||
border-radius: 7px;
|
||||
-webkit-border-horizontal-spacing: 1px;
|
||||
-webkit-border-vertical-spacing: 1px;
|
||||
}
|
||||
|
||||
.views-query-info table tr td:last-child {
|
||||
/* Fixes a Seven style that bleeds down into this table unnecessarily */
|
||||
border-right: 0 none;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Add view */
|
||||
|
||||
.form-item-page-create,
|
||||
.form-item-block-create {
|
||||
margin-top: 13px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Modal dialog box
|
||||
*
|
||||
* The contents of the popup dialog on the views edit form.
|
||||
*/
|
||||
|
||||
.views-ui-dialog .ui-dialog-titlebar-close {
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
border-color: #cccccc;
|
||||
right: -27px;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.views-ui-dialog fieldset.collapsible {
|
||||
padding-top: 1.5em;
|
||||
}
|
||||
|
||||
.views-ui-dialog fieldset.collapsed {
|
||||
padding-top: 2.5em;
|
||||
}
|
||||
|
||||
.filterable-option .form-item.form-type-checkbox {
|
||||
/* This selector is aggressive because Seven's reset for .form-items is aggressive. */
|
||||
padding-bottom: 4px;
|
||||
padding-left: 4px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group CTools */
|
||||
|
||||
/* @group Buttons */
|
||||
|
||||
.ctools-button-processed {
|
||||
background-image:
|
||||
-moz-linear-gradient(
|
||||
-90deg,
|
||||
#ffffff 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,
|
||||
#ffffff 0px,
|
||||
#f9f9f9 100%);
|
||||
background-image:
|
||||
linear-gradient(
|
||||
-90deg,
|
||||
#ffffff 0px,
|
||||
#f9f9f9 100%);
|
||||
-moz-border-radius: 11px 11px 11px 11px;
|
||||
-webkit-border-radius: 11px 11px 11px 11px;
|
||||
border-radius: 11px 11px 11px 11px;
|
||||
}
|
||||
|
||||
.ctools-button-processed:hover {
|
||||
background-image:
|
||||
-moz-linear-gradient(
|
||||
-90deg,
|
||||
#ffffff 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,
|
||||
#ffffff 0px,
|
||||
#f1f1f1 100%);
|
||||
background-image:
|
||||
linear-gradient(
|
||||
-90deg,
|
||||
#ffffff 0px,
|
||||
#f1f1f1 100%);
|
||||
}
|
||||
|
||||
.ctools-dropbutton-processed.open:hover {
|
||||
background-image:
|
||||
-moz-linear-gradient(
|
||||
-90deg,
|
||||
#ffffff 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,
|
||||
#ffffff 0px,
|
||||
#f9f9f9 100%);
|
||||
background-image:
|
||||
linear-gradient(
|
||||
-90deg,
|
||||
#ffffff 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);
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Collapsible */
|
||||
|
||||
.ctools-toggle {
|
||||
margin-top: 0.6667em;
|
||||
}
|
||||
|
||||
.ctools-toggle.ctools-toggle-collapsed {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.views-display-settings .ctools-toggle {
|
||||
color: #008BCB;
|
||||
}
|
||||
|
||||
.views-display-column > .ctools-toggle {
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
.views-display-column > .ctools-toggle.ctools-toggle-collapsed {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.views-display-column > .ctools-collapsible-handle {
|
||||
color: #008BCB;
|
||||
}
|
||||
|
||||
.views-ui-display-tab-actions .ctools-button-processed input {
|
||||
color: #0074BD;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @end */
|
208
sites/all/modules/views/css/views-admin.theme-rtl.css
Normal file
208
sites/all/modules/views/css/views-admin.theme-rtl.css
Normal file
@@ -0,0 +1,208 @@
|
||||
/**
|
||||
* The .theme.css file is intended to contain presentation declarations including
|
||||
* images, borders, colors, and fonts.
|
||||
*/
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Icons */
|
||||
|
||||
.actions a,
|
||||
.views-admin .icon,
|
||||
.views-admin .icon-text {
|
||||
background-position: right top;
|
||||
}
|
||||
|
||||
/* Targets any element with an icon -> text combo */
|
||||
.views-admin .icon-text {
|
||||
padding-right: 19px;
|
||||
}
|
||||
|
||||
.views-admin .icon-linked {
|
||||
background-position: right -153px;
|
||||
}
|
||||
|
||||
.views-admin .icon-unlinked {
|
||||
background-position: right -195px;
|
||||
}
|
||||
|
||||
.actions .views-button-add {
|
||||
background-position: right -39px;
|
||||
}
|
||||
|
||||
.actions .views-button-rearrange {
|
||||
background-position: right -96px;
|
||||
}
|
||||
|
||||
.actions .views-button-add:hover {
|
||||
background-position: right -58px;
|
||||
}
|
||||
|
||||
.actions .views-button-rearrange:hover {
|
||||
background-position: right -115px;
|
||||
}
|
||||
|
||||
.actions .views-button-add:active {
|
||||
background-position: right -77px;
|
||||
}
|
||||
|
||||
.actions .views-button-rearrange:active {
|
||||
background-position: right -134px;
|
||||
}
|
||||
|
||||
.views-displays .icon-add {
|
||||
background-position: right -3px;
|
||||
}
|
||||
|
||||
.views-displays .secondary a:hover > .icon-add {
|
||||
background-position: right -21px;
|
||||
}
|
||||
|
||||
.views-displays .secondary .open a:hover > .icon-add {
|
||||
background-position: right -3px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Forms */
|
||||
|
||||
.form-submit + .form-submit,
|
||||
.views-admin a.button + a.button {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.container-inline > * + *,
|
||||
.container-inline .fieldset-wrapper > * + * {
|
||||
padding-left: 0;
|
||||
padding-right: 4pt;
|
||||
}
|
||||
|
||||
.views-admin .form-type-checkbox + .form-wrapper {
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Lists */
|
||||
|
||||
.horizontal > * + * {
|
||||
margin-right: 9px;
|
||||
padding-right: 9px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group Attachments */
|
||||
|
||||
.views-displays .secondary {
|
||||
padding: 6px 8px 8px;
|
||||
}
|
||||
|
||||
.views-displays .views-display-top > ul > li + li {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.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 {
|
||||
padding-right: 25px;
|
||||
}
|
||||
|
||||
/* @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 {
|
||||
margin-left: 2%;
|
||||
}
|
||||
|
||||
.views-ui-dialog #views-progress-indicator {
|
||||
left: 10px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @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 {
|
||||
padding-right: 21px;
|
||||
}
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @end */
|
1083
sites/all/modules/views/css/views-admin.theme.css
Normal file
1083
sites/all/modules/views/css/views-admin.theme.css
Normal file
File diff suppressed because it is too large
Load Diff
5
sites/all/modules/views/css/views-rtl.css
Normal file
5
sites/all/modules/views/css/views-rtl.css
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
.views-exposed-form .views-exposed-widget {
|
||||
float: right; /* RTL */
|
||||
padding: .5em 1em 0 0; /* RTL */
|
||||
}
|
42
sites/all/modules/views/css/views.css
Normal file
42
sites/all/modules/views/css/views.css
Normal file
@@ -0,0 +1,42 @@
|
||||
.views-exposed-form .views-exposed-widget {
|
||||
float: left; /* LTR */
|
||||
padding: .5em 1em 0 0; /* LTR */
|
||||
}
|
||||
|
||||
.views-exposed-form .views-exposed-widget .form-submit {
|
||||
margin-top: 1.6em;
|
||||
}
|
||||
|
||||
.views-exposed-form .form-item,
|
||||
.views-exposed-form .form-submit {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.views-exposed-form label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.views-exposed-widgets {
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
/* table style column align */
|
||||
.views-align-left {
|
||||
text-align: left;
|
||||
}
|
||||
.views-align-right {
|
||||
text-align: right;
|
||||
}
|
||||
.views-align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Remove the border on tbody that system puts in */
|
||||
.views-view-grid tbody {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.view .progress-disabled {
|
||||
float: none;
|
||||
}
|
Reference in New Issue
Block a user