X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=blobdiff_plain;f=planetlab%2Fcss%2Fmy_slice.css;h=3acc5c1507d6a35116f76d52b3c17575bcbbd8a3;hp=ecb684a3a8ee9d1b317e837689da9db9a060c659;hb=d694eb9fdfe0a7bcb9d8fc7b571751475f4227be;hpb=05ff21c4c310976a3b5787bf2c126d62e8d6419b diff --git a/planetlab/css/my_slice.css b/planetlab/css/my_slice.css index ecb684a..3acc5c1 100644 --- a/planetlab/css/my_slice.css +++ b/planetlab/css/my_slice.css @@ -59,23 +59,74 @@ div.in{background-color:#CAE8EA; color:#4f6b72} div.selected{background-color:gray; color:black} div.invisible{display:none} -.myslice { - font: 11px Arial, Helvetica, sans-serif; - color: gray; +div.note-div { + padding: 4px; + background-color: #cae8ea; + width: 700px; } -.myslice .title { - font: 11px; +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; } -.myslice .desc { - font: 11px; - font-style: italic; +span.gray{ + color: #555555; +} + +span.short { + height:10px; +} + +span.column-title { + font-size: 15px; + font-weight: bold; } -.myslice .subtitle{ - color: #bb9c61; +span.column-detail { + font-size: 11px; + font-style: italic; } + + +