Skip to content

Commit

Permalink
Merge pull request #914 from WhaleWatching/imp_main_pane
Browse files Browse the repository at this point in the history
Fix .main_pane display in small width
  • Loading branch information
nijel committed Feb 18, 2014
2 parents bf49c4f + f09e7f4 commit 1c5b621
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion themes/original/css/common.css.php
Expand Up @@ -1381,12 +1381,14 @@

#main_pane_left {
width: 60%;
min-width: 260px;
float: <?php echo $left; ?>;
padding-top: 1em;
}

#main_pane_right {
margin-<?php echo $left; ?>: 60%;
overflow: hidden;
min-width: 160px;
padding-top: 1em;
padding-<?php echo $left; ?>: 1em;
}
Expand Down
4 changes: 3 additions & 1 deletion themes/pmahomme/css/common.css.php
Expand Up @@ -1801,12 +1801,14 @@

#main_pane_left {
width: 60%;
min-width: 260px;
float: <?php echo $left; ?>;
padding-top: 1em;
}

#main_pane_right {
margin-<?php echo $left; ?>: 60%;
overflow: hidden;
min-width: 160px;
padding-top: 1em;
padding-<?php echo $left; ?>: 1em;
}
Expand Down

0 comments on commit 1c5b621

Please sign in to comment.