Add a namespace selector for choosing the namespace in the new repo view
This commit is contained in:
parent
d7148b1711
commit
1f0b142535
6 changed files with 75 additions and 6 deletions
|
@ -2,6 +2,13 @@
|
|||
font-family: 'Droid Sans', sans-serif;
|
||||
}
|
||||
|
||||
.namespace-selector-dropdown .namespace {
|
||||
padding: 6px;
|
||||
padding-left: 10px;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.user-notification {
|
||||
background: red;
|
||||
}
|
||||
|
|
Reference in a new issue