Center title in product picture dialog

This commit is contained in:
Bernd Bestel
2018-10-02 18:00:52 +02:00
parent bb9caf9cc9
commit ae58606d04
2 changed files with 9 additions and 1 deletions

View File

@@ -81,6 +81,12 @@ input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.centered-dialog .modal-title,
.centered-dialog .modal-body {
margin-left: auto;
margin-right: auto;
}
/* Navigation style customizations */
#mainNav {
background-color: #e5e5e5 !important;