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:
parent
21b09a7451
commit
8e863b8cf5
47 changed files with 1835 additions and 1068 deletions
35
static/css/pages/trigger-setup.css
Normal file
35
static/css/pages/trigger-setup.css
Normal file
|
@ -0,0 +1,35 @@
|
|||
|
||||
.trigger-setup-element .activated .content {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.trigger-setup-element .activated h3 {
|
||||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.trigger-setup-element .button-bar {
|
||||
text-align: right;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.trigger-setup-element .activating .cor-loader-inline {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.trigger-setup-element .activating .btn-success {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.trigger-setup-element .activating-message {
|
||||
padding: 10px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
.trigger-setup-element .activating-message b {
|
||||
vertical-align: middle;
|
||||
font-size: 18px;
|
||||
font-weight: normal;
|
||||
}
|
Reference in a new issue