X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fonelab.css;h=a236d10dbd67cd5194890c7effda5ba4131cbe26;hb=c79b3c894ec8a08686ae4978e5375c15ec6f2cbf;hp=6d203a597a041d29cd9b10c8174d98c0e18dbdd7;hpb=a0149650c8519c69236da8b58720eb94393c8307;p=unfold.git diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index 6d203a59..a236d10d 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -13,13 +13,13 @@ a, a:active, a:focus { h1 { border-bottom:1px solid #DDDDDD; - padding:0 0 5px 0; - margin:0 0 15px 0; + padding:0 0 0 0; + margin:0 0 0 0; font-size:18pt; } h1 img { vertical-align:middle; - margin-bottom:4px; + margin-bottom:6px; } h2 { font-size:14pt; @@ -29,6 +29,7 @@ h3 { font-size:13pt; color:#201E62; } + div.wrapper { width:980px; margin:0 auto; @@ -258,7 +259,6 @@ div#home-dashboard div#home-slice-list li { /* NAV TABS */ .nav.nav-tabs { - margin-bottom:25px; } .nav.nav-tabs li.active a { @@ -334,6 +334,27 @@ div#ticket-request p { } /* SLICE VIEW */ +ul.nav-sliceview {} +ul.nav-sliceview li { + +} +ul.nav-sliceview li:first-child { + padding:0; +} +ul.nav-sliceview li:first-child a { + font-weight:bold; + padding:6px 15px 4px 15px; +} +ul.nav-sliceview li:first-child img { + margin:0 4px 1px 0; + padding:0; +} + + + + + + div#slice-view { margin:0; }