- Timestamp:
- 02/10/09 11:26:43 (3 years ago)
- Location:
- branches/portal_by_daris
- Files:
-
- 3 modified
-
lang/English/admin_portal.php (modified) (2 diffs)
-
panels/active_topics.php (modified) (2 diffs)
-
style/style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/portal_by_daris/lang/English/admin_portal.php
r2 r22 25 25 'Size legend' => 'Customize panels size', 26 26 '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.', 28 28 '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.', 30 30 31 31 // -- Advanced settings … … 33 33 'Advanced settings legend' => 'Advanced settings', 34 34 '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)', 36 36 37 37 ); -
branches/portal_by_daris/panels/active_topics.php
r20 r22 77 77 if ($forum_db->num_rows($result_at)) 78 78 { 79 79 80 80 ?> 81 81 <div class="main-subhead"> … … 242 242 </p> 243 243 </div> 244 -
branches/portal_by_daris/style/style.css
r19 r22 19 19 padding-bottom: 0px; 20 20 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; 21 30 } 22 31 … … 72 81 } 73 82 74 75 83 .panel .news .news-info-right { 76 84 float: right;