FSN#35889 Modal dialog default een stukje groter beginnen

svn path=/Website/trunk/; revision=28600
This commit is contained in:
Jos Groot Lipman
2016-03-23 14:13:42 +00:00
parent 11bebd3021
commit e6a6e33e8f
2 changed files with 18 additions and 16 deletions

View File

@@ -610,6 +610,8 @@ var FcltMgr =
} }
params.close = this.dialogClose; // Omdat we het vanuit een Iframe willen doen. params.close = this.dialogClose; // Omdat we het vanuit een Iframe willen doen.
if (!("width" in params))
params.width = 500;
if (FcltMgr.isTouchscreen()) if (FcltMgr.isTouchscreen())
{ {

View File

@@ -2556,19 +2556,19 @@ body.likemodal {
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
} }
#mod_ruimtefunctie {width:650px; height:40px;} #mod_ruimtefunctie {width:650px; height:40px;}
#mod_perslidwerkplek {width:450px;} #mod_perslidwerkplek {width:500px;}
#mod_substitutes {width: 500px; height: 370px;} #mod_substitutes {width: 500px; height: 370px;}
#mod_queuemail {width:600px;} #mod_queuemail {width:600px;}
#mod_history {height: 200px;} #mod_history {height: 200px;}
#mod_beslever {width:800px;} #mod_beslever {width:800px;}
#mod_besretour {width:600px;} #mod_besretour {width:600px;}
#mod_besweging {width:500px;} #mod_besweging {width:500px;}
#mod_cntsplit {width:450px;} #mod_cntsplit {width:500px;}
#mod_cntsplit .label {width: 180px;} #mod_cntsplit .label {width: 180px;}
#mod_req_move {width:500px;} #mod_req_move {width:500px;}
#mod_req_move2 {width:500px;} #mod_req_move2 {width:500px;}
#mod_req_move3 {width:500px;} #mod_req_move3 {width:500px;}
#mod_noshow {width:450px;} #mod_noshow {width:500px;}
#mod_impbezoekers {width:800px;} #mod_impbezoekers {width:800px;}
#mod_rejectbody {width:600px;} #mod_rejectbody {width:600px;}
#mod_opdrejectbody {width:600px;} #mod_opdrejectbody {width:600px;}
@@ -2583,30 +2583,30 @@ body.likemodal {
#mod_mldaccept {width:500px;} #mod_mldaccept {width:500px;}
#mod_mldshiftdate {width:550px;} #mod_mldshiftdate {width:550px;}
#mod_opdrclose {width:540px; height: 260px;} #mod_opdrclose {width:540px; height: 260px;}
#mod_mldfixsla {width:400px; height: 260px;} #mod_mldfixsla {width:500px; height: 260px;}
#mod_urenremarkbody {width:500px;} #mod_urenremarkbody {width:500px;}
#mod_resdelete {width:400px;} #mod_resdelete {width:500px;}
#mod_mldforward {width:600px;} #mod_mldforward {width:600px;}
#mod_tekedit {width:400px;} #mod_tekedit {width:500px;}
#mod_caddoorvoeren {width:400px;} #mod_caddoorvoeren {width:500px;}
#mod_prs_pwdchange {width:400px;} #mod_prs_pwdchange {width:500px;}
#mod_ruimteafdeling {width:700px;} #mod_ruimteafdeling {width:700px;}
#mod_prsinzetbaar {width:500px;} #mod_prsinzetbaar {width:500px;}
#mod_resupdateroom {width:430px;} #mod_resupdateroom {width:500px;}
#mod_resupdateobj {width:400px;} #mod_resupdateobj {width:500px;}
#mod_mldmat {width:900px;} #mod_mldmat {width:900px;}
#mod_mldstdmsrtruimte {width:400px;} #mod_mldstdmsrtruimte {width:500px;}
#mod_authQR {width:500px;} #mod_authQR {width:500px;}
#mod_bijlagen {width:600px;} #mod_bijlagen {width:600px;}
#mod_resmulti_save {width:450px;} #mod_resmulti_save {width:500px;}
#mod_insmultiedit {width:400px;} #mod_insmultiedit {width:500px;}
#mod_insxcp {width:500px;} #mod_insxcp {width:500px;}
#mod_mldobj {width:900px;} #mod_mldobj {width:900px;}
body.mod_edit_mandate {width:500px;} body.mod_edit_mandate {width:500px;}
#mod_pass2mail {width:400px;} #mod_pass2mail {width:500px;}
#mod_pnotes {width:400px;} #mod_pnotes {width:500px;}
#mod_stdmeldingfaq {width:500px;} #mod_stdmeldingfaq {width:500px;}
#mod_selfreg {width:410px; height:400px;} #mod_selfreg {width:410px; height:500px;}
#mod_token2mail {width:250px;} #mod_token2mail {width:250px;}
body#mod_resmulti { width: 690px; } body#mod_resmulti { width: 690px; }
body#mod_resmulti div#show_date_from { height: 250px } body#mod_resmulti div#show_date_from { height: 250px }