-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use getMainCurrentView instead of CurrentView
- Loading branch information
Leny Bernard
committed
Jul 18, 2016
1 parent
bcb1527
commit d5c6f37
Showing
2 changed files
with
26 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,28 @@ | ||
#header { | ||
.localeSwitcher { | ||
z-index: 1; | ||
.btn { | ||
padding-top: 6px; | ||
padding-right: 7px; | ||
padding-bottom: 6px; | ||
padding-left: 7px; | ||
line-height: 18px; | ||
} | ||
.dropdown-menu { | ||
min-width: 0; | ||
> li > a { | ||
padding: 4px 0; | ||
width: 56px; | ||
text-align: center; | ||
} | ||
} | ||
.localeSwitcher-flag { | ||
width: 24px; | ||
height: 24px; | ||
} | ||
.localeSwitcher-flag + .caret { | ||
margin-left: 6px; | ||
} | ||
.caret + .localeSwitcher-flag { | ||
margin-left: 6px; | ||
.localeSwitcher { | ||
z-index: 1; | ||
.btn { | ||
padding-top: 6px; | ||
padding-right: 7px; | ||
padding-bottom: 6px; | ||
padding-left: 7px; | ||
line-height: 18px; | ||
} | ||
.dropdown-menu { | ||
min-width: 0; | ||
> li > a { | ||
padding: 4px 0; | ||
width: 56px; | ||
text-align: center; | ||
} | ||
} | ||
.localeSwitcher-flag { | ||
width: 24px; | ||
height: 24px; | ||
} | ||
.localeSwitcher-flag + .caret { | ||
margin-left: 6px; | ||
} | ||
.caret + .localeSwitcher-flag { | ||
margin-left: 6px; | ||
} | ||
} |