X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fcss%2Fmy_slice.css;h=c79af1f17018309227cf3c3c20eaa065b4746840;hb=e1d9d4cacba4aa044d9c7d6f53407e8e43964c74;hp=87007ab9966fa95f069ee71b5888f9936b107066;hpb=d31fa31bc2efa20a4ce0d8285f7d8f607eff5812;p=plewww.git diff --git a/planetlab/css/my_slice.css b/planetlab/css/my_slice.css index 87007ab..c79af1f 100644 --- a/planetlab/css/my_slice.css +++ b/planetlab/css/my_slice.css @@ -7,7 +7,7 @@ div.my-slice-renewal { margin: 30px; } -/* internal toggles */ +/* toggles for the nodes sections */ div#toggle-container-my-slice-persons-current, div#toggle-container-my-slice-nodes-current { background: #f0f0f0; @@ -18,13 +18,26 @@ div#toggle-container-my-slice-nodes-add { background: #f0e0e0; } -/* the container for the scheduler area */ +/* the scheduler area */ +div#toggle-container-my-slice-nodes-reserve { + background: #def; +} + +/* where the graphics go */ div#leases_area { - padding: 25px; - background: #bbd3e2; + padding: 10px 25px; } -/* don't display the scheduler data table */ +/* don't display the scheduler data table - not quite sure this works */ table#leases_data { display: none; } + +/* the various controls for the scheduler */ +/* upper section, with selection mode */ +#leases_modes { padding: 10px; text-align: center; color: #333; } + +#leases_buttons { padding: 0px 10px 10px 10px; } +#leases_clear { position: relative; left: 30%;} +#leases_submit { position: relative; left: 60%; } +