Skip to content

Commit

Permalink
WEB: Fix display of Language tab on Firefox
Browse files Browse the repository at this point in the history
"Language" overflowed and wasn't visible.
  • Loading branch information
salty-horse committed Apr 13, 2016
1 parent fae9d73 commit f17a42c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions css/lang-menu.css
@@ -1,10 +1,9 @@
#lang-wrapper {
width: 0px;
margin: 0 auto;
float: right;
position: relative;
right: 620px;
top: 79px;
margin-right: 10px;
}

code.text-badge {
Expand Down Expand Up @@ -33,7 +32,8 @@ code.text-badge {
#langmenu > li {
float: left;
height: 29px;
width: 115px;
padding-right: 2px;
margin-right: 10px;
margin-top: 0pt;
margin-bottom: 0pt;
position: relative;
Expand Down Expand Up @@ -62,7 +62,6 @@ code.text-badge {
position: absolute;
top: 27px;
left: 0px;
width: 105px;
border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
Expand All @@ -86,7 +85,6 @@ code.text-badge {

#langmenu li ul li {
float: left;
width: 115px;
list-style: none;
margin: 0 5px 7px 0;
padding: 0 0 3px 0;
Expand Down
2 changes: 1 addition & 1 deletion templates/index.tpl
Expand Up @@ -33,11 +33,11 @@
<img src="/images/scummvm_logo.jpg" width="287" height="118" alt="{#indexLogo#}" class="float_left">
</a>

{include file='lang_menu.tpl'}
<span>
<img src="/images/heroes{$heroes_num|rand:0}.png" alt="{#indexCharacters#}" width="483" height="89">
<img src="/images/scummvm-caption.png" alt="Script creation utility for Maniac Mansion Virtual Machine" width="483" height="29">
</span>
{include file='lang_menu.tpl'}
</div>

<div id="container">
Expand Down

0 comments on commit f17a42c

Please sign in to comment.