mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-02 02:29:24 +01:00
remove unnecessary right and left properties on .modal-dialog
This commit is contained in:
parent
37933a9e08
commit
6e064894db
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@ -5823,8 +5823,6 @@ body.modal-open,
|
|||||||
|
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
right: auto;
|
|
||||||
left: 50%;
|
|
||||||
width: 600px;
|
width: 600px;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -128,8 +128,6 @@
|
|||||||
@media screen and (min-width: @screen-sm) {
|
@media screen and (min-width: @screen-sm) {
|
||||||
|
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
left: 50%;
|
|
||||||
right: auto;
|
|
||||||
width: 600px;
|
width: 600px;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
padding-bottom: 30px;
|
padding-bottom: 30px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user