X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fonelab.css;h=469a215e62d62534b5b15ab308f35676e934f397;hb=3e265e5ad435c17fff8579d7f672d5d478c0643c;hp=1d7394260f387e072d1f712c61a1561eb2e84d81;hpb=c4d5a865d69c256a54a7422417119cfcfca0b0b9;p=unfold.git diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index 1d739426..469a215e 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -15,11 +15,12 @@ h1 { border-bottom:1px solid #DDDDDD; padding:0 0 0 0; margin:0 0 0 0; - font-size:18pt; + font-size:14pt; } h1 img { vertical-align:middle; - margin-bottom:6px; + margin-bottom:4px; + margin-right:10px; } h2 { font-size:14pt; @@ -261,21 +262,6 @@ div#home-dashboard div#home-slice-list li { } /**/ -/* NAV TABS */ - -.nav.nav-tabs { -} - -.nav.nav-tabs li.active a { - -} - -.nav.nav-tabs li a { -} - -.nav.nav-tabs li a:hover { -} - /**/ /* WELL */ div.well { @@ -338,25 +324,24 @@ div#ticket-request p { margin:20px 0; } -/* SLICE VIEW */ -ul.nav-sliceview {} -ul.nav-sliceview li { - -} -ul.nav-sliceview li a { +ul.nav-tabs {} +ul.nav-tabs ul {} +ul.nav-tabs li {} + +ul.nav-section li a { border-bottom:0; } -ul.nav-sliceview li:first-child { +ul.nav-section li:first-child { padding:0; } -ul.nav-sliceview li:first-child a { +ul.nav-section li:first-child a { font-weight:bold; padding:6px 15px 4px 15px; } -ul.nav-sliceview li:first-child.active a { +ul.nav-section li:first-child.active a { padding:6px 15px 3px 15px; } -ul.nav-sliceview li:first-child img { +ul.nav-section li:first-child img { margin:0 4px 1px 0; padding:0; } @@ -369,6 +354,7 @@ ul.nav-resources a { } +/* SLICE VIEW */ div#slice-view { @@ -386,12 +372,23 @@ a.list-group-item { padding:3px 0 3px 10px; border-left:2pt white solid; } -a.list-group-item.active, a.list-group-item:hover { +a.list-group-item.active, a.list-group-item.active:hover { + font-weight: bold; + color:black; + background-color:transparent; + border-left:2pt blue solid; +} +a.list-group-item.active:hover { + background-color:#dddddd; +} +a.list-group-item:hover { border-left:2pt blue solid; } a.list-group-item p.list-group-item-text { font-size:9pt; font-style:italic; + font-weight: normal; + color: black !important; } div#slice-info { @@ -478,3 +475,7 @@ div#slice-info td { tr.active, tr.active td { background-color:#FFFFCC !important; } +div.dataTables_filter label{ + float:left; + width:400px; +}