Skip to content

Commit d434c42

Browse files
committed
Made closer PSD control placement
1 parent 0794de5 commit d434c42

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

src/css/main.css

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff 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: 90px;
706+
top: 30px;
707707
}
708708

709-
.analyser input#analyserMaxPSD {
709+
.analyser input#analyserMinPSD {
710710
width: 50px;
711711
height: 20px;
712712
left: 0px;
713-
top: 30px;
713+
top: 55px;
714714
}
715715

716-
.analyser input#analyserMinPSD {
716+
.analyser input#analyserLowLevelPSD {
717717
width: 50px;
718718
height: 20px;
719719
left: 0px;
720-
top: 60px;
720+
top: 80px;
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: 60px;
735+
top: 55px;
738736
font-size: 12px;
739737
}
740738

741739
.analyser label#analyserLowLevelPSDLabel {
742740
position:absolute;
743741
color:gray;
744-
745742
left: 0px;
746-
top: 90px;
743+
top: 80px;
747744
font-size: 12px;
748745
}
749746

0 commit comments

Comments
 (0)