reservations add/delete use ajax, no need to wait for the page to reload
[plewww.git] / planetlab / css / my_slice.css
index d33730f..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;
 }
 
@@ -40,14 +41,17 @@ table#leases_data {
 #leases_buttons { padding: 0px 10px 10px 10px; }
 #leases_clear { position: relative; left: 30%;}
 #leases_submit { position: relative; left: 60%; }
-       
+        
 
-/*panos: some additional styles for the column configuration */
+/* 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}
@@ -59,16 +63,17 @@ div.invisible{display:none}
 }
 
 .myslice .title {
-       font: 11px;
-       font-weight: bold;
+        font: 11px;
+        font-weight: bold;
 }
 
 .myslice .desc {
-       font: 11px;
-       font-style: italic;
+        font: 11px;
+        font-style: italic;
 }
 
 .myslice .subtitle{
         color: #bb9c61;
 }
 
+