Author: sdzmitrovich
Date: 2008-01-24 06:37:07 -0500 (Thu, 24 Jan 2008)
New Revision: 5928
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/resources/shuttle/shuttle.css
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesListShuttleTemplate.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-1580
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/resources/shuttle/shuttle.css
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/resources/shuttle/shuttle.css 2008-01-24
11:29:57 UTC (rev 5927)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/resources/shuttle/shuttle.css 2008-01-24
11:37:07 UTC (rev 5928)
@@ -59,13 +59,19 @@
border-color: #C0C0C0;
}
+.rich-shuttle-meta-button {
+ background: top left repeat-x;
+ background-color: #E3DED5;
+
+}
+
.rich-shuttle-button {
background: top left repeat-x;
padding: 2px;
cursor: pointer;
//background-color: #E3DED5;
color: #000;
- font-family: Arial, Verdana, sans-serif;
+ ont-family: Arial, Verdana, sans-serif;
font-size: 11px;
}
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesListShuttleTemplate.java
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesListShuttleTemplate.java 2008-01-24
11:29:57 UTC (rev 5927)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesListShuttleTemplate.java 2008-01-24
11:37:07 UTC (rev 5928)
@@ -662,7 +662,8 @@
metaButton.setAttribute(HTML.ATTR_STYLE, ComponentUtil
.getBackgoundImgStyle(BUTTON_IMG_PATH));
-
+ metaButton.setAttribute(HTML.ATTR_CLASS, "rich-shuttle-meta-button");
+
// button represent "div" element
nsIDOMElement button = visualDocument.createElement(HTML.TAG_DIV);