X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fstatic%2Fcss%2Fonelab.css;h=f6c853e45ca83dd83ae5c3026b1c12595fe9c32b;hb=a088706d7364929c1268a75304c597fc1676a96e;hp=a6f9af82f7f262e66fbb38de4ae31402004b654a;hpb=5d913a58fc17a6df092d3abfcd92ec6d51f3013a;p=unfold.git diff --git a/portal/static/css/onelab.css b/portal/static/css/onelab.css index a6f9af82..f6c853e4 100644 --- a/portal/static/css/onelab.css +++ b/portal/static/css/onelab.css @@ -8,6 +8,7 @@ body { margin:0; padding:0; height: 100%; + letter-spacing:0.6px; } a, a:active, a:focus { outline: 0; @@ -44,6 +45,16 @@ h4 { font-size:12pt; color:#333333; } +span.subtitle { + color:#454545; + font-size:9pt; + font-weight:normal; + text-transform:uppercase; +} +span.version { + font-size:8pt; + color:#888888; +} input[type=text], input[type=password], input[type=email], input[type=tel], input[type=number], select, option { min-width:260px; padding:6px; @@ -615,7 +626,7 @@ div.secondary li a { color:#747474; } div.secondary li a:hover { - text-decoration:none; + text-decoration:underline; } div.secondary .button { width:300px; @@ -638,7 +649,6 @@ div.secondary .account a { div.footer { padding-top:15px; - } div.footer div.bottom { position:absolute; @@ -768,3 +778,13 @@ div.slogan { th { border:0 !important; } + +div.monitor { + padding:40px 0 25px 0; +} +div.monitor h1 { + margin-bottom:25px; +} +div.s-monitor { + padding-bottom:25px; +}