update drupal
This commit is contained in:
@@ -291,3 +291,15 @@ input[type=radio]:disabled:hover {
|
||||
cursor: default;
|
||||
/*cursor: not-allowed;*/
|
||||
}
|
||||
|
||||
span.marker {
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
background: #f5f5f5;
|
||||
padding: 0 7px;
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
color: #7cbc48;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
z-index: 1260;
|
||||
padding: 0;
|
||||
animation: fade 0.4s;
|
||||
z-index: 9999999;
|
||||
}
|
||||
|
||||
.ui-dialog.media-library-widget-modal,
|
||||
|
||||
@@ -12,7 +12,7 @@ fieldset:not(.fieldgroup) {
|
||||
border: none;
|
||||
margin: 0 0 20px 0;
|
||||
padding: 55px 20px 20px 20px;
|
||||
min-width: 0;
|
||||
min-width: fit-content;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -345,7 +345,7 @@ table .form-type-checkbox .dummy-checkbox {
|
||||
border: 1px solid #d1d1d1;
|
||||
color: #333;
|
||||
background: #fcfcfa;
|
||||
min-height: 40px;
|
||||
min-height: 44px;
|
||||
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
|
||||
transition: border linear 0.2s, box-shadow linear 0.2s;
|
||||
appearance: none;
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form--inline [data-drupal-selector^="edit-items-"] {
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
|
||||
.form--inline .form-item {
|
||||
float: left; /* LTR */
|
||||
margin-right: 0; /* LTR */
|
||||
|
||||
@@ -45,6 +45,12 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.cron-description__run-cron a {
|
||||
background-color: #e29700;
|
||||
border-color: #e29700;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.system-status-report__entry--checked strong,
|
||||
.system-status-report__entry--checked a {
|
||||
color: #73b355;
|
||||
|
||||
@@ -227,3 +227,16 @@ td.menu-label {
|
||||
min-width: 150px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table.field-multiple-table tr.draggable td.field-multiple-drag {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
table tr.draggable td div.form--inline {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* entityqueue */
|
||||
.field--widget-entityqueue-dragtable table tr.draggable td div.form--inline > div {
|
||||
margin-right: auto;
|
||||
}
|
||||
@@ -11,12 +11,12 @@
|
||||
}
|
||||
|
||||
.form--inline.webform-ui-element-form-inline--input .form-item {
|
||||
min-width: 150px;
|
||||
min-width: 170px;
|
||||
flex-basis: 45%;
|
||||
}
|
||||
|
||||
.form--inline.webform-ui-element-form-inline--input .form-item select {
|
||||
min-width: 150px;
|
||||
min-width: 170px;
|
||||
}
|
||||
|
||||
.webform-ui-element-form .form-actions {
|
||||
|
||||
@@ -323,7 +323,7 @@ regions:
|
||||
icon: images/mediteran.svg
|
||||
screenshot: images/mediteran.png
|
||||
|
||||
# Information added by Drupal.org packaging script on 2020-07-12
|
||||
version: '8.x-1.11'
|
||||
# Information added by Drupal.org packaging script on 2020-10-05
|
||||
version: '8.x-1.13'
|
||||
project: 'mediteran'
|
||||
datestamp: 1594537824
|
||||
datestamp: 1601900609
|
||||
|
||||
Reference in New Issue
Block a user