X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fonelab.css;h=7d1132402e76655705d5a1cea75e5d525a1ccaef;hb=cb3a40dfdc1c79ca57458d1c18732334d58734fd;hp=6fcb05b5a6782c88c0fa4e066573578bcafbc09a;hpb=ff2d326c9f0ef02fd70e3b0c312d6ec5c5af0ca4;p=unfold.git diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index 6fcb05b5..7d113240 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 { } @@ -709,3 +725,10 @@ div.slogan { padding-top:60px; text-shadow: 1px 1px #013540; } + +th { + border:0 !important; +} +th.checkbox { + +}