Merge branch 'master' of ssh://git.planet-lab.org/git/plewww
[plewww.git] / planetlab / css / my_slice.css
index c79af1f..0a20eb2 100644 (file)
@@ -41,3 +41,38 @@ table#leases_data {
 #leases_clear { position: relative; left: 30%;}
 #leases_submit { position: relative; left: 60%; }
         
+
+/* column configuation style */
+
+div#toggle-container-my-slice-nodes-configuration {
+    background: #f8f8f8;
+}
+
+OPTION.out{background-color:white; color:black}
+OPTION.in{background-color:#CAE8EA; color:#4f6b72}
+
+div.out{background-color:white; color:black}
+div.in{background-color:#CAE8EA; color:#4f6b72}
+div.selected{background-color:gray; color:black}
+div.invisible{display:none}
+
+.myslice {
+        font: 11px Arial, Helvetica, sans-serif;
+        color: gray;
+}
+
+.myslice .title {
+        font: 11px;
+        font-weight: bold;
+}
+
+.myslice .desc {
+        font: 11px;
+        font-style: italic;
+}
+
+.myslice .subtitle{
+        color: #bb9c61;
+}
+
+