Skip to content

Commit

Permalink
Added functionality to Save and Load Post Lists
Browse files Browse the repository at this point in the history
* Additional changes to Admin Page for 0.4 Advanced-Post-List#75
* Changed 'Required Taxonomies' to 1 checkbox per Post Type Advanced-Post-List#13
* Admin database functionality after separating PresetObj to Post List &
Design objects. Advanced-Post-List#9 Advanced-Post-List#79
* Additional Extension Support and Hooks Advanced-Post-List#56
* Additional Internalization Advanced-Post-List#6
  • Loading branch information
EkoJR committed Jul 5, 2017
1 parent 71db7b7 commit 928d041
Show file tree
Hide file tree
Showing 12 changed files with 1,403 additions and 456 deletions.
406 changes: 373 additions & 33 deletions admin/class-apl-admin.php

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion admin/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
width: 20%;
}

.apl-filter-post-type {}

.apl-filter-post-tax-query {
float: left;
width: 80%;
Expand All @@ -51,6 +53,10 @@
margin: initial;
}

.apl-chk-req-taxonomies {
border-bottom: 1px solid #23282d
}

.apl-tabs-post-type-taxonomies > ul {
min-height: 22px;
}
Expand Down Expand Up @@ -103,11 +109,15 @@
width: 65%;
}

.apl-amount-alt {
.apl-posts_per_page-alt {
height: 27px;
padding-top: 15px;
}

.apl-slider-handle-posts_per_page {
z-index: 0 !important;
}

apl-filter-field-right-row > input {
float: right;
}
Expand Down
Loading

0 comments on commit 928d041

Please sign in to comment.