[vhffs-dev] [1933] added ACL table style (backported from former vhffs style)

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1933
Author:   gradator
Date:     2012-01-24 21:07:10 +0100 (Tue, 24 Jan 2012)
Log Message:
-----------
added ACL table style (backported from former vhffs style)

Modified Paths:
--------------
    trunk/vhffs-themes/light-grey/main.css

Modified: trunk/vhffs-themes/light-grey/main.css
===================================================================
--- trunk/vhffs-themes/light-grey/main.css	2012-01-24 19:41:41 UTC (rev 1932)
+++ trunk/vhffs-themes/light-grey/main.css	2012-01-24 20:07:10 UTC (rev 1933)
@@ -523,6 +523,52 @@
 	z-index: 1000;
 }
 
+div.acltable * {
+	margin:0px;
+	padding:0px;
+}
+
+div.acltable {
+	border:1px solid #CCCCCC;
+	background-color:#EEEEEE;
+}
+
+div.acltable form {
+	clear:both;
+}
+
+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:85px;
+	margin:1px;
+	border:1px solid rgb(115, 162, 182);
+}
+
+div.acltable div.tablebody input[type="submit"] {
+	width:60px;
+	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;
+}
+
 /******************************************************/
 	/* SECTION 4 - SPECIFIC CLASSES FOR LAYOUTS #2 and #3 */
 	/******************************************************/


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/