X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fbase%2Fnavigation.less;h=60874ab6c03deae035f0708d57515edf3458b1c8;hp=1ca1d24e12e9edc045bc643406e46552c1babdbc;hb=7967465800f4235b769e7151d5986ca92fc2a0ff;hpb=de5db62e28514298e5e7b776249fe5a90a14a8d6 diff --git a/src/main/webapp/less/base/navigation.less b/src/main/webapp/less/base/navigation.less index 1ca1d24e..60874ab6 100644 --- a/src/main/webapp/less/base/navigation.less +++ b/src/main/webapp/less/base/navigation.less @@ -1,15 +1,14 @@ h2.nav { - padding-bottom: .3em; - border-bottom: 1px solid @normal; } #menu, #submenu { - font-family: 'BPreplay', Helvetica, Arial, sans-serif; - font-weight: bold; + .bpreplay; 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 @@ -40,13 +39,13 @@ h2.nav #breadcrumb { - font-family: 'BPreplay', Helvetica, Arial, sans-serif; - font-weight: bold; + .bpreplay; color: @normal; } #breadcrumb strong.b.title { float: left; + margin: 0 0.5em 0 0; } #breadcrumb ol.b { @@ -58,9 +57,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; @@ -78,12 +85,15 @@ h2.nav #breadcrumb a.hide { position: static; - float: right; - white-space: nowrap; } -#breadcrumb div.b +#breadcrumb a.hide:before +{ + content: ""; + display: table; + clear: both; +} +#breadcrumb hr.b { - height: 1px; /** Sonst greift das "clear" nicht unter IE6 */ clear: both; }