css: prevent new UI css from breaking old css

This also breaks css out into directives.
This commit is contained in:
Jimmy Zelinskie 2015-02-24 14:43:04 -05:00
parent e082b61b26
commit 758158391c
4 changed files with 160 additions and 106 deletions

View file

@ -0,0 +1,7 @@
.repo-list-sidebar .button-bar-right {
margin-bottom: 20px;
}
.repo-list-sidebar .panel .panel-body .fa-gear {
float: right;
}