changeset 269:798cb3663837 new_pro_struct

project state switcher in subnavigation.
author casties
date Fri, 19 Sep 2014 13:04:42 +0200
parents 1926bee2aa20
children d672a6f6c902
files css/mpiwg.css
diffstat 1 files changed, 17 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
  */