From 61d7b4c7c522c58719631714ca91991b5d762cb2 Mon Sep 17 00:00:00 2001 From: Elliott Clark Date: Sat, 24 Oct 2015 10:14:18 -0700 Subject: [PATCH] HBASE-14690 Fix css so there's no left/right scroll bar --- hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css | 1 + hbase-thrift/src/main/resources/hbase-webapps/static/css/hbase.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css b/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css index f3bd9e9..03d8ff4 100644 --- a/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css +++ b/hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css @@ -20,6 +20,7 @@ body { padding-top: 50px; } html .content { margin-left: 2.0em; + margin-right: 2.0em; } .navbar-brand img { margin-top: -7px; diff --git a/hbase-thrift/src/main/resources/hbase-webapps/static/css/hbase.css b/hbase-thrift/src/main/resources/hbase-webapps/static/css/hbase.css index 4b36c80..03d8ff4 100644 --- a/hbase-thrift/src/main/resources/hbase-webapps/static/css/hbase.css +++ b/hbase-thrift/src/main/resources/hbase-webapps/static/css/hbase.css @@ -19,7 +19,8 @@ /* General styling */ body { padding-top: 50px; } html .content { - margin-left: 1.0em; + margin-left: 2.0em; + margin-right: 2.0em; } .navbar-brand img { margin-top: -7px; -- 2.6.1