Mercurial > hg > MPIWGWeb
diff css/mpiwg.css @ 21:faa7c9e936a8
some cleanup and prev/next for feature-teaser.
author | casties |
---|---|
date | Fri, 05 Apr 2013 19:01:59 +0200 |
parents | aca0fce3824b |
children | 5ed0b0c21fe5 |
line wrap: on
line diff
--- a/css/mpiwg.css Fri Apr 05 17:28:00 2013 +0200 +++ b/css/mpiwg.css Fri Apr 05 19:01:59 2013 +0200 @@ -440,6 +440,24 @@ font-size: 12px; } +/* teaser switcher */ +div.feature div.switcher { + position: absolute; + top: 150px; + width: 16px; + height: 24px; + /* TODO: needs icon */ + padding-top: 8px; + background-color: silver; +} +div.feature div.switcher.prev { + left: 0; +} +div.feature div.switcher.next { + right: 0; + text-align: right; +} + /* * toolboxes */