mirror of
https://github.com/vrana/adminer.git
synced 2025-08-06 14:46:36 +02:00
CSS: Move Logout down on narrow screens (fix #938)
This commit is contained in:
@@ -100,7 +100,7 @@ input.wayoff { left: -1000px; position: absolute; }
|
|||||||
|
|
||||||
@media all and (max-width: 880px) {
|
@media all and (max-width: 880px) {
|
||||||
.pages { left: auto; }
|
.pages { left: auto; }
|
||||||
.logout { position: static; padding: 0 1em 1em; }
|
.logout { position: static; padding: 1em; }
|
||||||
#menu { position: static; width: auto; }
|
#menu { position: static; width: auto; }
|
||||||
#content { margin-left: 10px; }
|
#content { margin-left: 10px; }
|
||||||
#lang { position: static; }
|
#lang { position: static; }
|
||||||
|
Reference in New Issue
Block a user