[Yanel-commits] rev 47626 - in public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor: client public

michi at wyona.com michi at wyona.com
Mon Feb 15 16:05:07 CET 2010


Author: michi
Date: 2010-02-15 16:05:07 +0100 (Mon, 15 Feb 2010)
New Revision: 47626

Modified:
   public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/AccessPolicyEditor.java
   public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/public/style.css
Log:
 style fixed

Modified: public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/AccessPolicyEditor.java
===================================================================
--- public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/AccessPolicyEditor.java	2010-02-15 14:45:40 UTC (rev 47625)
+++ public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/client/AccessPolicyEditor.java	2010-02-15 15:05:07 UTC (rev 47626)
@@ -100,10 +100,12 @@
 
         // Setup GUI
         VerticalPanel vp = new VerticalPanel();
+        vp.setStyleName("gwt-wyona-main-vp");
         vp.setSpacing(15);
         RootPanel.get("access-policy-editor-hook").add(vp);
 
         HorizontalPanel searchFilterPanel = new HorizontalPanel();
+        searchFilterPanel.setStyleName("gwt-wyona-search-hp");
         vp.add(searchFilterPanel);
 
         searchFilterPanel.add(new Label(I18n.getLabel("search-box-label", language)));

Modified: public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/public/style.css
===================================================================
--- public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/public/style.css	2010-02-15 14:45:40 UTC (rev 47625)
+++ public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/public/style.css	2010-02-15 15:05:07 UTC (rev 47626)
@@ -9,6 +9,34 @@
 
 /* Custom style */
 
+#access-policy-editor-hook {
+  border-style: hidden;
+/*
+  border-style: solid;
+  border-width: 3px;
+  border-color: red;
+*/
+}
+
+/* Because some other CSS already sets "#content table td", we need to set #content as well in order to overwrite */
+#content .gwt-wyona-main-vp tr td {
+  border-style: hidden;
+/*
+  border-style: solid;
+  border-width: 3px;
+  border-color: green;
+*/
+}
+
+#content .gwt-wyona-search-hp tr td {
+  border-style: hidden;
+/*
+  border-style: solid;
+  border-width: 3px;
+  border-color: green;
+*/
+}
+
 /* */
 .gwt-wyona-AddRemoveWidget {
   margin: 20px;



More information about the Yanel-commits mailing list