mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2013-10-02 Sergio Martin <sergio.martin@artica.es>
* include/javascript/jquery.pandora.js: Increase width of modal window of license git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8845 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
c179dd60d3
commit
93497af1a6
@ -1,3 +1,8 @@
|
|||||||
|
2013-10-02 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* include/javascript/jquery.pandora.js: Increase width of modal
|
||||||
|
window of license
|
||||||
|
|
||||||
2013-10-02 Sergio Martin <sergio.martin@artica.es>
|
2013-10-02 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/styles/install.css
|
* include/styles/install.css
|
||||||
|
@ -99,7 +99,7 @@ $(document).ready (function () {
|
|||||||
draggable: true,
|
draggable: true,
|
||||||
modal: true,
|
modal: true,
|
||||||
height: 350,
|
height: 350,
|
||||||
width: 610,
|
width: 650,
|
||||||
overlay: {
|
overlay: {
|
||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
background: "black"
|
background: "black"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user