From e9a797b08e2c5e20a7698fb332dd6ba85359ae25 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 7 Oct 2013 12:49:36 +0200 Subject: [PATCH] smaller fonts in query editor --- plugins/query_editor/static/css/query_editor.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/plugins/query_editor/static/css/query_editor.css b/plugins/query_editor/static/css/query_editor.css index bf67a960..b340b00f 100644 --- a/plugins/query_editor/static/css/query_editor.css +++ b/plugins/query_editor/static/css/query_editor.css @@ -35,6 +35,10 @@ table.columns { width: 300px; } +table.columns input { + font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +} + table.columns thead th { padding: 3px 18px 3px 3px; border-bottom: 1px solid black; @@ -50,10 +54,11 @@ table.columns tfoot th { } table.columns td { - padding: 3px 5px; + padding: 2px 5px; + font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; } -table.columns td.center { +table.columns td.center, table.columns th.center { text-align: center; } -- 2.43.0