diff --git a/gui/app/pods/setup/template.hbs b/gui/app/pods/setup/template.hbs index b185f295..80acf30b 100644 --- a/gui/app/pods/setup/template.hbs +++ b/gui/app/pods/setup/template.hbs @@ -1,6 +1,8 @@ -
-
-
+{{ui/ui-spacer size=700}} + +
+
+
Documize
@@ -8,7 +10,7 @@ Setup new database
-
+
{{setup/documize-setup model=model save=(action "save")}}
diff --git a/gui/app/styles/core/bootstrap.scss b/gui/app/styles/core/bootstrap.scss index 8e73cc79..d70abc2a 100644 --- a/gui/app/styles/core/bootstrap.scss +++ b/gui/app/styles/core/bootstrap.scss @@ -93,7 +93,7 @@ $link-hover-decoration: none; // Optional @import "node_modules/bootstrap/scss/reboot"; -@import "node_modules/bootstrap/scss/grid"; +// @import "node_modules/bootstrap/scss/grid"; // @import "node_modules/bootstrap/scss/buttons"; // @import "node_modules/bootstrap/scss/button-group"; @import "node_modules/bootstrap/scss/forms"; diff --git a/gui/app/styles/core/print.scss b/gui/app/styles/core/print.scss index 77fcbf9f..4b505003 100644 --- a/gui/app/styles/core/print.scss +++ b/gui/app/styles/core/print.scss @@ -47,19 +47,10 @@ } .non-printable, - header, - footer, - .tabnav-control, - .document-toolbar, - .document-toc, - .tabnav-control, - #nav-bar, + .no-print, + .master-sidebar-container .page-toolbar, .start-section, - .start-button, - #top-bar, - #sidebar, - #sub-nav, .new-section-wizard { float: none !important; display: none !important; @@ -111,20 +102,7 @@ color: #000000 !important; } - .container { - width: auto !important; - min-width: 100% !important; - margin: 0 !important; - padding: 0 !important; - } - - - [class*="col-"] { - float: left !important; - width: 100% !important; - } - - .layout-body, .layout-content { + .master-content { padding: 0 !important; margin: 0 !important; display: block !important; diff --git a/gui/app/styles/core/view/customize.scss b/gui/app/styles/core/view/customize.scss index 54db2f74..88333a92 100644 --- a/gui/app/styles/core/view/customize.scss +++ b/gui/app/styles/core/view/customize.scss @@ -179,12 +179,15 @@ margin: 10px 0; > .group-name { + display: inline-block; color: map-get($gray-shades, 800); font-size: 1rem; + font-weight: 500; > .group-purpose { color: map-get($gray-shades, 700); font-size: 0.9rem; + font-weight: 400; } } } diff --git a/gui/app/styles/core/view/document/section-editor.scss b/gui/app/styles/core/view/document/section-editor.scss index 15b2f5df..efcbebc1 100644 --- a/gui/app/styles/core/view/document/section-editor.scss +++ b/gui/app/styles/core/view/document/section-editor.scss @@ -9,6 +9,21 @@ .content-linker-modal-container { height: 500px; overflow-y: auto; + padding: 20px; + + > p { + color: map-get($gray-shades, 800); + font-size: 1.1rem; + font-weight: 400; + margin: 1.5rem 0 0.7rem 0; + } + + > .nothing { + color: map-get($red-shades, 700); + font-size: 1.1rem; + font-weight: 400; + margin: 0; + } .dicon { margin-right: 5px; diff --git a/gui/app/styles/core/widget/widget-tabnav.scss b/gui/app/styles/core/widget/widget-tabnav.scss index 0676b762..6a0e493f 100644 --- a/gui/app/styles/core/widget/widget-tabnav.scss +++ b/gui/app/styles/core/widget/widget-tabnav.scss @@ -8,9 +8,8 @@ display: inline-block; margin: 0; padding: 5px 15px; - background-color: $color-white; - color: $theme-500; - border: 1px solid map-get($gray-shades, 300); + background-color: map-get($gray-shades, 100); + border: 1px solid map-get($gray-shades, 200); font-weight: 500; font-size: 1.1rem; text-align: center; @@ -29,7 +28,7 @@ } &:hover { - background-color: $theme-100; + background-color: map-get($gray-shades, 200); } } @@ -47,8 +46,9 @@ } > .selected { - background-color: $theme-100; - font-weight: 700; + color: map-get($yellow-shades, 700); + background-color: map-get($yellow-shades, 100); + font-weight: 500; } } diff --git a/gui/app/templates/components/customize/user-list.hbs b/gui/app/templates/components/customize/user-list.hbs index 713d90f1..c18afb4b 100644 --- a/gui/app/templates/components/customize/user-list.hbs +++ b/gui/app/templates/components/customize/user-list.hbs @@ -188,22 +188,16 @@ {{input id="edit-email" type="text" class="form-control" value=editUser.email}}
{{#if isAuthProviderDocumize}} -
-
-
- - {{input id="edit-password" type="password" class="form-control" value=password.password}} - Optional new password -
+
+ + {{input id="edit-password" type="password" class="form-control" value=password.password}} + Optional new password
-
-
- - {{input id="edit-confirmPassword" type="password" class="form-control" value=password.confirmation}} - Confirm new password -
+
+ + {{input id="edit-confirmPassword" type="password" class="form-control" value=password.confirmation}} + Confirm new password
-
{{/if}}
@@ -236,26 +230,36 @@