mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Visual fixes
This commit is contained in:
parent
12831ca3b1
commit
ff2a10a4e8
@ -677,6 +677,7 @@ $("#button-custom_logo_preview").click (function (e) {
|
|||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
background: "black"
|
background: "black"
|
||||||
},
|
},
|
||||||
|
minHeight: 1,
|
||||||
width: $image.width,
|
width: $image.width,
|
||||||
close: function () {
|
close: function () {
|
||||||
$dialog
|
$dialog
|
||||||
@ -716,6 +717,7 @@ $("#button-login_background_preview").click (function (e) {
|
|||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
background: "black"
|
background: "black"
|
||||||
},
|
},
|
||||||
|
minHeight: 1,
|
||||||
width: $image.width,
|
width: $image.width,
|
||||||
close: function () {
|
close: function () {
|
||||||
$dialog
|
$dialog
|
||||||
@ -759,6 +761,7 @@ $("#button-gis_icon_preview").click (function (e) {
|
|||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
background: "black"
|
background: "black"
|
||||||
},
|
},
|
||||||
|
minHeight: 1,
|
||||||
close: function () {
|
close: function () {
|
||||||
$dialog
|
$dialog
|
||||||
.empty()
|
.empty()
|
||||||
@ -813,6 +816,7 @@ $("#button-status_set_preview").click (function (e) {
|
|||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
background: "black"
|
background: "black"
|
||||||
},
|
},
|
||||||
|
minHeight: 1,
|
||||||
close: function () {
|
close: function () {
|
||||||
$dialog
|
$dialog
|
||||||
.empty()
|
.empty()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user