[Vtigercrm-commits] [vtiger-commits] r7924 - in /vtigercrm/trunk: Smarty/templates/Rss.tpl themes/blue/style.css

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Jul 10 05:35:51 EDT 2006


Author: richie
Date: Mon Jul 10 03:35:01 2006
New Revision: 7924

Log:
issues in popup div has been fixed in Rss

Modified:
    vtigercrm/trunk/Smarty/templates/Rss.tpl
    vtigercrm/trunk/themes/blue/style.css

Modified: vtigercrm/trunk/Smarty/templates/Rss.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Rss.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Rss.tpl Mon Jul 10 03:35:01 2006
@@ -164,7 +164,7 @@
 	<td>&nbsp;</td>
 	</tr>
 </table>
-	<div id="PopupLay" class="fixedLay">
+	<div id="PopupLay">
 	<table width="100%" border="0" cellpadding="5" cellspacing="0">
 	<tr>
 	<td class="genHeaderSmall" align="left"><img src="{$IMAGE_PATH}rssroot.gif" width="24" height="22" align="absmiddle" />&nbsp;{$MOD.LBL_ADD_RSS_FEED}</td>

Modified: vtigercrm/trunk/themes/blue/style.css
==============================================================================
--- vtigercrm/trunk/themes/blue/style.css (original)
+++ vtigercrm/trunk/themes/blue/style.css Mon Jul 10 03:35:01 2006
@@ -2372,6 +2372,7 @@
     background-color:#FFFFFF;
 }
 #PopupLay{
+    position:absolute;
     font-family:Arial, Helvetica, sans-serif;
     font-size:11px;
     text-align:left;





More information about the vtigercrm-commits mailing list