Mercurial > hg > MPIWGWeb
diff css/mpiwg.css @ 157:2e0953694aef
page footer
author | casties |
---|---|
date | Thu, 06 Jun 2013 11:33:17 +0200 |
parents | f63985f02055 |
children | 2b5adc7f5445 |
line wrap: on
line diff
--- a/css/mpiwg.css Wed Jun 05 13:12:42 2013 +0200 +++ b/css/mpiwg.css Thu Jun 06 11:33:17 2013 +0200 @@ -148,6 +148,11 @@ color: #3b4186; } +.javascriptonly { + /* initially hidden, shown by javascript */ + display: none; +} + /* * table-like rows and columns */ @@ -1389,12 +1394,28 @@ /* * footer */ +#footservices { + position: relative; + /* height: 20px; */ + border-top: 1px solid #dccbae; + padding-top: 8px; + margin-top: 2em; +} +#footservices div.text { + display: inline; +} +#footservices div.icons { + display: inline; + position: absolute; + right: 0; +} + #footer { position: relative; height: 50px; border-top: 1px solid #dccbae; padding-top: 8px; - margin-top: 29px; + margin-top: 1em; } #footer div.text {