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>
|
||||
|
||||
* include/styles/install.css
|
||||
|
|
|
@ -99,7 +99,7 @@ $(document).ready (function () {
|
|||
draggable: true,
|
||||
modal: true,
|
||||
height: 350,
|
||||
width: 610,
|
||||
width: 650,
|
||||
overlay: {
|
||||
opacity: 0.5,
|
||||
background: "black"
|
||||
|
|
Loading…
Reference in New Issue