Author: abelevich
Date: 2007-09-07 13:01:48 -0400 (Fri, 07 Sep 2007)
New Revision: 2816
Modified:
trunk/ui/simpleTogglePanel/src/main/resources/org/richfaces/renderkit/html/css/simpleTogglePanel.xcss
trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx
Log:
RF 855
Modified:
trunk/ui/simpleTogglePanel/src/main/resources/org/richfaces/renderkit/html/css/simpleTogglePanel.xcss
===================================================================
---
trunk/ui/simpleTogglePanel/src/main/resources/org/richfaces/renderkit/html/css/simpleTogglePanel.xcss 2007-09-07
17:00:52 UTC (rev 2815)
+++
trunk/ui/simpleTogglePanel/src/main/resources/org/richfaces/renderkit/html/css/simpleTogglePanel.xcss 2007-09-07
17:01:48 UTC (rev 2816)
@@ -12,6 +12,9 @@
background-repeat : no-repeat;
}
+.dr-stglpnl-m{
+ padding-right: 3px;
+}
.dr-stglpnl-h{
border-width: 1px;
Modified: trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx
===================================================================
--- trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx 2007-09-07
17:00:52 UTC (rev 2815)
+++ trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx 2007-09-07
17:01:48 UTC (rev 2816)
@@ -34,7 +34,7 @@
onclick="#{this:getOnClick(context,component)}">
<div style="float: right">
- <div id="#{clientId}_switch_on" style="padding-right:
15px; display: #{this:getSwitchOnStatus(context, component)};">
+ <div id="#{clientId}_switch_on" style="display:
#{this:getSwitchOnStatus(context, component)};" class="dr-stglpnl-m
rich-stglpnl-marker">
<jsp:scriptlet><![CDATA[
if(component.getFacet("closeMarker")!=null &&
component.getFacet("closeMarker").isRendered()) {
]]></jsp:scriptlet>
@@ -46,7 +46,7 @@
]]></jsp:scriptlet>
</div>
<div id="#{clientId}_switch_off"
- style="padding-right: 15px; display:
#{this:getSwitchOffStatus(context, component)};">
+ style="display: #{this:getSwitchOffStatus(context,
component)};" class="dr-stglpnl-m rich-stglpnl-marker">
<jsp:scriptlet><![CDATA[
if(component.getFacet("openMarker")!=null &&
component.getFacet("openMarker").isRendered()) {
]]></jsp:scriptlet>
Show replies by date