From 47536ed4b5f44861e1cf3fff63764e4ac4ebda04 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 --- .../main/resources/hbase-webapps/static/css/hbase.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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)