Skip to content

Commit 52f5798

Browse files
smulvihillsylus
authored andcommitted
Issue #3222228 by smulvih2: WxT Search Form Layout Issue
1 parent 0bd9797 commit 52f5798

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

css/style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,13 +622,16 @@ ol, ul {
622622
width: 100%;
623623
max-width: unset; }
624624

625+
.theme-gcweb #wb-srch form {
626+
position: relative; }
627+
625628
.theme-gcweb #wb-srch .form-group {
626629
display: block; }
627630

628631
.theme-gcweb #wb-srch .submit {
629632
position: absolute;
630633
right: 0px;
631-
top: 1em; }
634+
top: 0px; }
632635

633636
body {
634637
margin-top: 0px !important; }

sass/_overrides.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,17 @@ ol, ul {
108108
max-width: unset;
109109
}
110110

111+
form {
112+
position: relative;
113+
}
114+
111115
.form-group {
112116
display: block;
113117
}
114118

115119
.submit {
116120
position: absolute;
117121
right: 0px;
118-
top: 1em;
122+
top: 0px;
119123
}
120124
}

0 commit comments

Comments
 (0)