Skip to content

Commit

Permalink
#935 Fix alignment issues in search results
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Oct 16, 2014
1 parent 1ee67a2 commit 1536dda
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Version
const FORUM_VERSION = '3.5.0';

// The ModernBB Core version
const FORUM_CORE_VERSION = '0.0.35.2509';
const FORUM_CORE_VERSION = '0.0.35.2511';

// The database version number, every change in the database requires this number to go one up
const FORUM_DB_VERSION = 77;
Expand Down
8 changes: 4 additions & 4 deletions style/Core/templates/views/search-topics_header.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<div class="forum-box">
<div class="row forum-header">
<div class="col-xs-6"><?php echo $lang['Topic'] ?></div>
<div class="col-xs-2 hidden-xs"><?php echo $lang['Forum'] ?></div>
<div class="col-xs-1 hidden-xs"><p class="text-center"><?php echo $lang['Replies forum'] ?></p></div>
<div class="col-xs-3 col-search"><?php echo $lang['Last post'] ?></div>
<div class="col-md-6 col-sm-6 col-xs-7"><?php echo $lang['Topic'] ?></div>
<div class="col-md-2 hidden-sm hidden-xs"><?php echo $lang['Forum'] ?></div>
<div class="col-md-1 col-sm-2 hidden-xs"><p class="text-center"><?php echo $lang['Replies forum'] ?></p></div>
<div class="col-md-3 col-sm-4 col-xs-5"><?php echo $lang['Last post'] ?></div>
</div>

0 comments on commit 1536dda

Please sign in to comment.