From eb2acf9337bc7c3b0d6ce0ea03a48030ce1038c6 Mon Sep 17 00:00:00 2001 From: Elliott Clark Date: Fri, 30 Aug 2013 16:33:38 -0700 Subject: [PATCH] HBASE-9400 [UI] Catalog tables section isn't aligned --- .../hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon | 1 - .../main/resources/hbase-webapps/static/css/hbase.css | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon index 1f2acd4..fa3b76b 100644 --- hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon +++ hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon @@ -301,7 +301,6 @@ AssignmentManager assignmentManager = master.getAssignmentManager(); - <%if (frags != null) %> diff --git hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css index 4da5d45..53e23f4 100644 --- hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css +++ hbase-server/src/main/resources/hbase-webapps/static/css/hbase.css @@ -15,7 +15,22 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +/* General styling */ body { padding-top: 60px; } .logo img { float: right; } .inner_header { margin-bottom: 1em;} section { margin-bottom: 3em; } + + +/* Master page styling */ +#tab_catalogTables table { + /* + Catalog tab on master doesn't have any content before + it. Make sure there is some padding so it + doesn't look crowded. + */ + margin-top: 1.2em; +} + +/* Region Server page styling */ \ No newline at end of file -- 1.7.10.2 (Apple Git-33)
System Tables Table NameFrag.