Add Cancel button to ADB Add Key Modal.

This commit is contained in:
Gunther Brunner
2014-10-02 16:51:11 +09:00
parent 92ce053c16
commit d0f6759266
2 changed files with 37 additions and 24 deletions

View File

@@ -1,7 +1,23 @@
.stf-modal {
border-radius: 5px;
}
.stf-modal .modal-title {
padding-left: 5px;
}
.stf-modal .modal-body {
background: #fff;
}
.stf-modal .modal-footer {
background: #fff;
padding: 20px;
margin-top: 0;
border-top: 1px solid #e5e5e5;
}
.stf-modal .dialog-header-error {
background-color: #d2322d;
}