This commit is contained in:
Kevin Ross 2016-01-07 16:35:38 -06:00
parent 3b754e4c5a
commit 314e367d03
5 changed files with 8 additions and 6 deletions

View File

@ -2841,13 +2841,15 @@ fieldset[disabled] .navbar .btn-link:focus {
height: 10%;
padding: 18px;
}
.card .card-footer button {
.card .card-footer button,
.card .card-footer a {
margin: 0 !important;
position: relative;
bottom: 25px;
width: auto;
}
.card .card-footer button:first-child {
.card .card-footer button:first-child,
.card .card-footer a:first-child {
left: -15px;
}
.modal-content {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -55,7 +55,7 @@
.card-footer {
height: 10%;
padding: 18px;
button {
button, a {
margin: 0 !important;
position: relative;
bottom: 25px;