X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fcss%2Fmy_slice.css;h=4d5430bed6d94543ad8716f56202f27452647e77;hb=cc69977eaad2e905c9496db4f466640ad3d96b0f;hp=3acc5c1507d6a35116f76d52b3c17575bcbbd8a3;hpb=d694eb9fdfe0a7bcb9d8fc7b571751475f4227be;p=plewww.git diff --git a/planetlab/css/my_slice.css b/planetlab/css/my_slice.css index 3acc5c1..4d5430b 100644 --- a/planetlab/css/my_slice.css +++ b/planetlab/css/my_slice.css @@ -1,5 +1,5 @@ /* - Thierry Parmentelat -- INRIA + $Id: toggle.css 12435 2009-03-11 15:07:00Z thierry $ */ /* space around various messages */ @@ -25,25 +25,22 @@ div#toggle-container-my-slice-nodes-reserve { /* where the graphics go */ div#leases_area { - padding: 10px 20px; + padding: 10px 25px; } -/* this class is used to store data that needs to get passed to javascript code */ -/* these elements are not meant to be rendered */ -.hidden { +/* don't display the scheduler data table - not quite sure this works */ +table#leases_data { display: none; } -.center { - text-align: center; -} /* the various controls for the scheduler */ -/* bottom section with the buttons */ -input.leases_input { width: 28px; text-align: right; } -.leases_label { padding-left: 12px; padding-right: 8px; } -#leases_settings { padding: 15px 30px 10px 30px; } -#leases_buttons { text-align: center; padding: 0px 10px 10px 10px; } -#leases_refresh,#leases_submit { padding-left: 20px; padding-right: 20px; margin-left: 10px; margin-right:10px; } +/* upper section, with selection mode */ +#leases_modes { padding: 10px; text-align: center; color: #333; } + +#leases_buttons { padding: 0px 10px 10px 10px; } +#leases_refresh { position: relative; left: 30%;} +#leases_submit { position: relative; left: 60%; } + /* column configuation style */ @@ -59,10 +56,11 @@ div.in{background-color:#CAE8EA; color:#4f6b72} div.selected{background-color:gray; color:black} div.invisible{display:none} -div.note-div { - padding: 4px; +div.toggle-info { + padding: 10px 20px; background-color: #cae8ea; - width: 700px; + margin: 10px 10px; + } div#scrolldiv { @@ -129,4 +127,3 @@ span.column-detail { -