Skip to content

Commit 270e41b

Browse files
author
minjk-bl
committed
Edit styles
1 parent 6cebfda commit 270e41b

File tree

2 files changed

+31
-15
lines changed

2 files changed

+31
-15
lines changed

visualpython/css/component/multiSelector.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
}
7373
.vp-cs-add-item-name {
7474
padding-right: 25px;
75+
width: 100%;
7576
}
7677
.vp-cs-add-item-btn {
7778
display: inline-block;

visualpython/css/root.css

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -392,64 +392,79 @@ hr.vp-extra-menu-line {
392392
}
393393
/* width style*/
394394
#vp_wrapper .wp100,
395-
.vp-popup-frame .wp100 {
395+
.vp-popup-frame .wp100,
396+
.vp-inner-popup-body .wp100 {
396397
width: 100% !important;
397398
}
398399
#vp_wrapper .wp80,
399-
.vp-popup-frame .wp80 {
400+
.vp-popup-frame .wp80,
401+
.vp-inner-popup-body .wp80 {
400402
width: 80% !important;
401403
}
402404
#vp_wrapper .wp50,
403-
.vp-popup-frame .wp50 {
405+
.vp-popup-frame .wp50,
406+
.vp-inner-popup-body .wp50 {
404407
width: 50% !important;
405408
}
406409
#vp_wrapper .wp49,
407-
.vp-popup-frame .wp49 {
410+
.vp-popup-frame .wp49,
411+
.vp-inner-popup-body .wp49 {
408412
width: 49% !important;
409413
}
410414
#vp_wrapper .wp5,
411-
.vp-popup-frame .wp5 {
415+
.vp-popup-frame .wp5,
416+
.vp-inner-popup-body .wp5 {
412417
width: 5% !important;
413418
}
414419
#vp_wrapper .w150,
415-
.vp-popup-frame .w150 {
420+
.vp-popup-frame .w150,
421+
.vp-inner-popup-body .w150 {
416422
width: 150px !important;
417423
}
418424
#vp_wrapper .w100,
419-
.vp-popup-frame .w100 {
425+
.vp-popup-frame .w100,
426+
.vp-inner-popup-body .w100 {
420427
width: 100px !important;
421428
}
422429
#vp_wrapper .w80,
423-
.vp-popup-frame .w80 {
430+
.vp-popup-frame .w80,
431+
.vp-inner-popup-body .w80 {
424432
width: 80px !important;
425433
}
426434
#vp_wrapper .w70,
427-
.vp-popup-frame .w70 {
435+
.vp-popup-frame .w70,
436+
.vp-inner-popup-body .w70 {
428437
width: 70px !important;
429438
}
430439
#vp_wrapper .w50,
431-
.vp-popup-frame .w50 {
440+
.vp-popup-frame .w50,
441+
.vp-inner-popup-body .w50 {
432442
width: 50px !important;
433443
}
434444
#vp_wrapper .w30,
435-
.vp-popup-frame .w30 {
445+
.vp-popup-frame .w30,
446+
.vp-inner-popup-body .w30 {
436447
width: 30px !important;
437448
}
438449
#vp_wrapper .w10,
439-
.vp-popup-frame .w10 {
450+
.vp-popup-frame .w10,
451+
.vp-inner-popup-body .w10 {
440452
width: 10px !important;
441453
}
442454
/* temporary margin */
443455
#vp_wrapper .mt5,
444-
.vp-popup-frame .mt5 {
456+
.vp-popup-frame .mt5,
457+
.vp-inner-popup-body .mt5 {
445458
margin-top: 5px;
446459
}
447460
#vp_wrapper .mb5,
448-
.vp-popup-frame .mb5 {
461+
.vp-popup-frame .mb5,
462+
.vp-inner-popup-body .mb5 {
449463
margin-bottom: 5px;
450464
}
451465
#vp_wrapper .mr5,
452-
.vp-popup-frame .mr5 {
466+
.vp-popup-frame .mr5,
467+
.vp-inner-popup-body .mr5 {
453468
margin-right: 5px;
454469
}
455470
/* Layout */

0 commit comments

Comments
 (0)