Changeset 5754 for trunk/phpgwapi


Ignore:
Timestamp:
03/20/12 08:56:56 (12 years ago)
Author:
gustavo
Message:

Ticket #2549 - Definição de DOCTYPE no html para viabilizar cross-browsing no ExpressoMail?

Location:
trunk/phpgwapi
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/js/x_tools/xtools.js

    r5433 r5754  
    3434                        var _data = null; 
    3535                         
    36                         if ( document.implementation && document.implementation.createDocument ) 
     36                        if ( document.implementation && document.implementation.createDocument && !is_ie) 
    3737                        { 
    3838                                XMLDocument.prototype.load = function(filePath) 
  • trunk/phpgwapi/templates/default/css.tpl

    r1247 r5754  
    1 <style type="text/css"> 
    2 <!-- 
    3         .row_on { color: {row_text}; background-color: {row_on}; } 
    4         .row_off { color: {row_text}; background-color: {row_off}; } 
    5         .th { color: {th_text}; background-color: {th_bg}; } 
    6         {app_css} 
    7 --> 
    8 </style> 
    91{css_file} 
  • trunk/phpgwapi/templates/default/css/base.css

    r5533 r5754  
    114114        font-weight: normal; 
    115115        height: 24px; 
    116         line-height: 24px; 
     116        /* line-height: 24px; */ 
    117117        margin: 2px; 
    118118        margin-bottom: 0px; 
     
    233233} 
    234234 
     235.extraIconsRow img{ 
     236        width: 16px; 
     237} 
     238 
    235239.greyLine 
    236240{ 
Note: See TracChangeset for help on using the changeset viewer.