remove horizontal scrollbars Signed-off-by: Chris Rohr <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/9abdbb02 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/9abdbb02 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/9abdbb02 Branch: refs/heads/console-v2 Commit: 9abdbb020e9a06e960537db525fa2c1734e6b0fe Parents: d289779 Author: Andrew Avenoso <[email protected]> Authored: Thu May 29 13:22:13 2014 -0400 Committer: Chris Rohr <[email protected]> Committed: Thu May 29 15:57:56 2014 -0400 ---------------------------------------------------------------------- contrib/blur-console/src/main/webapp/views/dashboard.tpl.html | 2 +- contrib/blur-console/src/main/webapp/views/queries.tpl.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/9abdbb02/contrib/blur-console/src/main/webapp/views/dashboard.tpl.html ---------------------------------------------------------------------- diff --git a/contrib/blur-console/src/main/webapp/views/dashboard.tpl.html b/contrib/blur-console/src/main/webapp/views/dashboard.tpl.html index 0590690..43e2cfa 100644 --- a/contrib/blur-console/src/main/webapp/views/dashboard.tpl.html +++ b/contrib/blur-console/src/main/webapp/views/dashboard.tpl.html @@ -23,7 +23,7 @@ under the License. Queries have been running for longer than a minute. </div> -<div class="row"> +<div class="row-fluid"> <div class="col-sm-8"> <div class="row"> <div class="col-sm-6 text-center swapper-parent"> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/9abdbb02/contrib/blur-console/src/main/webapp/views/queries.tpl.html ---------------------------------------------------------------------- diff --git a/contrib/blur-console/src/main/webapp/views/queries.tpl.html b/contrib/blur-console/src/main/webapp/views/queries.tpl.html index cda6d89..88a9644 100644 --- a/contrib/blur-console/src/main/webapp/views/queries.tpl.html +++ b/contrib/blur-console/src/main/webapp/views/queries.tpl.html @@ -17,7 +17,7 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<div class="row"> +<div class="row-fluid"> <div id="tableHolder" class="col-sm-4"> </div>
