Changeset 64bdae8 in github


Ignore:
Timestamp:
May 8, 2012 8:51:06 AM (14 months ago)
Author:
Aleksander Machniak <alec@…>
Branches:
release-0.8
Children:
5251421
Parents:
aca50c1
git-author:
Aleksander Machniak <alec@…> (05/08/12 08:48:39)
git-committer:
Aleksander Machniak <alec@…> (05/08/12 08:51:06)
Message:

Fix Opera issues with duplicated scrollbar and invisible border

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • program/steps/settings/about.inc

    r50d6e91 r64bdae8  
    6969      $uri = 'http://' . $uri; 
    7070    } 
    71      
     71 
    7272    $table->add_row(); 
    7373    $table->add('name', Q($data['name'] ? $data['name'] : $name)); 
     
    105105      $data[$key] = $xpath->evaluate($path); 
    106106    } 
    107  
     107console($name); 
    108108    $plugins[$name] = $data; 
    109109 
     
    114114    for ($i=0; $i<$cnt; $i++) { 
    115115      $dn = $deps->item($i)->nodeValue; 
     116console($dn); 
    116117      if (!array_key_exists($dn, $plugins)) { 
    117118        rcube_plugin_data($dn, $plugins); 
  • skins/default/mail.css

    rf5a262f r64bdae8  
    300300  border: 1px solid #999999; 
    301301  background-color: #F9F9F9; 
     302  overflow: hidden; 
    302303} 
    303304 
  • skins/default/settings.css

    r06c990e r64bdae8  
    7777  bottom: 0; 
    7878  border: 1px solid #999999; 
    79   overflow: auto; 
     79  overflow: hidden; 
    8080  background-color: #F2F2F2; 
    8181} 
Note: See TracChangeset for help on using the changeset viewer.