X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Fnavigation.less;h=58ef0a2a4d1c555d0199e8b5e17ab1cf60a41e00;hp=1ca1d24e12e9edc045bc643406e46552c1babdbc;hb=136db10a69e7fbfd778a17bd269cd26166939348;hpb=7a8daa5c1039a23a04c6d48f3c430a82af8fec7b diff --git a/src/main/webapp/less/base/navigation.less b/src/main/webapp/less/base/navigation.less index 1ca1d24e..58ef0a2a 100644 --- a/src/main/webapp/less/base/navigation.less +++ b/src/main/webapp/less/base/navigation.less @@ -1,7 +1,5 @@ h2.nav { - padding-bottom: .3em; - border-bottom: 1px solid @normal; } #menu, #submenu @@ -9,7 +7,9 @@ h2.nav font-family: 'BPreplay', Helvetica, Arial, sans-serif; font-weight: bold; color: @normal; - margin: 1em 0 2em 0; + margin: .5em 0 1.5em 0; + padding: 0.25em 0.25em 0.25em 1.5em; + border: 1px solid @normal; } #menu li.m, #submenu li.s @@ -47,6 +47,7 @@ h2.nav #breadcrumb strong.b.title { float: left; + margin: 0 0.5em .6em 0; } #breadcrumb ol.b { @@ -58,9 +59,17 @@ h2.nav #breadcrumb ol.b li.b { float: left; - margin: 0 0 0 1em; + margin: 0 0 0.5em 0.5em; padding: 0; } +#breadcrumb ol.b li.b:before +{ + content: '> '; +} +#breadcrumb ol.b li.b:first-child:before +{ + content: ''; +} #breadcrumb ol.b li.b strong.b { border-bottom: 1px solid @normal; @@ -79,6 +88,7 @@ h2.nav { position: static; float: right; + margin: 0 0 0 2em; white-space: nowrap; } #breadcrumb div.b