css: prevent new UI css from breaking old css
This also breaks css out into directives.
This commit is contained in:
parent
e082b61b26
commit
758158391c
4 changed files with 160 additions and 106 deletions
|
@ -1,9 +1,9 @@
|
|||
<div class="resource-view" resource="repositories">
|
||||
<div class="repo-listing">
|
||||
<div class="new-repo-listing">
|
||||
|
||||
<!-- Titles -->
|
||||
<div ng-if="starred" class="repo-list-title">
|
||||
<i class="fa fa-star starred" style="color:#ffba6d"></i>
|
||||
<i class="fa fa-star starred"></i>
|
||||
Starred
|
||||
</div>
|
||||
<div ng-if="!starred && user.username == namespace.username" class="repo-list-title">
|
||||
|
@ -50,13 +50,6 @@
|
|||
<div class="empty-primary-msg">This namespace doesn't have any viewable repositories.</div>
|
||||
<div class="empty-secondary-msg">Either no repositories exist yet or you may not have permission to view any. If you have permission, try <a href="/new">creating a new repository</a>.</div>
|
||||
</div>
|
||||
|
||||
<!-- HR -->
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Reference in a new issue