X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fcss%2Fmy_slice.css;h=4d5430bed6d94543ad8716f56202f27452647e77;hb=fb89fcd11445bd4aa1d36e482f5a5383256ad7c5;hp=15b5dd911b200e8693e723f3011807634e632a2a;hpb=77b9a7a8d8d8b2e1474c7aceb8d05fa3a8524466;p=plewww.git diff --git a/planetlab/css/my_slice.css b/planetlab/css/my_slice.css index 15b5dd9..4d5430b 100644 --- a/planetlab/css/my_slice.css +++ b/planetlab/css/my_slice.css @@ -37,7 +37,93 @@ table#leases_data { /* upper section, with selection mode */ #leases_modes { padding: 10px; text-align: center; color: #333; } -#leases_buttons { padding: 10px; } -#leases_clear { position: relative; left: 30%;} +#leases_buttons { padding: 0px 10px 10px 10px; } +#leases_refresh { position: relative; left: 30%;} #leases_submit { position: relative; left: 60%; } + +/* 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} +div.invisible{display:none} + +div.toggle-info { + padding: 10px 20px; + background-color: #cae8ea; + margin: 10px 10px; + +} + +div#scrolldiv { + border : solid 2px grey; + padding:4px; + width:300px; + height:180px; + overflow:auto; +} + +th,td.top { + vertical-align: top; + text-align: left; + padding:10px; +} + +td.smallright { + text-align: right; + width:20px; +} + +table.center { + margin-left:auto; + margin-right:auto; +} + +table.columnlist { + width:280px; +} + +td.header { + background-color: #CAE8EA; + text-align: center; + width:30px; +} + +span.header { + font-weight: bold; + color: #3399CC; +} + +a.source-url{ + font-weight: bold; +} + +span.gray{ + color: #555555; +} + +span.short { + height:10px; +} + +span.column-title { + font-size: 15px; + font-weight: bold; +} + +span.column-detail { + font-size: 11px; + font-style: italic; +} + + + +