mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-06 10:39:05 +02:00
fix(albums): title css
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user