reservations add/delete use ajax, no need to wait for the page to reload
[plewww.git] / planetlab / css / my_slice.css
index c79af1f..2cf7430 100644 (file)
@@ -28,8 +28,9 @@ div#leases_area {
   padding: 10px 25px;
 }
 
-/* don't display the scheduler data table - not quite sure this works */
-table#leases_data {
+/* this class is used to store data that needs to get passed to javascript code */
+/* these elements re not meant to be rendered */
+.hidden {
     display: none;
 }
 
@@ -41,3 +42,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;
+}
+
+