Merge pull request #1109 from coreos-inc/commonlistgrid
Create a common repo-list-view control and use it everywhere
This commit is contained in:
commit
4dfeb907c3
13 changed files with 115 additions and 77 deletions
4
static/css/directives/ui/repo-list-view.css
Normal file
4
static/css/directives/ui/repo-list-view.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
.repo-list-view .btn-group {
|
||||
float: right;
|
||||
margin-bottom: 10px;
|
||||
}
|
Reference in a new issue