forked from ilot/ilot-io
templates/page: fix language switcher on mobile
This commit is contained in:
parent
4aa8370ec3
commit
8f7564c20d
2 changed files with 28 additions and 23 deletions
7
basewiki/bootstrap.local.css
vendored
7
basewiki/bootstrap.local.css
vendored
|
@ -440,9 +440,9 @@ header h1::before {
|
|||
|
||||
/* Language switchers */
|
||||
|
||||
#language-switcher-top {
|
||||
position: relative;
|
||||
margin-top: 7px;
|
||||
.language-switcher-top {
|
||||
display: block;
|
||||
padding-top: 9px;
|
||||
width: 120px; /* Force size to prevent overflowing breadcrumbs */
|
||||
height: 35px;
|
||||
z-index: 5;
|
||||
|
@ -507,7 +507,6 @@ header h1::before {
|
|||
|
||||
.current-language {
|
||||
border: 1px solid transparent;
|
||||
background: url(wikiicons/languages.png) no-repeat 92px 9px;
|
||||
}
|
||||
|
||||
.other-languages li {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue