Changeset:
        69eb423578d1
        
https://sourceforge.net/p/mrbs/hg-code/ci/69eb423578d1c36efba578b8c87687e6398b9c5b
Author:
        Campbell Morrison <[email protected]>
Date:
        Sat Feb 25 12:29:15 2017 +0000
Log message:

Fixed header layout problem in IE11 and below when using a tall logo.  See SF 
Support Requests #1158.

diffstat:

 web/Themes/default/header.inc |  5 ++++-
 web/css/mrbs.css.php          |  9 ++++++---
 2 files changed, 10 insertions(+), 4 deletions(-)

diffs (63 lines):

diff -r 67a6912f5789 -r 69eb423578d1 web/Themes/default/header.inc
--- a/web/Themes/default/header.inc     Thu Feb 23 20:29:25 2017 +0000
+++ b/web/Themes/default/header.inc     Sat Feb 25 12:29:15 2017 +0000
@@ -171,6 +171,10 @@
   echo "<ul>\n";
   
   echo "<li>\n";
+  print_header_site_info();
+  echo "</li>\n";
+  
+  echo "<li>\n";
   print_goto_date($day, $month, $year, $area, $room);
   echo "</li>\n";
   
@@ -273,7 +277,6 @@
   }
   
   echo "<header class=\"$class\">\n";
-  print_header_site_info();
   if (!$simple)
   {
     print_nav($day, $month, $year, $area, $room, $search_str);
diff -r 67a6912f5789 -r 69eb423578d1 web/css/mrbs.css.php
--- a/web/css/mrbs.css.php      Thu Feb 23 20:29:25 2017 +0000
+++ b/web/css/mrbs.css.php      Sat Feb 25 12:29:15 2017 +0000
@@ -916,7 +916,6 @@
 /* ------------ FUNCTIONS.INC -------------------*/
 
 .banner {
-  display: table;
   height: 100%;
   width: 100%;
   background-color: <?php echo $banner_back_color ?>;
@@ -931,7 +930,6 @@
 }
 
 .banner #company {
-  display: table-cell;
   font-size: large;
   padding: 0.3em 1em;
   text-align: center;
@@ -943,8 +941,9 @@
 }
 
 .banner nav {
-  display: table-cell;
+  display: table;
   height: 100%;
+  width: 100%;
 }
 
 .banner ul {
@@ -967,6 +966,10 @@
   padding: 0.3em 0.5em;
 }
 
+.banner li:first-child {
+  border-left-width: 0;
+}
+
 #logon_box a {
   display: block;
   width: 100%;

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to