From: Ciro Scognamiglio Date: Fri, 4 Jul 2014 15:11:24 +0000 (+0200) Subject: breadcrumbs, copied some templates in the onleab theme dir X-Git-Tag: myslice-1.1~60^2~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e9f4c27f8db6850b0a583f5be192e102ab44bc13;p=myslice.git breadcrumbs, copied some templates in the onleab theme dir --- diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index 458e5acb..3486d15e 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -11,6 +11,7 @@ body { } a, a:active, a:focus { outline: 0; + text-decoration:none; } h1 { @@ -55,6 +56,11 @@ span.label { div.el { padding-bottom:15px; } +div.breadcrumbs { + margin:15px 0; + color:gray; + font-size:10pt; +} /* buttons */ button.btn, input.btn { padding:6px 10px; @@ -264,27 +270,21 @@ div#ticket-request p { } ul.nav-tabs { - margin:15px 0; + margin:0 0 15px 0; } ul.nav-tabs ul {} ul.nav-tabs li {} ul.nav-section li a { + color:black; border-bottom:0; } ul.nav-section li:first-child { padding:0; } ul.nav-section li:first-child a { - font-weight:bold; - padding:6px 15px 4px 15px; } ul.nav-section li:first-child.active a { - padding:6px 15px 3px 15px; -} -ul.nav-section li:first-child img { - margin:0 4px 1px 0; - padding:0; } ul.nav-resources { diff --git a/portal/templates/base.html b/portal/templates/base.html index 5989508a..940d1c17 100644 --- a/portal/templates/base.html +++ b/portal/templates/base.html @@ -66,7 +66,7 @@ $(document).ready(function() { var items = []; $.each( slices, function(i, val) { - items.push( "
  • " + val + "
  • " ); + items.push( "
  • " + val + "
  • " ); }); $("div#home-slice-list").html($( "