Author: alevkovsky
Date: 2009-01-28 07:02:06 -0500 (Wed, 28 Jan 2009)
New Revision: 12451
Modified:
trunk/test-applications/realworld/web/src/main/webapp/META-INF/skins/realworld.skin.properties
trunk/test-applications/realworld/web/src/main/webapp/layout/template2.xhtml
trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css
Log:
Fix some design bugs in IE
Modified:
trunk/test-applications/realworld/web/src/main/webapp/META-INF/skins/realworld.skin.properties
===================================================================
---
trunk/test-applications/realworld/web/src/main/webapp/META-INF/skins/realworld.skin.properties 2009-01-28
11:12:51 UTC (rev 12450)
+++
trunk/test-applications/realworld/web/src/main/webapp/META-INF/skins/realworld.skin.properties 2009-01-28
12:02:06 UTC (rev 12451)
@@ -1,5 +1,5 @@
#Colors
-headerBackgroundColor=#000000
+headerBackgroundColor=#A84807
headerGradientColor=#F2F7FF
headerTextColor=#000000
headerWeightFont=bold
@@ -68,7 +68,7 @@
warningColor=#FFE6E6
warningBackgroundColor=#FF0000
-editorBackgroundColor=#F1F1F1
+editorBackgroundColor=#D7D7D7
editBackgroundColor=#FEFFDA
#Gradients
Modified: trunk/test-applications/realworld/web/src/main/webapp/layout/template2.xhtml
===================================================================
(Binary files differ)
Modified: trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css
===================================================================
---
trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css 2009-01-28
11:12:51 UTC (rev 12450)
+++
trunk/test-applications/realworld/web/src/main/webapp/stylesheet/realworld2.css 2009-01-28
12:02:06 UTC (rev 12451)
@@ -56,11 +56,12 @@
border: none;
padding: 0px;
background: url(../img/shell/general_panelbar_bg.gif) repeat-x #A84807;
+ overflow-y: hidden;
}
.main-menu-panel-body {
border: none;
- padding: 0px;
+ padding: 0px;
}
.body-main-panel {
Show replies by date