mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Move language selection into the mobile menu (fixes #489)
This commit is contained in:
parent
ee8fa8cbdb
commit
eaf0b2262f
4 changed files with 29 additions and 14 deletions
|
@ -289,6 +289,14 @@ h2 .rssicon{
|
|||
h1{
|
||||
text-align:right;
|
||||
}
|
||||
.langselect{
|
||||
text-align:right;
|
||||
}
|
||||
.langselect select{
|
||||
text-align:right;
|
||||
margin-left:0;
|
||||
margin-right:10px;
|
||||
}
|
||||
.summary{
|
||||
text-align:right;
|
||||
}
|
||||
|
|
|
@ -2031,14 +2031,21 @@ h2 .rssicon{
|
|||
width:auto;
|
||||
}
|
||||
.langselect{
|
||||
text-align:left;
|
||||
background-color:#fff;
|
||||
border-top:2px solid #ebebeb;
|
||||
}
|
||||
.langselect select{
|
||||
text-align:left;
|
||||
background-color:transparent;
|
||||
border:0;
|
||||
font-size:115%;
|
||||
position:absolute;
|
||||
right:-20px;
|
||||
top:18px;
|
||||
width:120px;
|
||||
text-indent:20px;
|
||||
padding:8px 0;
|
||||
margin-top:12px;
|
||||
margin-left:10px;
|
||||
width:95%;
|
||||
-webkit-appearance:none;
|
||||
-moz-appearance:none;
|
||||
}
|
||||
.menumobile{
|
||||
display:inline-block;
|
||||
|
@ -2053,12 +2060,12 @@ h2 .rssicon{
|
|||
.lang,
|
||||
.menusimple{
|
||||
display:none;
|
||||
}
|
||||
.menusimple{
|
||||
background-color:#fff;
|
||||
position:static;
|
||||
bottom:0;
|
||||
margin:0 0 10px 0;
|
||||
margin:0;
|
||||
height:auto;
|
||||
overflow:auto;
|
||||
}
|
||||
.menusimple li a,
|
||||
.menusimple li ul li a,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue