Make robot accounts filter rather than display the dialog when "showRobot" is passed to the manager
This commit is contained in:
parent
ecf1135dcd
commit
72abd80f08
5 changed files with 47 additions and 4 deletions
17
static/css/directives/ui/filter-box.css
Normal file
17
static/css/directives/ui/filter-box.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
.filter-box {
|
||||
display: block;
|
||||
text-align: right;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
|
||||
.filter-box .form-control {
|
||||
max-width: 300px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.filter-box .filter-message {
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
color: #ccc;
|
||||
}
|
Reference in a new issue