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:
chouseknecht
2013-07-09 00:09:37 -04:00
parent 259083c0e2
commit a82edf0e4a
18 changed files with 161 additions and 121 deletions

View File

@@ -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 {