Skip to content

Commit d1dfea7

Browse files
committed
!!!Fixed From Computer hidden input to fit the button.
1 parent 21bc147 commit d1dfea7

File tree

1 file changed

+52
-29
lines changed

1 file changed

+52
-29
lines changed

css/frame.css

Lines changed: 52 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -431,29 +431,32 @@ div.group-content .group-description {
431431
}
432432

433433
.file-wrapper {
434-
position: relative;
435-
overflow: hidden;
434+
display: inline-block;
435+
width: auto;
436+
max-width: 133px;
436437
}
437438

438439
.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;
447449
}
448450

449451
#remote-file {
450-
float: right;
451-
clear: both;
452-
margin-right: -18px;
452+
float: right;
453+
display: inline-block;
454+
margin-left: 6px;
453455
}
454456

455457
.form-inline {
456-
margin: 0 auto;
458+
/*margin: 0 auto;*/
459+
width:100%;
457460
display: table;
458461
vertical-align: middle;
459462
}
@@ -470,6 +473,7 @@ div.group-content .group-description {
470473
box-shadow: none !important;
471474
text-shadow:none!important;
472475
left: -18px;
476+
overflow: hidden;
473477

474478
}
475479

@@ -516,7 +520,7 @@ div.group-content .group-description {
516520
box-shadow: none !important;
517521
font-family: "Open Sans",sans-serif;
518522
font-weight: 700;
519-
margin-left: 2px !important;
523+
/*margin-left: 2px !important;*/
520524
}
521525

522526
.from-web-btn:hover{
@@ -529,14 +533,20 @@ div.group-content .group-description {
529533
-ms-transition: all .3s ease;
530534
-o-transition: all .3s ease;
531535
transition: all .3s ease;
532-
margin-left: 2px !important;
536+
/*margin-left: 2px !important;*/
533537
border: 1px solid #89B158 !important;
534538
box-shadow: none !important;
535539
}
536540

537541
.preview{
538542
width: 100%;
539543
}
544+
545+
546+
#sidebar > ul > div.initial-screen > div {
547+
padding: 0 20px;
548+
}
549+
540550
.from-chart-btn{
541551
color: #646464 !important;
542552
border: medium none #646464 !important;
@@ -547,8 +557,8 @@ div.group-content .group-description {
547557
box-shadow: none !important;
548558
font-family: "Open Sans",sans-serif;
549559
font-weight: 700;
550-
margin-left: 2px !important;
551-
margin-top: 2px !important;
560+
/*margin-left: 2px !important;
561+
margin-top: 2px !important;*/
552562
}
553563

554564
.from-chart-btn:hover{
@@ -561,26 +571,24 @@ div.group-content .group-description {
561571
-ms-transition: all .3s ease;
562572
-o-transition: all .3s ease;
563573
transition: all .3s ease;
564-
margin-left: 2px !important;
574+
/*margin-left: 2px !important;*/
565575
border: 1px solid #10aecb !important;
566576
box-shadow: none !important;
567-
margin-top: 2px !important;
577+
/*margin-top: 2px !important;*/
568578
}
569579

570580
input#existing-chart {
571-
left: 18px;
581+
/*left: 18px;
572582
width: 110px;
573-
position: relative;
583+
position: relative;*/
574584
}
575585

576586
select#chart-id {
577-
left: 44px;
578-
position: relative;
579-
width: 120px;
587+
float: right;
588+
width: 95px;
580589
}
581590

582591
button#editor-chart-button {
583-
width: 260px;
584592
margin: 0 auto;
585593
display: block;
586594
background-color: #2f8cea !important;
@@ -660,10 +668,8 @@ div.group-content .group-description {
660668
cursor: pointer;
661669
display: block;
662670
margin: 0 auto;
663-
width: 260px;
664671
line-height: 34px;
665672
font-size: 17px;
666-
width: 260px;
667673
height: auto;
668674
-webkit-border-radius: 3px;
669675
-moz-border-radius: 3px;
@@ -672,6 +678,14 @@ div.group-content .group-description {
672678
margin-top:5px;
673679
}
674680

681+
.return-settings-btn {
682+
width: 90%;
683+
}
684+
685+
.advanced-settings-btn {
686+
width: 100%;
687+
}
688+
675689
.return-settings-btn {
676690
margin: 10px auto;
677691
}
@@ -700,7 +714,16 @@ div.group-content .group-description {
700714
.rate-the-plugin {
701715
margin-left: -8%;
702716
}
717+
}
703718

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+
}
705728

706729
}

0 commit comments

Comments
 (0)