[css/data-explorer][xs]: fix for Firefox for query editor main query box.

This commit is contained in:
Rufus Pollock 2012-05-08 00:24:02 +01:00
parent 4ceae82a18
commit 749d6190ca

View File

@ -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;