X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fcss%2Fmy_slice.css;h=ecb684a3a8ee9d1b317e837689da9db9a060c659;hb=6a1d8248f67a405efd7e175f5593455757f55cc2;hp=2cf7430899fce650bd001beacb2ffe3b647820d6;hpb=c1471bbac67bb93d0879e5594aa5f37320649d08;p=plewww.git diff --git a/planetlab/css/my_slice.css b/planetlab/css/my_slice.css index 2cf7430..ecb684a 100644 --- a/planetlab/css/my_slice.css +++ b/planetlab/css/my_slice.css @@ -1,5 +1,5 @@ /* - $Id: toggle.css 12435 2009-03-11 15:07:00Z thierry $ + Thierry Parmentelat -- INRIA */ /* space around various messages */ @@ -25,23 +25,25 @@ div#toggle-container-my-slice-nodes-reserve { /* where the graphics go */ div#leases_area { - padding: 10px 25px; + padding: 10px 20px; } /* this class is used to store data that needs to get passed to javascript code */ -/* these elements re not meant to be rendered */ +/* these elements are not meant to be rendered */ .hidden { display: none; } +.center { + text-align: center; +} /* 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%; } - +/* 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; } /* column configuation style */