From 80721e19f283a0ce9597c8e902752419aff3b152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 14 Oct 2015 14:25:27 +0200 Subject: [PATCH] Remove padding around highlighted SQL query MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It just consumes too much space. Issue #11507 Signed-off-by: Michal Čihař --- themes/pmahomme/css/common.css.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 9baa27e718..3a13097520 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1808,7 +1808,6 @@ div.sqlvalidate { .result_query div.sqlOuter { background: ; - padding: 1em; } #PMA_slidingMessage code.sql, @@ -3534,4 +3533,4 @@ body .ui-dialog .ui-dialog-title { body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: ; } -/* end of styles for jQuery-ui to support rtl languages */ \ No newline at end of file +/* end of styles for jQuery-ui to support rtl languages */