Skip to content

Commit

Permalink
WEB: Added language badges
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Dec 12, 2015
1 parent a087541 commit cb021c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions css/lang-menu.css
Expand Up @@ -7,10 +7,11 @@
top: 79px;
}

#text-badge {
code.text-badge {
background-color: #00007f;
color: white;
margin: 0 0;
font-family: Tahoma;
margin: 0 8px 0 8px;
}

#langmenu {
Expand Down Expand Up @@ -63,7 +64,7 @@
border-left: 1px solid #cecece;
border-right: 1px solid #cecece;
border-bottom: 1px solid #cecece;
padding: 10px 10px 10px 17px;
padding: 10px 10px 10px 0px;
display: none;
background: #f6f6f6;
z-index: 1000;
Expand Down
4 changes: 2 additions & 2 deletions templates/lang_menu.tpl
Expand Up @@ -3,8 +3,8 @@
<ul id="langmenu">
<li><a href="">Language</a>
<ul>
<li><!--<div id="text-badge">EN</div>--><a href="">English</a></li>
<li><a href="">German</a></li>
<li><a href=""><code class="text-badge">EN</code>English</a></li>
<li><a href=""><code class="text-badge">DE</code>German</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit cb021c6

Please sign in to comment.