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
7
static/css/directives/repo-list.css
Normal file
7
static/css/directives/repo-list.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
.repo-list-sidebar .button-bar-right {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.repo-list-sidebar .panel .panel-body .fa-gear {
|
||||
float: right;
|
||||
}
|
Reference in a new issue