mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-26 09:51:48 -05:00
AC-171 first round of changes to make select dialogs more understandable. Also changed tooltip config to include a default time for hide and a default time for show.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
|
||||
/* Attempt to make button heights consistent. For some reason success, info, etc. are
|
||||
taller than plain .btn */
|
||||
|
||||
.btn-success, .btn-danger, .btn-info, .btn-primary {
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
@@ -37,6 +38,11 @@
|
||||
min-width: 28px;
|
||||
}
|
||||
|
||||
.btn-pad {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.modal-footer .btn-success,
|
||||
.modal-footer .btn-danger,
|
||||
.modal-footer .btn-info,
|
||||
@@ -318,7 +324,11 @@
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin-left: 10px;
|
||||
margin-top: 3px;
|
||||
padding-bottom: 22px;
|
||||
}
|
||||
|
||||
.list-actions .btn {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.status-actions {
|
||||
|
||||
Reference in New Issue
Block a user