X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fonelab.css;h=a236d10dbd67cd5194890c7effda5ba4131cbe26;hb=c79b3c894ec8a08686ae4978e5375c15ec6f2cbf;hp=8147e1c9aff544648720598cb32d114f410d8658;hpb=2f89f2e81c44a63d6d90746a1f3c126603280b66;p=myslice.git diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index 8147e1c9..a236d10d 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -1,8 +1,11 @@ +html { height: 100% } + body { background-color:white; color:black; margin:0; padding:0; + height: 100%; } a, a:active, a:focus { outline: 0; @@ -10,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; @@ -26,6 +29,7 @@ h3 { font-size:13pt; color:#201E62; } + div.wrapper { width:980px; margin:0 auto; @@ -127,6 +131,38 @@ div#navigation li:last-child { margin-right:0; } +div#navigation li.active { + padding:5px; + padding-top: 15px; + min-height: 40px; + margin-top: 0px; + background-color:gray; + color:#FF0000; +} +div#navigation li.slices { + position:relative; + cursor:pointer; +} + +div#menu-slice-list{ + display:none; + position:absolute; + background-color:black; + padding:15px; + left:-15px; +} +div#menu-slice-list ul { + margin:0; + padding:0; +} +div#menu-slice-list li { + margin:0; + padding:10px 0; +} +div#menu-slice-list li:first-child { + border-bottom:1px solid white; + +} /* HOME DASHBOARD */ div#home-dashboard { color:black; @@ -223,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 { @@ -299,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; } @@ -387,3 +443,6 @@ a.list-group-item p.list-group-item-text { } .slice-pending button.clear { } +tr.active, tr.active td { + background-color:#FFFFCC !important; +}