# HG changeset patch # User Aurelien Campeas # Date 1272979868 -7200 # Node ID 68c51466a685ae2da87f1ad1e4de0309972901b3 # Parent 52ae8f68d9e2f6cebdb8576fe59f5f5b8f245830 [css] fix schema css + d-t-w diff -r 52ae8f68d9e2 -r 68c51466a685 web/data/cubicweb.schema.css --- a/web/data/cubicweb.schema.css Tue May 04 15:30:20 2010 +0200 +++ b/web/data/cubicweb.schema.css Tue May 04 15:31:08 2010 +0200 @@ -15,21 +15,22 @@ } -div.relationDefinition { - float: left; +div.relationDefinition { + float: left; position: relative; width: 60%; padding: 0; } -div.acl{ +div.acl{ position: relative; /* right: 20%;*/ width: 25%; padding:0px 0px 0px 2em; } -div.acl table tr,td{ +div.acl table td, +div.acl table tr { padding: 2px 2px 2px 2px; } @@ -37,8 +38,8 @@ width : 100%; } -div.entityAttributes{ - margin: 3em 0 5em; +div.entityAttributes{ + margin: 3em 0 5em; font: normal 9pt Arial; } @@ -58,12 +59,12 @@ div.body{ padding : 0.2em; - padding-bottom : 0.4em; + padding-bottom : 0.4em; overflow: auto; } div.body table td{ - padding:0.4em; + padding:0.4em; } div.box{ @@ -73,27 +74,27 @@ div.vl{ float:left; - position:relative; - margin-top:1em; - border-top:1px solid black; - line-height : 1px; - width: 1em; + position:relative; + margin-top:1em; + border-top:1px solid black; + line-height : 1px; + width: 1em; height : 0px} div.hl{ float:left; - position:relative; - margin-top:1em; - border-left:1px solid black; - width: 1px; + position:relative; + margin-top:1em; + border-left:1px solid black; + width: 1px; height : 10px } div.rels{ - float:left; - position:relative; - margin-top:1em; - border-left:1px solid black; + float:left; + position:relative; + margin-top:1em; + border-left:1px solid black; margin-left:-2px;} div.firstrel, div.rel, div.lastrel{ @@ -104,7 +105,7 @@ } /* FIXME set to 9em or an image*/ -div.rel, div.lastrel{ +div.rel, div.lastrel{ margin-top:0.7em} div.vars{ @@ -113,24 +114,24 @@ div.firstvar, div.var, div.lastvar{ line-height:1em; - border:1px solid black; + border:1px solid black; padding:0.2em} div.firstvar{ margin-top:1em;} div.var{ - margin-top:0.5em; + margin-top:0.5em; } div.lastvar{ border:none; } -div.firstvar a, +div.firstvar a, div.var a, div.rel a, -div.firstrel a{ +div.firstrel a{ padding:0px ! important; - margin : 0px ! important; + margin : 0px ! important; }