@@ -431,29 +431,32 @@ div.group-content .group-description {
431
431
}
432
432
433
433
.file-wrapper {
434
- position : relative;
435
- overflow : hidden;
434
+ display : inline-block;
435
+ width : auto;
436
+ max-width : 133px ;
436
437
}
437
438
438
439
.file {
439
- font-size : 200px ;
440
- position : absolute;
441
- top : 0 ;
442
- right : 0 ;
443
- opacity : 0 ;
444
- -moz-opacity : 0 ;
445
- filter : progid:DXImageTransform.Microsoft.Alpha(opacity=0);
446
- cursor : pointer;
440
+ font-size : 22px ;
441
+ position : fixed;
442
+ opacity : 0 ;
443
+ margin-left : -33px ;
444
+ margin-top : -6px ;
445
+ -moz-opacity : 0 ;
446
+ filter : progid:DXImageTransform.Microsoft.Alpha(opacity=0);
447
+ cursor : pointer;
448
+ max-width : 138px ;
447
449
}
448
450
449
451
# remote-file {
450
- float : right;
451
- clear : both ;
452
- margin-right : -18 px ;
452
+ float : right;
453
+ display : inline-block ;
454
+ margin-left : 6 px ;
453
455
}
454
456
455
457
.form-inline {
456
- margin : 0 auto;
458
+ /*margin: 0 auto;*/
459
+ width : 100% ;
457
460
display : table;
458
461
vertical-align : middle;
459
462
}
@@ -470,6 +473,7 @@ div.group-content .group-description {
470
473
box-shadow : none !important ;
471
474
text-shadow : none!important ;
472
475
left : -18px ;
476
+ overflow : hidden;
473
477
474
478
}
475
479
@@ -516,7 +520,7 @@ div.group-content .group-description {
516
520
box-shadow : none !important ;
517
521
font-family : "Open Sans" , sans-serif;
518
522
font-weight : 700 ;
519
- margin-left : 2px !important ;
523
+ /* margin-left: 2px !important;*/
520
524
}
521
525
522
526
.from-web-btn : hover {
@@ -529,14 +533,20 @@ div.group-content .group-description {
529
533
-ms-transition : all .3s ease;
530
534
-o-transition : all .3s ease;
531
535
transition : all .3s ease;
532
- margin-left : 2px !important ;
536
+ /* margin-left: 2px !important;*/
533
537
border : 1px solid # 89B158 !important ;
534
538
box-shadow : none !important ;
535
539
}
536
540
537
541
.preview {
538
542
width : 100% ;
539
543
}
544
+
545
+
546
+ # sidebar > ul > div .initial-screen > div {
547
+ padding : 0 20px ;
548
+ }
549
+
540
550
.from-chart-btn {
541
551
color : # 646464 !important ;
542
552
border : medium none # 646464 !important ;
@@ -547,8 +557,8 @@ div.group-content .group-description {
547
557
box-shadow : none !important ;
548
558
font-family : "Open Sans" , sans-serif;
549
559
font-weight : 700 ;
550
- margin-left : 2px !important ;
551
- margin-top : 2px !important ;
560
+ /* margin-left: 2px !important;
561
+ margin-top: 2px !important;*/
552
562
}
553
563
554
564
.from-chart-btn : hover {
@@ -561,26 +571,24 @@ div.group-content .group-description {
561
571
-ms-transition : all .3s ease;
562
572
-o-transition : all .3s ease;
563
573
transition : all .3s ease;
564
- margin-left : 2px !important ;
574
+ /* margin-left: 2px !important;*/
565
575
border : 1px solid # 10aecb !important ;
566
576
box-shadow : none !important ;
567
- margin-top : 2px !important ;
577
+ /* margin-top: 2px !important;*/
568
578
}
569
579
570
580
input # existing-chart {
571
- left : 18px ;
581
+ /* left: 18px;
572
582
width: 110px;
573
- position : relative;
583
+ position: relative;*/
574
584
}
575
585
576
586
select # chart-id {
577
- left : 44px ;
578
- position : relative;
579
- width : 120px ;
587
+ float : right;
588
+ width : 95px ;
580
589
}
581
590
582
591
button # editor-chart-button {
583
- width : 260px ;
584
592
margin : 0 auto;
585
593
display : block;
586
594
background-color : # 2f8cea !important ;
@@ -660,10 +668,8 @@ div.group-content .group-description {
660
668
cursor : pointer;
661
669
display : block;
662
670
margin : 0 auto;
663
- width : 260px ;
664
671
line-height : 34px ;
665
672
font-size : 17px ;
666
- width : 260px ;
667
673
height : auto;
668
674
-webkit-border-radius : 3px ;
669
675
-moz-border-radius : 3px ;
@@ -672,6 +678,14 @@ div.group-content .group-description {
672
678
margin-top : 5px ;
673
679
}
674
680
681
+ .return-settings-btn {
682
+ width : 90% ;
683
+ }
684
+
685
+ .advanced-settings-btn {
686
+ width : 100% ;
687
+ }
688
+
675
689
.return-settings-btn {
676
690
margin : 10px auto;
677
691
}
@@ -700,7 +714,16 @@ div.group-content .group-description {
700
714
.rate-the-plugin {
701
715
margin-left : -8% ;
702
716
}
717
+ }
703
718
704
-
719
+ @media screen and (max-width : 782px ) {
720
+ .button .button-primary .file-wrapper .computer-btn , # remote-file , # existing-chart {
721
+ padding : 0 10px 1px ;
722
+ line-height : 26px ;
723
+ font-size : 13px ;
724
+ vertical-align : middle;
725
+ height : 28px ;
726
+ margin-bottom : 4px ;
727
+ }
705
728
706
729
}
0 commit comments