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
699
699
width : auto !important ;
700
700
}
701
701
702
- .analyser input # analyserLowLevelPSD {
702
+ .analyser input # analyserMaxPSD {
703
703
width : 50px ;
704
704
height : 20px ;
705
705
left : 0px ;
706
- top : 90 px ;
706
+ top : 30 px ;
707
707
}
708
708
709
- .analyser input # analyserMaxPSD {
709
+ .analyser input # analyserMinPSD {
710
710
width : 50px ;
711
711
height : 20px ;
712
712
left : 0px ;
713
- top : 30 px ;
713
+ top : 55 px ;
714
714
}
715
715
716
- .analyser input # analyserMinPSD {
716
+ .analyser input # analyserLowLevelPSD {
717
717
width : 50px ;
718
718
height : 20px ;
719
719
left : 0px ;
720
- top : 60 px ;
720
+ top : 80 px ;
721
721
}
722
722
723
723
.analyser label # analyserMaxPSDLabel {
724
724
position : absolute;
725
725
color : gray;
726
-
727
726
left : 0px ;
728
727
top : 30px ;
729
728
font-size : 12px ;
@@ -732,18 +731,16 @@ html.has-analyser-fullscreen.has-analyser
732
731
.analyser label # analyserMinPSDLabel {
733
732
position : absolute;
734
733
color : gray;
735
-
736
734
left : 0px ;
737
- top : 60 px ;
735
+ top : 55 px ;
738
736
font-size : 12px ;
739
737
}
740
738
741
739
.analyser label # analyserLowLevelPSDLabel {
742
740
position : absolute;
743
741
color : gray;
744
-
745
742
left : 0px ;
746
- top : 90 px ;
743
+ top : 80 px ;
747
744
font-size : 12px ;
748
745
}
749
746
You can’t perform that action at this time.
0 commit comments