Mehr Platz unter Kopfbereich
authorKai Moritz <kai@juplo.de>
Tue, 11 Mar 2014 14:11:37 +0000 (15:11 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 19 Jan 2016 16:45:42 +0000 (17:45 +0100)
src/main/webapp/WEB-INF/views/test/breadcrumb.jsp [new file with mode: 0644]
src/main/webapp/less/phone/layout.less
src/main/webapp/less/phone/typo.less
src/main/webapp/less/screen/layout.less
src/main/webapp/less/screen/typo.less
src/main/webapp/less/tablet/layout.less
src/main/webapp/less/tiny/layout.less

diff --git a/src/main/webapp/WEB-INF/views/test/breadcrumb.jsp b/src/main/webapp/WEB-INF/views/test/breadcrumb.jsp
new file mode 100644 (file)
index 0000000..786c773
--- /dev/null
@@ -0,0 +1,12 @@
+<%@page contentType="text/html;charset=UTF-8"%>
+<%@page pageEncoding="UTF-8"%>
+<%@page session="false" %>
+<%@taglib uri="http://tiles.apache.org/tags-tiles" prefix="t" %>
+<t:insertDefinition name="test">
+  <t:putAttribute name="title" value="Seite mit sehr langem Breadcrumb" type="string" cascade="true"/>
+  <t:putAttribute name="breadcrumb" type="string">
+    <li class="b"><a class="b" href="${base}index.html">Home</a></li>
+    <li class="b"><a class="b" href="${base}blog.html">Blog</a></li>
+    <li class="b"><strong class="b">Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources</strong></li>
+  </t:putAttribute>
+</t:insertDefinition>
index 405aa5f..f2c4a23 100644 (file)
@@ -21,7 +21,6 @@ body
 .menu .content > .main
 {
   border-top-style: none;
 .menu .content > .main
 {
   border-top-style: none;
-  margin-top: -.4375em; /** -8px + 1px (für den entfernten Rahmen) -- nur damit es exakt so positioniert ist, wie im Tablet-Layout */
 }
 
 
 }
 
 
@@ -30,7 +29,7 @@ body
 
 #header
 {
 
 #header
 {
-  margin: .5em 1em 0 1.25em;
+  margin: .5em 1em 1em 1.25em;
 }
 #header > hr.h
 {
 }
 #header > hr.h
 {
index ba61db5..109c47c 100644 (file)
@@ -1,4 +1,5 @@
 h1
 {
   font-size: 150%; /** 24 px */
 h1
 {
   font-size: 150%; /** 24 px */
+  margin-top: 0;
 }
 }
index 97d0fbb..eb79a80 100644 (file)
@@ -53,6 +53,7 @@ body
 #header
 {
   margin-left: -2.125em;
 #header
 {
   margin-left: -2.125em;
+  padding-bottom: 2em;
 }
 #header > hr.h
 {
 }
 #header > hr.h
 {
@@ -77,7 +78,7 @@ body
 {
   position: relative;
   width: 200%;
 {
   position: relative;
   width: 200%;
-  top: -7em; /** 112px */
+  top: -9em; /** 136px */
   right: 100%;
   text-align: right;
   list-style-type: none;
   right: 100%;
   text-align: right;
   list-style-type: none;
@@ -87,7 +88,7 @@ body
 }
 .nomenu #menu
 {
 }
 .nomenu #menu
 {
-  top: -9em; /** 2em mehr wegen 2em margin-top der Marginalspalte auf .nomenu-Seiten */
+  top: -11em; /** 2em mehr wegen 2em margin-top der Marginalspalte auf .nomenu-Seiten */
 }
 #menu > li.m
 {
 }
 #menu > li.m
 {
index 1a1b226..7ee77c0 100644 (file)
@@ -4,4 +4,5 @@ h1
   /** line-height: 1em;  ** 30px */
   /** padding: 0 0 .4em 0; ** 0 0 12px 0 */
   /** margin: 1em 0 .3em 0; ** 30px 0 9px 0 */
   /** line-height: 1em;  ** 30px */
   /** padding: 0 0 .4em 0; ** 0 0 12px 0 */
   /** margin: 1em 0 .3em 0; ** 30px 0 9px 0 */
+  margin-top: 0;
 }
 }
index 9e5c2df..44ab7d5 100644 (file)
@@ -80,16 +80,16 @@ body
 
 #header
 {
 
 #header
 {
-  padding: 1em 3em 0 5em;
+  padding: 1em 3em 2em 5em;
   @media (max-width: @maxsmalltablet)
   {
     margin-left: -1.5em;
   @media (max-width: @maxsmalltablet)
   {
     margin-left: -1.5em;
-    padding: .5em 2em 0 3em;
+    padding: .5em 2em 2em 3em;
   }
   @media (max-width: @maxsmallertablet)
   {
     margin-left: -1.2em;
   }
   @media (max-width: @maxsmallertablet)
   {
     margin-left: -1.2em;
-    padding: 1em 1em 0 2.5em;
+    padding: 1em 1em 2em 2.5em;
   }
 }
 
   }
 }
 
@@ -128,16 +128,16 @@ body
 {
   position: absolute;
   width: auto;
 {
   position: absolute;
   width: auto;
-  top: -7em;
+  top: -9em;
   right: 3em;
   @media (max-width: @maxsmalltablet)
   {
   right: 3em;
   @media (max-width: @maxsmalltablet)
   {
-    top: -5.7em;
+    top: -7.7em;
     right: 2em;
   }
   @media (max-width: @maxsmallertablet)
   {
     right: 2em;
   }
   @media (max-width: @maxsmallertablet)
   {
-    top: -4.5em;
+    top: -6.5em;
     right: 1em;
   }
 }
     right: 1em;
   }
 }
index 88126ff..dcef10c 100644 (file)
@@ -4,7 +4,7 @@ body
 }
 #header
 {
 }
 #header
 {
-  margin: .25em .5em 0 1em;
+  margin: .25em .5em 1em 1em;
 }
 #nav:target
 {
 }
 #nav:target
 {