Updated assets for release and incremented version

This commit is contained in:
Dan Brown 2018-09-24 12:18:27 +01:00
parent 9d67efb4a4
commit bf74f53ca7
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
4 changed files with 126 additions and 70 deletions

2
public/dist/app.js vendored

File diff suppressed because one or more lines are too long

View File

@ -252,6 +252,13 @@ p.secondary, p .secondary, span.secondary, .text-secondary {
color: #e27b41; color: #e27b41;
fill: #e27b41; } fill: #e27b41; }
.text-bookshelf {
color: #af5a5a;
fill: #af5a5a; }
.text-bookshelf:hover {
color: #af5a5a;
fill: #af5a5a; }
.text-book { .text-book {
color: #009688; color: #009688;
fill: #009688; } fill: #009688; }
@ -305,6 +312,7 @@ ul, ol {
ul { ul {
padding-left: 20.8px; padding-left: 20.8px;
padding-right: 20.8px;
list-style: disc; } list-style: disc; }
ul ul { ul ul {
list-style: circle; list-style: circle;
@ -315,7 +323,8 @@ ul {
ol { ol {
list-style: decimal; list-style: decimal;
padding-left: 32px; } padding-left: 32px;
padding-right: 32px; }
li.checkbox-item, li.task-list-item { li.checkbox-item, li.task-list-item {
list-style: none; list-style: none;
@ -544,13 +553,40 @@ div[class^="col-"] img {
flex-direction: column; flex-direction: column;
border: 1px solid #ddd; border: 1px solid #ddd;
min-width: 100px; } min-width: 100px; }
.grid-card h2 {
width: 100%;
font-size: 1.5em;
margin: 0 0 10px; }
.grid-card h2 a {
display: block;
width: 100%;
line-height: 1.2;
text-decoration: none; }
.grid-card p {
font-size: .85em;
margin: 0;
line-height: 1.6em; }
.grid-card .grid-card-content { .grid-card .grid-card-content {
flex: 1; } flex: 1;
border-top: 0;
border-bottom-width: 2px; }
.grid-card .grid-card-content, .grid-card .grid-card-footer { .grid-card .grid-card-content, .grid-card .grid-card-footer {
padding: 24px; } padding: 24px; }
.grid-card .grid-card-content + .grid-card-footer { .grid-card .grid-card-content + .grid-card-footer {
padding-top: 0; } padding-top: 0; }
.book-grid-item .grid-card-content h2 a {
color: #009688;
fill: #009688; }
.bookshelf-grid-item .grid-card-content h2 a {
color: #af5a5a;
fill: #af5a5a; }
.book-grid-item .grid-card-footer p.small {
font-size: .8em;
margin: 0; }
@media screen and (max-width: 800px) { @media screen and (max-width: 800px) {
.grid.third { .grid.third {
grid-template-columns: 1fr 1fr; } } grid-template-columns: 1fr 1fr; } }
@ -1613,6 +1649,8 @@ table.table {
text-align: right; } text-align: right; }
table.table .text-center { table.table .text-center {
text-align: center; } text-align: center; }
table.table td.actions {
overflow: visible; }
table.no-style td { table.no-style td {
border: 0; border: 0;
@ -1975,7 +2013,7 @@ header .search-box {
.book-tree .sidebar-page-list .sub-menu { .book-tree .sidebar-page-list .sub-menu {
display: none; display: none;
padding-left: 0; } padding-left: 0; }
.book-tree .sidebar-page-list .sub-menu.open { .book-tree .sidebar-page-list [chapter-toggle].open + .sub-menu {
display: block; } display: block; }
.sortable-page-list, .sortable-page-list ul { .sortable-page-list, .sortable-page-list ul {
@ -2126,18 +2164,22 @@ ul.pagination {
.dropdown-container ul li.padded { .dropdown-container ul li.padded {
padding: 6px 16px; padding: 6px 16px;
line-height: 1.2; } line-height: 1.2; }
.dropdown-container ul a { .dropdown-container ul a, .dropdown-container ul button {
display: block; display: block;
padding: 6px 16px; padding: 6px 16px;
color: #555; color: #555;
fill: #555; } fill: #555;
.dropdown-container ul a:hover { white-space: nowrap; }
.dropdown-container ul a:hover, .dropdown-container ul button:hover {
text-decoration: none; text-decoration: none;
background-color: #EEE; } background-color: #EEE; }
.dropdown-container ul a svg { .dropdown-container ul a svg, .dropdown-container ul button svg {
margin-right: 12px; margin-right: 12px;
display: inline-block; display: inline-block;
width: 16px; } width: 16px; }
.dropdown-container ul button {
width: 100%;
text-align: left; }
.dropdown-container ul li.border-bottom { .dropdown-container ul li.border-bottom {
border-bottom: 1px solid #DDD; } border-bottom: 1px solid #DDD; }
@ -2158,29 +2200,6 @@ ul.pagination {
transform: scale(1.15); transform: scale(1.15);
opacity: .5; } opacity: .5; }
.book-grid-item .grid-card-content {
border-top: 0;
border-bottom-width: 2px; }
.book-grid-item .grid-card-content h2 {
width: 100%;
font-size: 1.5em;
margin: 0 0 10px; }
.book-grid-item .grid-card-content h2 a {
display: block;
width: 100%;
line-height: 1.2;
color: #009688;
fill: #009688;
text-decoration: none; }
.book-grid-item .grid-card-content p {
font-size: .85em;
margin: 0;
line-height: 1.6em; }
.book-grid-item .grid-card-footer p.small {
font-size: .8em;
margin: 0; }
.page-editor { .page-editor {
display: flex; display: flex;
flex-direction: column; flex-direction: column;

113
public/dist/styles.css vendored
View File

@ -289,6 +289,13 @@ p.secondary, p .secondary, span.secondary, .text-secondary {
color: #e27b41; color: #e27b41;
fill: #e27b41; } fill: #e27b41; }
.text-bookshelf {
color: #af5a5a;
fill: #af5a5a; }
.text-bookshelf:hover {
color: #af5a5a;
fill: #af5a5a; }
.text-book { .text-book {
color: #009688; color: #009688;
fill: #009688; } fill: #009688; }
@ -342,6 +349,7 @@ ul, ol {
ul { ul {
padding-left: 20.8px; padding-left: 20.8px;
padding-right: 20.8px;
list-style: disc; } list-style: disc; }
ul ul { ul ul {
list-style: circle; list-style: circle;
@ -352,7 +360,8 @@ ul {
ol { ol {
list-style: decimal; list-style: decimal;
padding-left: 32px; } padding-left: 32px;
padding-right: 32px; }
li.checkbox-item, li.task-list-item { li.checkbox-item, li.task-list-item {
list-style: none; list-style: none;
@ -581,13 +590,40 @@ div[class^="col-"] img {
flex-direction: column; flex-direction: column;
border: 1px solid #ddd; border: 1px solid #ddd;
min-width: 100px; } min-width: 100px; }
.grid-card h2 {
width: 100%;
font-size: 1.5em;
margin: 0 0 10px; }
.grid-card h2 a {
display: block;
width: 100%;
line-height: 1.2;
text-decoration: none; }
.grid-card p {
font-size: .85em;
margin: 0;
line-height: 1.6em; }
.grid-card .grid-card-content { .grid-card .grid-card-content {
flex: 1; } flex: 1;
border-top: 0;
border-bottom-width: 2px; }
.grid-card .grid-card-content, .grid-card .grid-card-footer { .grid-card .grid-card-content, .grid-card .grid-card-footer {
padding: 24px; } padding: 24px; }
.grid-card .grid-card-content + .grid-card-footer { .grid-card .grid-card-content + .grid-card-footer {
padding-top: 0; } padding-top: 0; }
.book-grid-item .grid-card-content h2 a {
color: #009688;
fill: #009688; }
.bookshelf-grid-item .grid-card-content h2 a {
color: #af5a5a;
fill: #af5a5a; }
.book-grid-item .grid-card-footer p.small {
font-size: .8em;
margin: 0; }
@media screen and (max-width: 800px) { @media screen and (max-width: 800px) {
.grid.third { .grid.third {
grid-template-columns: 1fr 1fr; } } grid-template-columns: 1fr 1fr; } }
@ -1604,6 +1640,8 @@ table.table {
text-align: right; } text-align: right; }
table.table .text-center { table.table .text-center {
text-align: center; } text-align: center; }
table.table td.actions {
overflow: visible; }
table.no-style td { table.no-style td {
border: 0; border: 0;
@ -2078,6 +2116,9 @@ div[editor-type="markdown"] .title-input.page-title input[type="text"] {
.page-content.mce-content-body p { .page-content.mce-content-body p {
line-height: 1.6; } line-height: 1.6; }
.mce-colorbtn-trans {
overflow: hidden; }
/* BASICS */ /* BASICS */
.CodeMirror { .CodeMirror {
/* Set height, width, borders, and global font properties here */ /* Set height, width, borders, and global font properties here */
@ -2614,16 +2655,17 @@ span.CodeMirror-selectedtext {
cursor: pointer; cursor: pointer;
fill: #444; fill: #444;
z-index: 5; z-index: 5;
transition: all ease-in 180ms; transition: all ease-in 240ms;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
opacity: 0.7; } opacity: 0;
pointer-events: none; }
.CodeMirror-copy svg { .CodeMirror-copy svg {
transition: -webkit-transform ease-in 180ms; transition: -webkit-transform ease-in 240ms;
transition: transform ease-in 180ms; transition: transform ease-in 240ms;
transition: transform ease-in 180ms, -webkit-transform ease-in 180ms; transition: transform ease-in 240ms, -webkit-transform ease-in 240ms;
-webkit-transform: translateY(0); -webkit-transform: translateY(0);
transform: translateY(0); } transform: translateY(0); }
.CodeMirror-copy.success { .CodeMirror-copy.success {
@ -2638,7 +2680,8 @@ span.CodeMirror-selectedtext {
-moz-user-select: all; -moz-user-select: all;
-ms-user-select: all; -ms-user-select: all;
user-select: all; user-select: all;
opacity: 1; } opacity: 1;
pointer-events: all; }
[notification] { [notification] {
position: fixed; position: fixed;
@ -3563,7 +3606,7 @@ header .search-box {
.book-tree .sidebar-page-list .sub-menu { .book-tree .sidebar-page-list .sub-menu {
display: none; display: none;
padding-left: 0; } padding-left: 0; }
.book-tree .sidebar-page-list .sub-menu.open { .book-tree .sidebar-page-list [chapter-toggle].open + .sub-menu {
display: block; } display: block; }
.sortable-page-list, .sortable-page-list ul { .sortable-page-list, .sortable-page-list ul {
@ -3714,18 +3757,22 @@ ul.pagination {
.dropdown-container ul li.padded { .dropdown-container ul li.padded {
padding: 6px 16px; padding: 6px 16px;
line-height: 1.2; } line-height: 1.2; }
.dropdown-container ul a { .dropdown-container ul a, .dropdown-container ul button {
display: block; display: block;
padding: 6px 16px; padding: 6px 16px;
color: #555; color: #555;
fill: #555; } fill: #555;
.dropdown-container ul a:hover { white-space: nowrap; }
.dropdown-container ul a:hover, .dropdown-container ul button:hover {
text-decoration: none; text-decoration: none;
background-color: #EEE; } background-color: #EEE; }
.dropdown-container ul a svg { .dropdown-container ul a svg, .dropdown-container ul button svg {
margin-right: 12px; margin-right: 12px;
display: inline-block; display: inline-block;
width: 16px; } width: 16px; }
.dropdown-container ul button {
width: 100%;
text-align: left; }
.dropdown-container ul li.border-bottom { .dropdown-container ul li.border-bottom {
border-bottom: 1px solid #DDD; } border-bottom: 1px solid #DDD; }
@ -3746,29 +3793,6 @@ ul.pagination {
transform: scale(1.15); transform: scale(1.15);
opacity: .5; } opacity: .5; }
.book-grid-item .grid-card-content {
border-top: 0;
border-bottom-width: 2px; }
.book-grid-item .grid-card-content h2 {
width: 100%;
font-size: 1.5em;
margin: 0 0 10px; }
.book-grid-item .grid-card-content h2 a {
display: block;
width: 100%;
line-height: 1.2;
color: #009688;
fill: #009688;
text-decoration: none; }
.book-grid-item .grid-card-content p {
font-size: .85em;
margin: 0;
line-height: 1.6em; }
.book-grid-item .grid-card-footer p.small {
font-size: .8em;
margin: 0; }
.page-editor { .page-editor {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -4170,8 +4194,6 @@ body.dragging, body.dragging * {
[back-to-top]:hover { [back-to-top]:hover {
width: 136px; width: 136px;
opacity: 1 !important; } opacity: 1 !important; }
[back-to-top]:hover span {
display: inline-block; }
[back-to-top] .inner { [back-to-top] .inner {
width: 136px; } width: 136px; }
[back-to-top] span { [back-to-top] span {
@ -4228,10 +4250,25 @@ body.dragging, body.dragging * {
background-color: #FFF; background-color: #FFF;
transition: all ease-in-out 120ms; transition: all ease-in-out 120ms;
cursor: pointer; } cursor: pointer; }
.entity-selector.compact {
font-size: 10px; }
.entity-selector.compact .entity-item-snippet {
display: none; }
.entity-list-item.selected h3, .entity-list-item.selected i, .entity-list-item.selected p, .entity-list-item.selected a, .entity-list-item.selected span { .entity-list-item.selected h3, .entity-list-item.selected i, .entity-list-item.selected p, .entity-list-item.selected a, .entity-list-item.selected span {
color: #EEE; } color: #EEE; }
.scroll-box {
max-height: 250px;
overflow-y: scroll;
border: 1px solid #DDD;
border-radius: 3px; }
.scroll-box .scroll-box-item {
padding: 6px 16px;
border-bottom: 1px solid #DDD; }
.scroll-box .scroll-box-item:last-child {
border-bottom: 0; }
.center-box { .center-box {
margin: 48px auto 0 auto; margin: 48px auto 0 auto;
width: 420px; width: 420px;

View File

@ -1 +1 @@
v0.23.2 v0.24.0