style bulkAction
This commit is contained in:
parent
ecac461490
commit
53e3a1f379
2 changed files with 24 additions and 7 deletions
|
@ -1,13 +1,13 @@
|
|||
<form class="update-box bulkAction-form" role="form">
|
||||
<div class="horizontal center bulkAction-firstStep js-action-step">
|
||||
<div class="bulkAction-firstStep js-action-step">
|
||||
<div id="form-ticket-bulk" class="form-inline form-inline--enclosed flex"></div>
|
||||
<div class="btn btn--primary js-confirm"><%- @T('Confirm') %></div>
|
||||
</div>
|
||||
<div class="vertical hide bulkAction-secondStep js-confirm-step">
|
||||
<div id="form-ticket-bulk-comment" class="form-inline horizontal"></div>
|
||||
<div class="hide bulkAction-secondStep js-confirm-step">
|
||||
<div id="form-ticket-bulk-comment" class="form-inline"></div>
|
||||
<div class="horizontal">
|
||||
<div id="form-ticket-bulk-typeVisibility" class="form-inline"></div>
|
||||
<div class="bulkAction-controls align-right">
|
||||
<div class="bulkAction-controls">
|
||||
<a class="btn btn--text btn--secondary js-cancel"><%- @T( 'Go Back' ) %></a>
|
||||
<input type="submit" class="btn btn--primary js-submit" value="<%- @T('Update') %>">
|
||||
</div>
|
||||
|
|
|
@ -2155,12 +2155,27 @@ footer {
|
|||
0 -3px rgba(0,0,0,.01);
|
||||
}
|
||||
|
||||
.bulkAction-firstStep {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.bulkAction-secondStep {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.bulkAction .btn {
|
||||
margin: 0 10px;
|
||||
margin: 0 16px;
|
||||
}
|
||||
|
||||
.bulkAction .btn--text {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.bulkAction-controls {
|
||||
margin-top: 10px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.show_toogle {
|
||||
|
@ -3558,12 +3573,14 @@ footer {
|
|||
|
||||
.bulkAction-secondStep .form-inline textarea.form-control {
|
||||
display: block;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
width: 100%;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.bulkAction-secondStep .form-inline .expanding-wrapper {
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
.bulkAction-secondStep .form-inline textarea.form-control:not(:focus) {
|
||||
border-color: #f0f0f0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue