diff options
| author | makitso <makitso@gmail.com> | 2014-12-16 06:01:23 -0600 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2014-12-16 06:01:23 -0600 |
| commit | 5901de475826459b90773198acd4939118270f68 (patch) | |
| tree | ae0e5b0de9d28f41b5766fa1180c0d339768cb96 /themes/colors/header.php | |
| parent | 3af59b0c6734853a685ab4cdd6b6a175f511616b (diff) | |
| download | webtrees-5901de475826459b90773198acd4939118270f68.tar.gz webtrees-5901de475826459b90773198acd4939118270f68.tar.bz2 webtrees-5901de475826459b90773198acd4939118270f68.zip | |
Update menu selector names across themes
Normalized menu selector names between themes
Fixed Android 5 menu problem in FAB
Increased size of input boxes in colors
Diffstat (limited to 'themes/colors/header.php')
| -rw-r--r-- | themes/colors/header.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/colors/header.php b/themes/colors/header.php index 31c1f3b1c7..ee4886b35c 100644 --- a/themes/colors/header.php +++ b/themes/colors/header.php @@ -78,6 +78,7 @@ if ($view!='simple') { // Use "simple" headers for popup windows // Top row right echo + '<div id="header-user-links">', '<ul class="makeMenu">'; if (Auth::check()) { @@ -118,6 +119,7 @@ if ($view!='simple') { // Use "simple" headers for popup windows '</form>', '</li>', '</ul>', + '</div>', '</div>'; // Second Row menu and palette selection @@ -137,7 +139,7 @@ if ($view!='simple') { // Use "simple" headers for popup windows // Print the menu bar echo - + '<div id="topMenu">', '<ul id="main-menu">'; foreach ($menu_items as $menu) { if ($menu) { @@ -146,7 +148,7 @@ if ($view!='simple') { // Use "simple" headers for popup windows } unset($menu_items, $menu); echo - '</ul>'; + '</ul></div>'; } // Remove list from home when only 1 gedcom $this->addInlineJavaScript( |
