# HG changeset patch # User casties # Date 1411124682 -7200 # Node ID 798cb36638376a4a64d8a3cfa021d3854fadee1b # Parent 1926bee2aa202cde2a6764b1045e074d67d95ad3 project state switcher in subnavigation. diff -r 1926bee2aa20 -r 798cb3663837 css/mpiwg.css --- a/css/mpiwg.css Mon Sep 15 11:39:45 2014 +0200 +++ b/css/mpiwg.css Fri Sep 19 13:04:42 2014 +0200 @@ -349,7 +349,7 @@ div.subnav h2.subnavhead { background-color: white; color: #d45a00; - border-bottom: 1px solid #dccbae; + /* border-bottom: 1px solid #dccbae; */ font-size: 11px; font-weight: bold; margin: 0; @@ -1444,6 +1444,22 @@ color: #333; } +div.subnav .proj_switcher { + background-color: white; + text-align: right; + padding: 2px 0; +} +div.subnav .proj_switcher .proj_state { + padding: 2px 6px; + border-top: 1px solid #DCCBAE; + border-left: 1px solid #DCCBAE; + border-right: 1px solid #DCCBAE; +} +div.subnav .proj_switcher .proj_state.on { + background-color: #FCF2DF; +} + + /* * special sideblocks */