Extract the add repo permissions UI into its own directive
This commit is contained in:
parent
ade82910b5
commit
98206310bd
5 changed files with 323 additions and 187 deletions
35
static/css/directives/ui/add-repo-permissions.css
Normal file
35
static/css/directives/ui/add-repo-permissions.css
Normal file
|
@ -0,0 +1,35 @@
|
|||
.add-repo-permissions-element label {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.add-repo-permissions-element .co-table {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.add-repo-permissions-element .fa-hdd-o {
|
||||
margin-right: 4px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.add-repo-permissions-element .co-filter-box {
|
||||
display: block;
|
||||
float: right;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.add-repo-permissions-element .co-filter-box .filter-message {
|
||||
left: -180px;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.add-repo-permissions-element .co-filter-box input {
|
||||
width: 100%;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.add-repo-permissions-element label .avatar {
|
||||
vertical-align: text-bottom;
|
||||
margin-left: 4px;
|
||||
}
|
Reference in a new issue