12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- .views-edit-view .collapsible > .fieldset-wrapper {
- height: 1%;
- }
- .views-edit-view .views-display-column {
- width: 31.95%;
- }
- .views-edit-view .views-displays {
- height: 1%;
- width: 100%;
- }
- .views-edit-view .views-displays .icon {
- display: block;
- float: left;
- }
- .views-edit-view .views-displays .icon-add {
- top: 2px;
- }
- .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;
- }
- .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;
- }
- .page-admin-structure-views #content .views-display-setting {
- margin-top: 0;
- }
- .page-admin-structure-views #content .form-type-checkbox + .form-wrapper {
- margin-left: 27px !important;
- zoom: 1;
- }
|