File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -699,31 +699,30 @@ html.has-analyser-fullscreen.has-analyser
699699 width : auto !important ;
700700}
701701
702- .analyser input # analyserLowLevelPSD {
702+ .analyser input # analyserMaxPSD {
703703 width : 50px ;
704704 height : 20px ;
705705 left : 0px ;
706- top : 90 px ;
706+ top : 30 px ;
707707}
708708
709- .analyser input # analyserMaxPSD {
709+ .analyser input # analyserMinPSD {
710710 width : 50px ;
711711 height : 20px ;
712712 left : 0px ;
713- top : 30 px ;
713+ top : 55 px ;
714714}
715715
716- .analyser input # analyserMinPSD {
716+ .analyser input # analyserLowLevelPSD {
717717 width : 50px ;
718718 height : 20px ;
719719 left : 0px ;
720- top : 60 px ;
720+ top : 80 px ;
721721}
722722
723723.analyser label # analyserMaxPSDLabel {
724724 position : absolute;
725725 color : gray;
726-
727726 left : 0px ;
728727 top : 30px ;
729728 font-size : 12px ;
@@ -732,18 +731,16 @@ html.has-analyser-fullscreen.has-analyser
732731.analyser label # analyserMinPSDLabel {
733732 position : absolute;
734733 color : gray;
735-
736734 left : 0px ;
737- top : 60 px ;
735+ top : 55 px ;
738736 font-size : 12px ;
739737}
740738
741739.analyser label # analyserLowLevelPSDLabel {
742740 position : absolute;
743741 color : gray;
744-
745742 left : 0px ;
746- top : 90 px ;
743+ top : 80 px ;
747744 font-size : 12px ;
748745}
749746
You can’t perform that action at this time.
0 commit comments