Add the namespaces box to the right hand side and make other small UI improvements to the repo list view
This commit is contained in:
parent
785de61c59
commit
08f006a90c
6 changed files with 81 additions and 33 deletions
|
@ -105,10 +105,8 @@
|
|||
|
||||
.new-repo-listing {
|
||||
display: block;
|
||||
border-bottom: 1px solid #eee;
|
||||
font-size: 14px;
|
||||
line-height: normal;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.new-repo-listing .description {
|
||||
|
@ -129,3 +127,7 @@
|
|||
.repo-list-grid {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.repo-list-title .avatar {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
|
26
static/css/pages/repo-list.css
Normal file
26
static/css/pages/repo-list.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
.repo-list .repo-list-panel {
|
||||
padding: 20px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
.repo-list .repo-list-namespaces h4 {
|
||||
margin: 6px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.repo-list .namespaces-list {
|
||||
margin: 20px;
|
||||
padding: 0px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.repo-list .namespaces-list li {
|
||||
list-style: none;
|
||||
margin: 4px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.repo-list .namespaces-list li .avatar {
|
||||
margin-right: 10px;
|
||||
}
|
Reference in a new issue