Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Fix Language Padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Gogs committed Jul 29, 2017
1 parent d6e3bda commit b0b1c2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/css/wallet.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ body {
background-color: #ffefcb;
}

.langselect {
padding-right: 8px;
}

.navbar-default {
background-color: #e7623c;
border-color: #b9392b;
Expand Down
2 changes: 1 addition & 1 deletion view/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<a class="navbar-brand" href="index.php"><?=$fullname?> Wallet</a>
</div>
<div class="nav navbar-nav navbar-right">
<div class="dropdown">
<div class="dropdown langselect">
<button class="btn btn-default navbar-btn dropdown-toggle" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
Language
<span class="caret"></span>
Expand Down

0 comments on commit b0b1c2b

Please sign in to comment.