HBASE-9400 [UI] Catalog tables section isn't aligned
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1524262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d9afde973a
commit
e7c5a38416
|
@ -301,7 +301,6 @@ AssignmentManager assignmentManager = master.getAssignmentManager();
|
|||
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
<th>System Tables</th>
|
||||
<th>Table Name</th>
|
||||
<%if (frags != null) %>
|
||||
<th title="Fragmentation - Will be 0% after a major compaction and fluctuate during normal usage.">Frag.</th>
|
||||
|
|
|
@ -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 */
|
Loading…
Reference in New Issue