X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fonelab.css;h=a6f9af82f7f262e66fbb38de4ae31402004b654a;hb=c5ce008763e2e921336b22c390b0077b339a1bfe;hp=6fcb05b5a6782c88c0fa4e066573578bcafbc09a;hpb=ff2d326c9f0ef02fd70e3b0c312d6ec5c5af0ca4;p=myslice.git diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index 6fcb05b5..a6f9af82 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -72,6 +72,12 @@ div.breadcrumbs { color:gray; font-size:10pt; } +div.breadcrumbs a { + color:gray; +} +div.breadcrumbs a:hover { + text-decoration:underline; +} .tab-pane { padding-top:15px; } @@ -383,7 +389,9 @@ a.sl-resources, a.sl-resources:hover { padding:2px 4px; -moz-border-radius: 4px; border-radius: 4px; - width:125px; + width:105px; + margin-left:4px; + margin-bottom:8px; text-align: center; } a.sl-resources.active, a.sl-resources.active:hover, a.sl-resources.active:focus { @@ -391,7 +399,13 @@ a.sl-resources.active, a.sl-resources.active:hover, a.sl-resources.active:focus -moz-border-radius: 4px; border-radius: 4px; } - +a.sl-resources:first-child { + margin-left:12px; +} +button.btn-apply { + font-size:13px; + padding:2px 8px; +} div#slice-info { margin-top:25px; } @@ -470,6 +484,8 @@ div#slice-info td { padding:3px 5px; } .slice-pending button.apply { + font-size:14px; + padding:2px 5px; } .slice-pending button.clear { } @@ -618,6 +634,45 @@ div.secondary .account span { div.secondary .account a { color:black; } + + +div.footer { + padding-top:15px; + +} +div.footer div.bottom { + position:absolute; + bottom:0; +} +div.footer ul { + margin:6px 0 0 0; + padding:0; +} + +div.footer li { + font-size:9pt; + display:inline; + list-style:none; + margin:0px; + padding:0; + margin-right:15px; + color:#747474; + letter-spacing:0.4px; +} + +div.footer li a { + color:#747474; +} +div.footer li a:hover { + text-decoration:underline; +} +div.copy { + font-size:8pt; + color:gray; + padding-top:15px; + padding-bottom:15px; +} + div.home { font-size:11pt; line-height:1.2em; @@ -709,3 +764,7 @@ div.slogan { padding-top:60px; text-shadow: 1px 1px #013540; } + +th { + border:0 !important; +}