web/data/cubicweb.schema.css
changeset 5233 673b63953e7a
parent 850 b747f1a1ced0
child 5461 68c51466a685
--- a/web/data/cubicweb.schema.css	Wed Mar 24 15:31:37 2010 -0700
+++ b/web/data/cubicweb.schema.css	Thu Mar 25 08:30:53 2010 -0700
@@ -25,11 +25,14 @@
 div.acl{ 
   position: relative;
 /*  right: 20%;*/
-  float: right; 
-  width: 10%;
+  width: 25%;
   padding:0px 0px 0px 2em;
 }
 
+div.acl table tr,td{
+    padding: 2px 2px 2px 2px;
+}
+
 div.schema table {
   width : 100%;
 }
@@ -40,7 +43,6 @@
 }
 
 div.box div.title{
- border-bottom:1px solid black;
  padding:0.2em 0.2em;
  margin: 0 auto;
 }
@@ -67,7 +69,6 @@
 div.box{
  float:left;
  border:1px solid black;
- width:50%; 
 }
 
 div.vl{