fix(albums): title css

This commit is contained in:
OldHawk
2018-05-23 03:22:52 +08:00
parent 3c148e9095
commit 44b6cb632e
2 changed files with 9 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
<section class="container" ng-controller="CollectionController as vm" ng-init="vm.buildPager();">
<div class="row">
<div class="col-sm-12">
<div id="top_of_collections_list" class="margin-top-30">
<h4>
<span id="top_of_collections_list">
<h3>
{{'COLLECTIONS.COLL_LIST' | translate}}
</h4>
</div>
</h3>
</span>
<div class="collections-list">
<div class="pagination-div-top">

View File

@@ -6,10 +6,10 @@
</div>
</div>
<div class="col-md-12 margin-bottom-20" ng-show="vm.uploadMakerList">
<h3>
<div class="col-md-12 margin-bottom-40" ng-show="vm.uploadMakerList">
<h4 class="margin-bottom-20">
{{'UPLOADER.CAPTION_MAKER' | translate}}
</h3>
</h4>
<div class="table-responsive table-uploader">
<table class="table table-hover tb-v-middle top-border bottom-border">
@@ -55,9 +55,9 @@
</div>
<div class="col-md-12" id="top_of_user_list" ng-show="vm.pagedItems">
<h3>
<h4>
{{'UPLOADER.CAPTION_USER' | translate}}
</h3>
</h4>
<ul uib-pagination boundary-links="true" max-size="8" items-per-page="vm.itemsPerPage" total-items="vm.filterLength"
ng-model="vm.currentPage"