has global logic, but still does not submit to the API though
[plewww.git] / planetlab / css / my_slice.css
index 1cf26f9..787299a 100644 (file)
@@ -18,3 +18,16 @@ div#toggle-container-my-slice-nodes-add {
     background: #f0e0e0;
 }
 
+/* the container for the scheduler area */
+div#toggle-container-my-slice-nodes-reserve {
+    background: #def;
+}
+
+div#leases_area {
+    padding: 25px;
+}
+
+/* don't display the scheduler data table */
+table#leases_data {
+    display: none;
+}