Author: amarkhel
Date: 2010-07-13 14:48:50 -0400 (Tue, 13 Jul 2010)
New Revision: 18015
Modified:
root/ui/output/trunk/panels/ui/src/main/resources/META-INF/resources/css/popupPanel.ecss
Log:
Modified:
root/ui/output/trunk/panels/ui/src/main/resources/META-INF/resources/css/popupPanel.ecss
===================================================================
---
root/ui/output/trunk/panels/ui/src/main/resources/META-INF/resources/css/popupPanel.ecss 2010-07-13
18:46:48 UTC (rev 18014)
+++
root/ui/output/trunk/panels/ui/src/main/resources/META-INF/resources/css/popupPanel.ecss 2010-07-13
18:48:50 UTC (rev 18015)
@@ -62,24 +62,17 @@
padding-left : 10px;
}
.mp_header_controls {
- background : "url(#{resource['images/close_act.gif']}) no-repeat
center";
- width : 16px;
- height : 16px;
position : absolute;
- top : 8px;
- right : 8px;
+ top : 2px;
+ right : 2px;
white-space : nowrap;
cursor : default;
+ font-weight : '#{richSkin.headerWeightFont}';
+ color : '#{richSkin.headerTextColor}';
+ font-family : '#{richSkin.headerFamilyFont}';
+ font-size : '#{richSkin.headerSizeFont}';
}
-.mp_header_icon {
- background : "url(#{resource['images/edit.gif']}) no-repeat center";
- width : 16px;
- height : 16px;
- margin-right : 5px;
- vertical-align : middle;
- display : inline-block;
- text-align : middle;
-}
+
.mp_content_scroller {
position : relative;
top : 0px;
Show replies by date