X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fonelab.css;h=7d1132402e76655705d5a1cea75e5d525a1ccaef;hb=cb3a40dfdc1c79ca57458d1c18732334d58734fd;hp=5be1bf37fac5d22953ce563df7db561b31723ea6;hpb=871d4c61cac666e6a5e8111afb2235d2713ccfaf;p=unfold.git diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index 5be1bf37..7d113240 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -12,7 +12,10 @@ body { a, a:active, a:focus { outline: 0; text-decoration:none; - color:#201E62; + color:#760073; +} +a:hover { + color:#0D0049; } h1 { @@ -69,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; } @@ -380,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 { @@ -388,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; } @@ -467,6 +484,8 @@ div#slice-info td { padding:3px 5px; } .slice-pending button.apply { + font-size:14px; + padding:2px 5px; } .slice-pending button.clear { } @@ -706,3 +725,10 @@ div.slogan { padding-top:60px; text-shadow: 1px 1px #013540; } + +th { + border:0 !important; +} +th.checkbox { + +}