Skip to content

Commit

Permalink
Fix #1458. Search Bar aligned on top
Browse files Browse the repository at this point in the history
  • Loading branch information
offtherailz committed Feb 15, 2017
1 parent c999ddb commit 92c9c26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/components/data/query/QueryToolbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const QueryToolbar = React.createClass({
(!fieldsWithValues && !this.props.spatialField.geometry);

return (
<div className="container-fluid">
<div className="container-fluid query-toolbar">
<ButtonToolbar className="queryFormToolbar row-fluid pull-right">
<Button disabled={queryDisabled} id="query" onClick={this.search}>
<Glyphicon glyph="glyphicon glyphicon-search"/>
Expand Down
5 changes: 5 additions & 0 deletions web/client/components/data/query/queryform.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@
#mapstore-drawermenu #queryFormPanel .details-panel.panel-primary {
border-color: #078aa3;
}
#mapstore-drawermenu #queryFormPanel .query-toolbar{
position: absolute;
right: 0;
top: 42px;
}

/*****************************/
/* DRAWER MENU END ***********/
Expand Down

0 comments on commit 92c9c26

Please sign in to comment.