Author: amarkhel
Date: 2009-09-28 12:00:47 -0400 (Mon, 28 Sep 2009)
New Revision: 15679
Modified:
tags/3.3.2.GA/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss
Log:
Fix for RF-7928
Modified:
tags/3.3.2.GA/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss
===================================================================
---
tags/3.3.2.GA/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss 2009-09-28
15:35:13 UTC (rev 15678)
+++
tags/3.3.2.GA/ui/modal-panel/src/main/resources/org/richfaces/renderkit/html/css/modalPanel.xcss 2009-09-28
16:00:47 UTC (rev 15679)
@@ -10,11 +10,8 @@
<u:style name="font-family" skin="generalFamilyFont" />
</u:selector>
- <u:selector name=".rich-mpnl-content">
- <u:style name="background-color" skin="generalBackgroundColor"
/>
- <u:style name="border-color" skin="panelBorderColor" />
- </u:selector>
+
<u:selector name=".rich-mpnl-header">
<u:style name="background-color" skin="headerBackgroundColor"
/>
<u:style name="border-color" skin="headerBackgroundColor" />
@@ -101,14 +98,14 @@
.rich-mpnl-button {
outline-style: none;
position: absolute;
- border: 10px solid red;
- position: absolute;
- clip: rect(0px 0px 1px 1px);
- height: 10px;
- width: 10px;
- left: 0px;
- top: 0px;
- z-index: -300;
+ border: 10px solid red;
+ position: absolute;
+ clip: rect(0px 0px 1px 1px);
+ height: 10px;
+ width: 10px;
+ left: 0px;
+ top: 0px;
+ z-index: -300;
}
.rich-mpnl-controls {
position: absolute;
@@ -156,6 +153,9 @@
}
]]>
</f:verbatim>
-
+<u:selector name=".rich-mpnl-content">
+ <u:style name="background-color" skin="generalBackgroundColor"
/>
+ <u:style name="border-color" skin="panelBorderColor" />
+ </u:selector>
</f:template>
Show replies by date