From bb86835332e28eee102a6466fce13fba3edb159a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 14 Dec 2015 16:37:19 +0100 Subject: [PATCH] Compact display of query results status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- themes/pmahomme/css/common.css.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index df59b2a7f7..9ab6734ef7 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1801,6 +1801,14 @@ div.sqlvalidate { background: ; } +.result_query .success { + margin-bottom: 0; + border-bottom: none; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + padding-bottom: 5px; +} + #PMA_slidingMessage code.sql, div.sqlvalidate { background: ;