Skip to content

Commit

Permalink
Layout fix for Touch UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Henrique Alves Lima committed Apr 22, 2017
1 parent c2634d1 commit d35d9bb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder"
categories="[samples-shared-menu.contentpage]"/>
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,2 @@

style.css
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,3 @@
.page__topnav .new.section {
display: none; /* remove extra spaces from Touch UI (iparsys included with wcmmode=disabled) */
}
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" <jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:ClientLibraryFolder" jcr:primaryType="cq:ClientLibraryFolder"
categories="[samples-shared-menu.all]" categories="[samples-shared-menu.all]"
embed="[samples-shared-menu.site,samples-shared-menu.page,samples-shared-menu.topnav,samples-shared-menu.colctrl,samples-shared-menu.textimage]"/> embed="[samples-shared-menu.site,samples-shared-menu.page,samples-shared-menu.contentpage,samples-shared-menu.topnav,samples-shared-menu.colctrl,samples-shared-menu.textimage]"/>

0 comments on commit d35d9bb

Please sign in to comment.