Skip to content

Commit

Permalink
Merge branch 'master' into 41951-checkbox-show-property-status-in-uni…
Browse files Browse the repository at this point in the history
…t-lists
  • Loading branch information
dai-eastgate committed Apr 4, 2024
2 parents 15e942f + 25f5a3f commit 230d5b9
Show file tree
Hide file tree
Showing 69 changed files with 2,673 additions and 433 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require-dev": {
"phpunit/phpunit": "^9.6",
"phpstan/phpstan": "*",
"php-coveralls/php-coveralls": "^2.6",
"php-coveralls/php-coveralls": "^2.7",
"symfony/process": "^5.4",
"phpcompatibility/php-compatibility": "*",
"wp-cli/i18n-command": "*",
Expand Down
474 changes: 239 additions & 235 deletions composer.lock

Large diffs are not rendered by default.

95 changes: 95 additions & 0 deletions css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,101 @@ body #post-head-content p.wp-clearfix:nth-child(1) {
margin: 10px;
}

.oo-poststuff .custom-input-field .field-item-detail {
margin-left: 5px;
}

.oo-search-field {
width: 100%;
float: left;
}

.oo-search-field .input-search{
width: 100%;
padding: 7px 15px;
border-radius: 0;
margin-bottom: 7px;
}

.oo-search-field .field-lists {
display: none;
width: 100%;
position: absolute;
z-index: 999;
left: -1px;
background-color: white;
margin-top: 2px;
box-sizing: content-box;
border: 1px solid #c3c4c7;
border-top: none;
border-bottom: 2px solid #747474;
box-shadow: 0 12px 6px #00000014;
}

.oo-search-field .field-lists .line-bottom-content {
margin: 15px 14px 0;
border-bottom: 1px solid #c3c4c7;
}

.oo-search-field .field-lists .search-field-list {
width: 100%;
overflow-y: auto;
max-height: 217px;
}

.oo-search-field .ui-sortable-handle {
border-bottom: 1px solid #c3c4c7;
}

.oo-search-field .field-lists .search-field-list .search-field-item {
cursor: pointer;
padding: 2px 8px;
margin: 2px;
list-style-type: none;
background-color: white;
box-sizing: border-box;
}

.oo-search-field .field-lists .search-field-list .search-field-item:hover {
background-color: #ddd;
}

.oo-search-field .field-lists .search-field-list .field-item {
display: flex;
align-items: center;
}

.oo-search-field .field-lists .search-field-list .field-item-detail .field-item-detail-category {
margin: 0 0 0 5px;
font-size: 12px;
}

.oo-search-field .field-lists .search-field-list .field-item-detail .field-item-detail-name {
margin: 0 0 0 5px;
font-size: 14px;
display: block;
font-weight: 600;
}

.oo-search-field .field-lists .search-field-list .action-remove {
color: #ff000091;
}

.oo-search-field .box-search {
position: relative;
display: inline-block;
width: 100%;
}

.oo-search-field .box-search .clear-icon {
position: absolute;
top: 38%;
font-size: 27px;
right: 20px;
transform: translateY(-50%);
cursor: pointer;
}

@media only screen and (max-width: 1365px) {
.block-publish .postbox-header {
display: none;
Expand Down
7 changes: 6 additions & 1 deletion css/onoffice-multiselect.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@

.onoffice-multiselect-popup > input[type=button] {
margin-top: 10px;
}
}

.select2-dropdown.select2-dropdown--below,
.select2-dropdown.select2-dropdown--above {
margin-top: 32px;
}
2 changes: 1 addition & 1 deletion dist/admin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 230d5b9

Please sign in to comment.