New create entity dialogs (team and robot)
Fixes https://github.com/coreos-inc/design/issues/230
This commit is contained in:
parent
2274d6ff84
commit
4a543be7a7
31 changed files with 687 additions and 232 deletions
53
static/css/directives/ui/create-entity-dialog.css
Normal file
53
static/css/directives/ui/create-entity-dialog.css
Normal file
|
@ -0,0 +1,53 @@
|
|||
.create-entity-dialog-element .modal-body {
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element form {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element .help-text {
|
||||
color: #aaa;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element h4 .fa {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element label {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element .co-table {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element .fa-hdd-o {
|
||||
margin-right: 4px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element .co-filter-box {
|
||||
display: block;
|
||||
float: right;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element .co-filter-box .filter-message {
|
||||
left: -180px;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element .co-filter-box input {
|
||||
width: 100%;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element label .avatar {
|
||||
vertical-align: text-bottom;
|
||||
margin-left: 4px;
|
||||
}
|
|
@ -7,6 +7,7 @@
|
|||
overflow: hidden;
|
||||
text-align: center;
|
||||
height: 42px;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
@keyframes flow-down-up {
|
||||
|
|
|
@ -7,12 +7,21 @@
|
|||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.role-group.small .btn {
|
||||
padding: 2px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.new-role-group .btn .caret {
|
||||
position: absolute;
|
||||
top: 13px;
|
||||
right: 7px;
|
||||
}
|
||||
|
||||
.role-group.small .btn .caret {
|
||||
top: 11px;
|
||||
}
|
||||
|
||||
.new-role-group .role-help-text {
|
||||
font-size: 12px;
|
||||
color: #ccc;
|
||||
|
|
Reference in a new issue