Implement new create and manager trigger UI

Implements the new trigger setup user interface, which is now a linear workflow found on its own page, rather than a tiny modal dialog

Fixes #1187
This commit is contained in:
Joseph Schorr 2016-09-27 16:52:34 +02:00
parent 21b09a7451
commit 8e863b8cf5
47 changed files with 1835 additions and 1068 deletions

View file

@ -1397,16 +1397,38 @@ a:focus {
margin-bottom: 6px;
}
.co-check-bar .co-filter-box input, .co-top-bar .co-filter-box input {
.co-check-bar .co-filter-box input, .co-top-bar .co-filter-box input[type="text"] {
width: 300px;
display: inline-block;
vertical-align: middle;
}
.co-check-bar .co-filter-box input, .co-top-bar .co-filter-box label {
margin-left: 6px;
}
.co-top-bar .co-filter-box input {
vertical-align: top;
}
@media screen and (max-width: 767px) {
.co-top-bar .page-controls {
display: block;
margin-bottom: 10px;
text-align: right;
}
.co-top-bar .co-filter-box {
display: block;
margin-bottom: 10px;
}
.co-top-bar .filter-options {
display: block;
margin-bottom: 10px;
}
}
.empty {
border-bottom: none !important;
}