[Vtigercrm-commits] [vtiger development] #5735: small move of some html to css to .moduleName
vtiger development
vtiger-tickets at trac.vtiger.com
Wed Mar 25 21:05:05 EDT 2009
#5735: small move of some html to css to .moduleName
-----------------------+----------------------------------------------------
Reporter: tzenk1 | Owner: developer
Type: patch | Status: new
Priority: trivial | Milestone: 5.1.0
Component: vtigercrm | Version: 5.1.0-val1
Keywords: |
-----------------------+----------------------------------------------------
In modules/dashboard/index.php Line 80 change
<td style="padding-left:10px;padding-right:30px" class="moduleName"
width="20%" nowrap>
to
<td class="moduleName" width="20%">
and add
padding-left:10px;
padding-right:30px;
white-space: nowrap;
to .moduleName in the themes style.css
The same in modules/Calendar/header.php Line 23
By doing so one can edit the Header Module Name Link via CSS, as the width
entry stays in HTML of the two files.
Best Regards
Torsten Zenk
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5735>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list