mirror of
https://github.com/vrana/adminer.git
synced 2025-08-05 14:17:26 +02:00
Designs: Adapt to iPad
This commit is contained in:
@@ -413,6 +413,7 @@ tbody tr:nth-child(n):hover th {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
}
|
}
|
||||||
#lang {
|
#lang {
|
||||||
|
top: 0;
|
||||||
left: 18em;
|
left: 18em;
|
||||||
}
|
}
|
||||||
.rtl #lang {
|
.rtl #lang {
|
||||||
@@ -691,10 +692,13 @@ input[type="file"]:disabled::file-selector-button {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 880px) {
|
@media all and (max-width: 800px) {
|
||||||
body {
|
body {
|
||||||
padding-bottom: 2em;
|
padding-bottom: 2em;
|
||||||
}
|
}
|
||||||
|
.js #menuopen {
|
||||||
|
left: 14px;
|
||||||
|
}
|
||||||
body,
|
body,
|
||||||
#content,
|
#content,
|
||||||
#content > form:last-of-type,
|
#content > form:last-of-type,
|
||||||
@@ -710,7 +714,7 @@ input[type="file"]:disabled::file-selector-button {
|
|||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
#breadcrumb {
|
#breadcrumb {
|
||||||
padding: 0 0 0 10px;
|
padding: 0 28px;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
margin: 0 -10px;
|
margin: 0 -10px;
|
||||||
|
@@ -368,7 +368,7 @@ td.nowrap {
|
|||||||
right: 0;
|
right: 0;
|
||||||
left: auto;
|
left: auto;
|
||||||
}
|
}
|
||||||
@media all and (max-width: 880px) {
|
@media all and (max-width: 800px) {
|
||||||
.pages {
|
.pages {
|
||||||
left: auto;
|
left: auto;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user