Changeset 22 for branches

Show
Ignore:
Timestamp:
02/10/09 11:26:43 (3 years ago)
Author:
daris
Message:

portal: fixes for active topics panel

Location:
branches/portal_by_daris
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/portal_by_daris/lang/English/admin_portal.php

    r2 r22  
    2525'Size legend'                   => 'Customize panels size', 
    2626'Left side width'               => 'Left side width', 
    27 'Left side width help'          => 'Width for left side. Type 0 to disable.', 
     27'Left side width help'          => 'Width for left side in percent. Type 0 to disable.', 
    2828'Right side width'              => 'Right side width', 
    29 'Right side width help'         => 'Width for right side. Type 0 to disable.', 
     29'Right side width help'         => 'Width for right side in percent. Type 0 to disable.', 
    3030 
    3131// -- Advanced settings 
     
    3333'Advanced settings legend'      => 'Advanced settings', 
    3434'Panels on all pages'           => 'Panels on all pages', 
    35 'Panels on all pages info'      => 'Displays panels on all pages (excluding admin)', 
     35'Panels on all pages info'      => 'Displays panels on all pages (excluding admin and profile)', 
    3636 
    3737); 
  • branches/portal_by_daris/panels/active_topics.php

    r20 r22  
    7777if ($forum_db->num_rows($result_at)) 
    7878{ 
    79          
     79 
    8080?> 
    8181        <div class="main-subhead"> 
     
    242242                </p> 
    243243        </div> 
    244  
  • branches/portal_by_daris/style/style.css

    r19 r22  
    1919        padding-bottom: 0px; 
    2020        width: auto; 
     21} 
     22 
     23.panel .forum .main-subhead { 
     24        margin: -1px; 
     25} 
     26 
     27.panel .forum #forum { 
     28        margin-left: -1px; 
     29        margin-right: -1px; 
    2130} 
    2231 
     
    7281} 
    7382 
    74  
    7583.panel .news .news-info-right { 
    7684        float: right;