Updated assets and version for v0.21 release
This commit is contained in:
parent
9a7fecd269
commit
bab99a26ec
File diff suppressed because one or more lines are too long
|
@ -1250,6 +1250,7 @@ div[class^="col-"] img {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
|
flex-grow: 0;
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
padding-right: 6px; }
|
padding-right: 6px; }
|
||||||
.card.drag-card .handle:hover, .card.drag-card .drag-card-action:hover {
|
.card.drag-card .handle:hover, .card.drag-card .drag-card-action:hover {
|
||||||
|
@ -1257,7 +1258,8 @@ div[class^="col-"] img {
|
||||||
.card.drag-card .handle .svg-icon, .card.drag-card .drag-card-action .svg-icon {
|
.card.drag-card .handle .svg-icon, .card.drag-card .drag-card-action .svg-icon {
|
||||||
margin-right: 0px; }
|
margin-right: 0px; }
|
||||||
.card.drag-card > div .outline input {
|
.card.drag-card > div .outline input {
|
||||||
margin: 12px 0; }
|
margin: 12px 0;
|
||||||
|
width: 100%; }
|
||||||
.card.drag-card > div.padded {
|
.card.drag-card > div.padded {
|
||||||
padding: 12px 0 !important; }
|
padding: 12px 0 !important; }
|
||||||
.card.drag-card .handle {
|
.card.drag-card .handle {
|
||||||
|
@ -1268,7 +1270,8 @@ div[class^="col-"] img {
|
||||||
bottom: 0; }
|
bottom: 0; }
|
||||||
.card.drag-card > div {
|
.card.drag-card > div {
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
max-width: 80%; }
|
max-width: 80%;
|
||||||
|
flex: 1; }
|
||||||
|
|
||||||
.well {
|
.well {
|
||||||
background-color: #F8F8F8;
|
background-color: #F8F8F8;
|
||||||
|
@ -1472,6 +1475,8 @@ input:checked + .toggle-switch {
|
||||||
.form-group[collapsible].open .collapse-title label:before {
|
.form-group[collapsible].open .collapse-title label:before {
|
||||||
-webkit-transform: rotate(90deg);
|
-webkit-transform: rotate(90deg);
|
||||||
transform: rotate(90deg); }
|
transform: rotate(90deg); }
|
||||||
|
.form-group[collapsible] + .form-group[collapsible] {
|
||||||
|
margin-top: -13px; }
|
||||||
|
|
||||||
.inline-input-style, .title-input input[type="text"], .description-input textarea {
|
.inline-input-style, .title-input input[type="text"], .description-input textarea {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -2156,6 +2161,10 @@ ul.pagination {
|
||||||
.page-editor .edit-area {
|
.page-editor .edit-area {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
flex-direction: column; }
|
flex-direction: column; }
|
||||||
|
.page-editor .mce-tinymce {
|
||||||
|
box-shadow: none; }
|
||||||
|
.page-editor .mce-top-part::before {
|
||||||
|
box-shadow: none; }
|
||||||
|
|
||||||
.draft-notification {
|
.draft-notification {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
@ -2412,6 +2421,10 @@ ul.pagination {
|
||||||
.comment-editor .CodeMirror, .comment-editor .CodeMirror-scroll {
|
.comment-editor .CodeMirror, .comment-editor .CodeMirror-scroll {
|
||||||
min-height: 175px; }
|
min-height: 175px; }
|
||||||
|
|
||||||
|
/* FIXME - Ugly hack to modify the media plugin for TinyMCE */
|
||||||
|
.mce-floatpanel[aria-label="Insert/edit media"] .mce-open {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'DejaVu Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Roboto", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }
|
font-family: 'DejaVu Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Roboto", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }
|
||||||
|
|
||||||
|
|
|
@ -1287,6 +1287,7 @@ div[class^="col-"] img {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
|
flex-grow: 0;
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
padding-right: 6px; }
|
padding-right: 6px; }
|
||||||
.card.drag-card .handle:hover, .card.drag-card .drag-card-action:hover {
|
.card.drag-card .handle:hover, .card.drag-card .drag-card-action:hover {
|
||||||
|
@ -1294,7 +1295,8 @@ div[class^="col-"] img {
|
||||||
.card.drag-card .handle .svg-icon, .card.drag-card .drag-card-action .svg-icon {
|
.card.drag-card .handle .svg-icon, .card.drag-card .drag-card-action .svg-icon {
|
||||||
margin-right: 0px; }
|
margin-right: 0px; }
|
||||||
.card.drag-card > div .outline input {
|
.card.drag-card > div .outline input {
|
||||||
margin: 12px 0; }
|
margin: 12px 0;
|
||||||
|
width: 100%; }
|
||||||
.card.drag-card > div.padded {
|
.card.drag-card > div.padded {
|
||||||
padding: 12px 0 !important; }
|
padding: 12px 0 !important; }
|
||||||
.card.drag-card .handle {
|
.card.drag-card .handle {
|
||||||
|
@ -1305,7 +1307,8 @@ div[class^="col-"] img {
|
||||||
bottom: 0; }
|
bottom: 0; }
|
||||||
.card.drag-card > div {
|
.card.drag-card > div {
|
||||||
padding: 0 12px;
|
padding: 0 12px;
|
||||||
max-width: 80%; }
|
max-width: 80%;
|
||||||
|
flex: 1; }
|
||||||
|
|
||||||
.well {
|
.well {
|
||||||
background-color: #F8F8F8;
|
background-color: #F8F8F8;
|
||||||
|
@ -1776,6 +1779,8 @@ input:checked + .toggle-switch {
|
||||||
.form-group[collapsible].open .collapse-title label:before {
|
.form-group[collapsible].open .collapse-title label:before {
|
||||||
-webkit-transform: rotate(90deg);
|
-webkit-transform: rotate(90deg);
|
||||||
transform: rotate(90deg); }
|
transform: rotate(90deg); }
|
||||||
|
.form-group[collapsible] + .form-group[collapsible] {
|
||||||
|
margin-top: -13px; }
|
||||||
|
|
||||||
.inline-input-style, .title-input input[type="text"], .description-input textarea {
|
.inline-input-style, .title-input input[type="text"], .description-input textarea {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -3117,6 +3122,9 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
|
||||||
.comment-box .header .text-muted {
|
.comment-box .header .text-muted {
|
||||||
color: #999; }
|
color: #999; }
|
||||||
|
|
||||||
|
#tag-manager .drag-card {
|
||||||
|
max-width: 500px; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Includes the main navigation header and the faded toolbar.
|
* Includes the main navigation header and the faded toolbar.
|
||||||
*/
|
*/
|
||||||
|
@ -3687,6 +3695,10 @@ ul.pagination {
|
||||||
.page-editor .edit-area {
|
.page-editor .edit-area {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
flex-direction: column; }
|
flex-direction: column; }
|
||||||
|
.page-editor .mce-tinymce {
|
||||||
|
box-shadow: none; }
|
||||||
|
.page-editor .mce-top-part::before {
|
||||||
|
box-shadow: none; }
|
||||||
|
|
||||||
.draft-notification {
|
.draft-notification {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
@ -3943,6 +3955,10 @@ ul.pagination {
|
||||||
.comment-editor .CodeMirror, .comment-editor .CodeMirror-scroll {
|
.comment-editor .CodeMirror, .comment-editor .CodeMirror-scroll {
|
||||||
min-height: 175px; }
|
min-height: 175px; }
|
||||||
|
|
||||||
|
/* FIXME - Ugly hack to modify the media plugin for TinyMCE */
|
||||||
|
.mce-floatpanel[aria-label="Insert/edit media"] .mce-open {
|
||||||
|
display: none; }
|
||||||
|
|
||||||
[v-cloak] {
|
[v-cloak] {
|
||||||
display: none;
|
display: none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
Loading…
Reference in New Issue