[vhffs-dev] [616] Added style for new ACL layout (coming soon) |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 616
Author: beuss
Date: 2007-05-19 13:28:07 +0000 (Sat, 19 May 2007)
Log Message:
-----------
Added style for new ACL layout (coming soon)
Modified Paths:
--------------
branches/vhffs-design/vhffs-panel/themes/vhffs-ng/main.css
Modified: branches/vhffs-design/vhffs-panel/themes/vhffs-ng/main.css
===================================================================
--- branches/vhffs-design/vhffs-panel/themes/vhffs-ng/main.css 2007-05-18 17:42:14 UTC (rev 615)
+++ branches/vhffs-design/vhffs-panel/themes/vhffs-ng/main.css 2007-05-19 13:28:07 UTC (rev 616)
@@ -750,3 +750,56 @@
list-style-image: url('images/projectcontribentry.png');
}
+div.acltable * {
+margin:0;
+padding:0;
+}
+
+div.acltable {
+border:1px solid #CCCCCC;
+background-color:#EEEEEE;
+}
+
+div.acltable form {
+clear:both;
+}
+
+.clear {
+display:block;
+visibility:hidden;
+clear:both;
+height:0px;
+}
+
+div.acltable div.tableheader, div.acltable div.tablebody {
+margin:1px;
+}
+
+div.acltable div.tablebody form span, div.acltable div.tableheader span {
+display:block;
+float:left;
+overflow:auto;
+width:77.4px;
+margin:1px;
+border:1px solid #FF9999;
+}
+
+div.acltable div.tablebody input[type="submit"] {
+width:75px;
+height:1.7em;
+}
+
+div.acltable div.tableheader span{
+height:5.5em;
+font-size:small;
+font-family:Verdana, Arial, Helvetica, sans-serif;
+text-align:center;
+overflow:hidden;
+}
+
+div.acltable div.tablebody form span {
+height:1.8em;
+text-align:center;
+overflow:hidden;
+}
+