From 749d6190ca1ebb0f83a17afed2f1981e1dc97c46 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Tue, 8 May 2012 00:24:02 +0100 Subject: [PATCH] [css/data-explorer][xs]: fix for Firefox for query editor main query box. --- css/data-explorer.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/data-explorer.css b/css/data-explorer.css index 766a91ec..635050bf 100644 --- a/css/data-explorer.css +++ b/css/data-explorer.css @@ -38,6 +38,16 @@ float: left; } +/* needed for Chrome but not FF */ +.header .recline-query-editor .add-on { + margin-left: -27px; +} + +/* needed for FF but not chrome */ +.header .recline-query-editor .input-prepend { + vertical-align: top; +} + .header .recline-query-editor .pagination input { width: 30px; height: 18px;