Skip to content

Commit f78ff5e

Browse files
author
FezVrasta
committed
1 parent 00014d5 commit f78ff5e

9 files changed

Lines changed: 19 additions & 9 deletions

File tree

dist/css/material-wfont.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5097,7 +5097,6 @@ fieldset[disabled] .navbar .btn-link:focus {
50975097
}
50985098
.modal-content .modal-body {
50995099
padding: 24px;
5100-
padding-bottom: 0;
51015100
}
51025101
.modal-content .modal-footer {
51035102
border-top: none;
@@ -5118,6 +5117,9 @@ fieldset[disabled] .navbar .btn-link:focus {
51185117
.modal-content .modal-footer button + button {
51195118
margin-bottom: 16px;
51205119
}
5120+
.modal-content .modal-body + .modal-footer {
5121+
padding-top: 0;
5122+
}
51215123
.modal-backdrop {
51225124
display: none;
51235125
}

dist/css/material-wfont.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/material.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5090,7 +5090,6 @@ fieldset[disabled] .navbar .btn-link:focus {
50905090
}
50915091
.modal-content .modal-body {
50925092
padding: 24px;
5093-
padding-bottom: 0;
50945093
}
50955094
.modal-content .modal-footer {
50965095
border-top: none;
@@ -5111,6 +5110,9 @@ fieldset[disabled] .navbar .btn-link:focus {
51115110
.modal-content .modal-footer button + button {
51125111
margin-bottom: 16px;
51135112
}
5113+
.modal-content .modal-body + .modal-footer {
5114+
padding-top: 0;
5115+
}
51145116
.modal-backdrop {
51155117
display: none;
51165118
}

dist/css/material.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

less/_dialogs.less

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
}
1111
.modal-body {
1212
padding: 24px;
13-
padding-bottom: 0;
1413
}
1514
.modal-footer {
1615
border-top: none;
@@ -31,6 +30,9 @@
3130
margin-bottom: 16px;
3231
}
3332
}
33+
.modal-body + .modal-footer {
34+
padding-top: 0;
35+
}
3436
}
3537

3638
.modal-backdrop {

template/material/css/material-wfont.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5097,7 +5097,6 @@ fieldset[disabled] .navbar .btn-link:focus {
50975097
}
50985098
.modal-content .modal-body {
50995099
padding: 24px;
5100-
padding-bottom: 0;
51015100
}
51025101
.modal-content .modal-footer {
51035102
border-top: none;
@@ -5118,6 +5117,9 @@ fieldset[disabled] .navbar .btn-link:focus {
51185117
.modal-content .modal-footer button + button {
51195118
margin-bottom: 16px;
51205119
}
5120+
.modal-content .modal-body + .modal-footer {
5121+
padding-top: 0;
5122+
}
51215123
.modal-backdrop {
51225124
display: none;
51235125
}

template/material/css/material-wfont.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/material/css/material.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5090,7 +5090,6 @@ fieldset[disabled] .navbar .btn-link:focus {
50905090
}
50915091
.modal-content .modal-body {
50925092
padding: 24px;
5093-
padding-bottom: 0;
50945093
}
50955094
.modal-content .modal-footer {
50965095
border-top: none;
@@ -5111,6 +5110,9 @@ fieldset[disabled] .navbar .btn-link:focus {
51115110
.modal-content .modal-footer button + button {
51125111
margin-bottom: 16px;
51135112
}
5113+
.modal-content .modal-body + .modal-footer {
5114+
padding-top: 0;
5115+
}
51145116
.modal-backdrop {
51155117
display: none;
51165118
}

template/material/css/material.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)