You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2018/09/13 02:31:43 UTC

[sling-org-apache-sling-app-cms] branch master updated (36cc0ef -> 3b46e9e)

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git.


    from 36cc0ef  Cleaning up some JavaDoc issues in the API
     new 4e5861e  FIxing the gradient to display full height
     new 3b46e9e  Fixing where the search button wasn't appearing for the pathfield

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ui/src/main/frontend/src/scss/cms.scss                                  | 2 +-
 .../jcr_root/libs/sling-cms/components/editor/fields/path/path.jsp      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[sling-org-apache-sling-app-cms] 02/02: Fixing where the search button wasn't appearing for the pathfield

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 3b46e9ef44aa5eac22f53b22dcc35c9d43446fe6
Author: Dan Klco <dk...@apache.org>
AuthorDate: Wed Sep 12 22:31:35 2018 -0400

    Fixing where the search button wasn't appearing for the pathfield
---
 .../jcr_root/libs/sling-cms/components/editor/fields/path/path.jsp      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/path/path.jsp b/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/path/path.jsp
index 6d9ea39..cc3c2c4 100644
--- a/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/path/path.jsp
+++ b/ui/src/main/resources/jcr_root/libs/sling-cms/components/editor/fields/path/path.jsp
@@ -50,7 +50,7 @@
               <input class="input pathfield" type="text" name="${properties.name}" value="${editProperties[properties.name]}" ${required} ${disabled} data-type="${properties.type}" data-base="${properties.basePath}" autocomplete="off" />
           </div>
           <div class="control">
-              <a href="/cms/shared/search.html" class="Button Fetch-Modal Search-Button" data-title="Search" data-path=".Main-Content > *">
+              <a href="/cms/shared/search.html" class="button Fetch-Modal Search-Button" data-title="Search" data-path=".Main-Content > *">
                   <span class="jam jam-search"></span>
               </a>
           </div>


[sling-org-apache-sling-app-cms] 01/02: FIxing the gradient to display full height

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 4e5861eb8cd4e777ec936a81d99d3a8710f1f097
Author: Dan Klco <dk...@apache.org>
AuthorDate: Wed Sep 12 22:31:16 2018 -0400

    FIxing the gradient to display full height
---
 ui/src/main/frontend/src/scss/cms.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/main/frontend/src/scss/cms.scss b/ui/src/main/frontend/src/scss/cms.scss
index e7eb656..7d2c848 100644
--- a/ui/src/main/frontend/src/scss/cms.scss
+++ b/ui/src/main/frontend/src/scss/cms.scss
@@ -22,7 +22,7 @@
 @import "../../node_modules/bulma/bulma.sass";
 @import "../../node_modules/datatables-bulma/css/dataTables.bulma.css";
 body.cms {
-	min-height: 100vmin;
+	min-height: 100vh;
 	@media screen and (min-width: $tablet), print {
 		background: url(../img/gradient.jpg) no-repeat;
 		background-attachment: fixed;