update
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 782px) {
|
||||
.gutenberg__editor .edit-post-layout.is-sidebar-opened .edit-post-sidebar {
|
||||
min-width: 350px;
|
||||
}
|
||||
}
|
||||
|
||||
.components-panel__header.edit-post-sidebar__panel-tabs li {
|
||||
flex: 1;
|
||||
}
|
||||
@@ -81,6 +87,13 @@
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
.gutenberg__editor .edit-post-layout .edit-post-sidebar .form-type-radio .form-radio {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 782px) {
|
||||
|
||||
body .gutenberg__editor .edit-post-layout .edit-post-header {
|
||||
@@ -116,7 +129,7 @@
|
||||
}
|
||||
|
||||
.toolbar-horizontal.toolbar-tray-open .interface-interface-skeleton {
|
||||
top: 120px;
|
||||
top: 102px;
|
||||
}
|
||||
|
||||
.edit-post-layout__metaboxes {
|
||||
|
||||
@@ -10,6 +10,23 @@
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.form--inline.webform-ui-element-form-inline--input .form-item {
|
||||
min-width: 150px;
|
||||
flex-basis: 45%;
|
||||
}
|
||||
|
||||
.form--inline.webform-ui-element-form-inline--input .form-item select {
|
||||
min-width: 150px;
|
||||
}
|
||||
|
||||
.webform-ui-element-form .form-actions {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.webform-ui-element-form .form-actions input {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.webform-contribute-community-info {
|
||||
display: inline-block;
|
||||
border-radius: 0;
|
||||
@@ -38,6 +55,7 @@
|
||||
.form--inline.webform-ui-element-form-inline--input .form-item input[type="text"],
|
||||
.form--inline.webform-ui-element-form-inline--input .form-item input[type="number"] {
|
||||
width: 100%;
|
||||
min-width: 170px !important;
|
||||
}
|
||||
|
||||
.button-webform-play {
|
||||
@@ -66,7 +84,7 @@ html.js .webform-message--close .webform-message__link {
|
||||
|
||||
html.js .webform-message--close .messages.messages--promotion_drupal_association .webform-message__link {
|
||||
top: 22px;
|
||||
right: 24px;
|
||||
right: 24px;
|
||||
}
|
||||
|
||||
.webform-multiple-table td.webform-multiple-table--operations {
|
||||
@@ -139,7 +157,7 @@ td.webform-results-table__icon {
|
||||
}
|
||||
|
||||
.button.button-webform-play:before {
|
||||
content: '► ';
|
||||
content: '► ';
|
||||
}
|
||||
|
||||
.ui-dialog-content .webform-ajax-link {
|
||||
|
||||
Reference in New Issue
Block a user