mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-06 20:45:54 +02:00
fix(collections): fixed collections list css
This commit is contained in:
@@ -104,6 +104,9 @@
|
||||
font-size: 1.2em;
|
||||
text-shadow: 0 0 0.1em #000,-0 -0 0.1em #000;
|
||||
}
|
||||
.text-info {
|
||||
color: #54b5e4;
|
||||
}
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<section class="container" ng-controller="CollectionController as vm" ng-init="vm.buildPager();">
|
||||
<div class="row margin-top-20">
|
||||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<span id="top_of_collections_list">
|
||||
<h3 class="margin-bottom-30">
|
||||
<h3>
|
||||
{{'COLLECTIONS.COLL_LIST' | translate}}
|
||||
</h3>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user