[css/data-explorer][xs]: fix for Firefox for query editor main query box.
This commit is contained in:
@@ -38,6 +38,16 @@
|
|||||||
float: left;
|
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 {
|
.header .recline-query-editor .pagination input {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
|
|||||||
Reference in New Issue
Block a user