This commit is contained in:
FezVrasta 2014-10-19 20:11:31 +02:00
parent 00014d51d3
commit f78ff5e33e
9 changed files with 19 additions and 9 deletions

View File

@ -5097,7 +5097,6 @@ fieldset[disabled] .navbar .btn-link:focus {
}
.modal-content .modal-body {
padding: 24px;
padding-bottom: 0;
}
.modal-content .modal-footer {
border-top: none;
@ -5118,6 +5117,9 @@ fieldset[disabled] .navbar .btn-link:focus {
.modal-content .modal-footer button + button {
margin-bottom: 16px;
}
.modal-content .modal-body + .modal-footer {
padding-top: 0;
}
.modal-backdrop {
display: none;
}

File diff suppressed because one or more lines are too long

View File

@ -5090,7 +5090,6 @@ fieldset[disabled] .navbar .btn-link:focus {
}
.modal-content .modal-body {
padding: 24px;
padding-bottom: 0;
}
.modal-content .modal-footer {
border-top: none;
@ -5111,6 +5110,9 @@ fieldset[disabled] .navbar .btn-link:focus {
.modal-content .modal-footer button + button {
margin-bottom: 16px;
}
.modal-content .modal-body + .modal-footer {
padding-top: 0;
}
.modal-backdrop {
display: none;
}

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,6 @@
}
.modal-body {
padding: 24px;
padding-bottom: 0;
}
.modal-footer {
border-top: none;
@ -31,6 +30,9 @@
margin-bottom: 16px;
}
}
.modal-body + .modal-footer {
padding-top: 0;
}
}
.modal-backdrop {

View File

@ -5097,7 +5097,6 @@ fieldset[disabled] .navbar .btn-link:focus {
}
.modal-content .modal-body {
padding: 24px;
padding-bottom: 0;
}
.modal-content .modal-footer {
border-top: none;
@ -5118,6 +5117,9 @@ fieldset[disabled] .navbar .btn-link:focus {
.modal-content .modal-footer button + button {
margin-bottom: 16px;
}
.modal-content .modal-body + .modal-footer {
padding-top: 0;
}
.modal-backdrop {
display: none;
}

File diff suppressed because one or more lines are too long

View File

@ -5090,7 +5090,6 @@ fieldset[disabled] .navbar .btn-link:focus {
}
.modal-content .modal-body {
padding: 24px;
padding-bottom: 0;
}
.modal-content .modal-footer {
border-top: none;
@ -5111,6 +5110,9 @@ fieldset[disabled] .navbar .btn-link:focus {
.modal-content .modal-footer button + button {
margin-bottom: 16px;
}
.modal-content .modal-body + .modal-footer {
padding-top: 0;
}
.modal-backdrop {
display: none;
}

File diff suppressed because one or more lines are too long