From 659003e07f95886e38bbb025dda817bddb885b31 Mon Sep 17 00:00:00 2001 From: Jan Date: Tue, 22 Jan 2019 10:39:52 +0100 Subject: [PATCH] fix: haeckel adminer.css (#323) - fix: broken menu layout on Firefox 64+ - add: option to hide "new version" link (commented out) - add: author credits for changes made in 2018 --- designs/haeckel/adminer.css | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/designs/haeckel/adminer.css b/designs/haeckel/adminer.css index 4b865147..93c9a56d 100644 --- a/designs/haeckel/adminer.css +++ b/designs/haeckel/adminer.css @@ -3,15 +3,15 @@ * * Klemens Häckel [http://clickdimension.wordpress.com/] * - * update 2018-02 - * adapted for adminer 4.6.1 - * * new remaster based on style for WT-NMP 13.12 * * Created by Miroslav Pokorný [http://fuch.cz]. * Icons by Yusuke Kamiyamane [http://p.yusukekamiyamane.com/] (some of them were modified). * Slightly inspired by themes created by Martin Hořínek and Klemens Häckel. * + * updated 2018-02 by Jan [http://cloux.org] + * - fixes and usability improvements for Adminer 4.6.1 + * */ /*** Fonts ***/ @@ -139,10 +139,15 @@ html>/**/body #menu li a[href*="&select="]:link:hover { /* Menu - Show structure */ html>/**/body #menu li a[href*="&table="] { - width: 263px; + width: 280px; float: left; } - +/* Hide "new version" link in the top bar */ +/* +html>body #menu h1 a#version { + display: none; +} +*/ /*** Tables and views ***/ /* set default alignment to left */ @@ -388,7 +393,7 @@ h2 { display: none; } #content { - margin-left: 325px; + margin-left: 355px; } .tabs { margin: 12px auto 10px auto; @@ -458,7 +463,7 @@ a:link:hover, a:visited:hover { #menu { background-color: #f8f8f8; box-shadow: 0px 0px 3px rgba(0,0,0,0.50) !important; - width: 310px; + width: 330px; margin: 0; top: 0; padding-bottom: 0;