]> git.joonet.de Git - adminer.git/commitdiff
Display navigation bellow main content on mobile browsers
authorJakub Vrana <jakub@vrana.cz>
Wed, 8 May 2013 18:27:20 +0000 (11:27 -0700)
committerJakub Vrana <jakub@vrana.cz>
Wed, 8 May 2013 18:27:20 +0000 (11:27 -0700)
adminer/static/default.css
changes.txt

index 7aab444fe7d8f4bf3eefe045200906881536f244..3963a7d48542b0a5836fc5ce481595fd0845cfb8 100644 (file)
@@ -71,6 +71,16 @@ input.default { background: #ddf; }
 .rtl #breadcrumb { left: auto; right: 21em; margin: 0 -18px 0 0; }
 .rtl #lang, .rtl #menu { left: auto; right: 0; }
 
+@media all and (max-device-width: 880px) {
+       .pages { left: auto; }
+       #menu { position: static; width: auto; }
+       #content { margin-left: 10px; }
+       #lang { position: static; border-top: 1px solid #999; }
+       #breadcrumb { left: auto; }
+       .rtl #content { margin-right: 10px; }
+       .rtl #breadcrumb { right: auto; }
+}
+
 @media print {
        #lang, #menu { display: none; }
        #content { margin-left: 1em; }
index 8a32627f5fc4d842cd2f63236fdbf4e20f4bcdfb..ef0479d276138ee16395678de46ce6b255bafcfb 100644 (file)
@@ -9,6 +9,7 @@ Remove bzip2 compression support
 Constraint memory used in TAR export
 Allow exporting views dependent on each other (bug #3459151)
 Fix resetting search (bug #3612507)
+Display navigation bellow main content on mobile browsers
 MySQL: Optimize create table page and Editor navigation
 MySQL: Display bit type as binary number
 MySQL: Improve export of binary data types