[Yanel-commits] rev 28820 - public/yanel/trunk/src/contributions/resources/resource-creator/htdocs/css

simon at wyona.com simon at wyona.com
Tue Nov 13 16:11:08 CET 2007


Author: simon
Date: 2007-11-13 16:11:07 +0100 (Tue, 13 Nov 2007)
New Revision: 28820

Modified:
   public/yanel/trunk/src/contributions/resources/resource-creator/htdocs/css/resource-creator.css
Log:
added styles for the table in the lookin of the resource-creator resource-type

Modified: public/yanel/trunk/src/contributions/resources/resource-creator/htdocs/css/resource-creator.css
===================================================================
--- public/yanel/trunk/src/contributions/resources/resource-creator/htdocs/css/resource-creator.css	2007-11-13 10:08:37 UTC (rev 28819)
+++ public/yanel/trunk/src/contributions/resources/resource-creator/htdocs/css/resource-creator.css	2007-11-13 15:11:07 UTC (rev 28820)
@@ -1,17 +1,33 @@
-#resourceCreatorSaveAsTable {
+div#lookup #resourceCreatorSaveAsTable {
   width:100%;
 }
 
-#lookupfilesTable {
+div#lookup #lookupfilesTable {
   width:100%;
 }
 
-#lookupfiles {
+div#lookup #lookupfiles {
   height:160px;
   overflow:auto;
   position:relative;
 }
 
-.lookupicon {
+div#lookup .lookupicon {
   border:0;
+}
+
+div#lookup table {
+  border-collapse:collapse;
+  border-color:#999999;
+}
+div#lookup td {
+  border:1px solid;
+  border-color:#999999;
+  padding:2px;
+}
+div#lookup th {
+  border:1px solid;
+  border-color:#999999;
+  background-color:#f7f7f7;
+  padding:2px;
 }
\ No newline at end of file



More information about the Yanel-commits mailing list