Ignore:
Timestamp:
Jul 29, 2013, 11:04:55 PM (11 years ago)
Author:
chronos
Message:
  • Fixed: Use relative size for all fonts style to better support monitors with different DPI.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Dictionary/Dictionary.php

    r552 r557  
    3737  if ($mode == 1) $Output .= '..Všechny přeložené';
    3838  if ($mode == 2) $Output .= '..Nepřeložené';
    39   $Output .= '<table width="98%" class="BaseTable">';
     39  $Output .= '<table class="BaseTable">';
    4040  $Output .= '<tr><th>Originál</th>'.'<th>Překlad</th></tr>';
    4141
     
    275275  if($User->Licence(LICENCE_USER)) $TableColumns[] = array('Name' => '', 'Title' => 'Akce');
    276276  $Order = GetOrderTableHeader($TableColumns, 'Original');
    277   $Output .= '<table width="98%" class="BaseTable">'.$Order['Output'];
     277  $Output .= '<table class="BaseTable">'.$Order['Output'];
    278278
    279279  $sql_page = $sql.$Order['SQL'].$PageList['SQLLimit'];
Note: See TracChangeset for help on using the changeset viewer.