File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 7
7
<style>
8
8
#searchQuery {
9
9
width: 50vw;
10
+ margin-left: 0;
10
11
}
11
12
#newBrowse th a {
12
13
display:block;
30
31
}
31
32
#newBrowse {
32
33
width: 100%;
34
+ margin-top: 3em;
33
35
}
34
36
#newBrowse th, #newBrowse td {
35
37
padding: 4px 17px 4px 4px;
86
88
align-items: center;
87
89
margin-top: 1em;
88
90
}
91
+ .filterSuggestion > input {
92
+ margin-left: 0;
93
+ }
89
94
.filterSuggestion > div {
90
95
display: flex;
91
96
flex-wrap: wrap;
132
137
display: none;
133
138
}
134
139
#toggleAdvanced {
140
+ margin: 0.7em 0 0.7em 0;
141
+ }
142
+ #toggleAdvanced a {
135
143
text-decoration: inherit;
136
144
color: inherit;
137
145
}
138
146
#advancedForm {
139
147
display: none;
148
+ margin-left: 2em;
140
149
}
141
150
#advRatingSlider {
142
151
vertical-align: middle;
161
170
<input type=text id=searchQuery />
162
171
<input type=submit value="Search" />
163
172
</form>
164
- <h3><a aria-expanded=false aria-controls=advancedForm id=toggleAdvanced href="javascript: toggleAdvanced();">Advanced options <span id=chevron>▸</span></a></h3>
173
+ <h3 id=toggleAdvanced>
174
+ <a aria-expanded=false aria-controls=advancedForm href="javascript: toggleAdvanced();">
175
+ <span id=chevron>▸</span>
176
+ Advanced options
177
+ </a>
178
+ </h3>
165
179
<div id=advancedForm>
166
180
<form class=filterSuggestion onsubmit="javascript:appendDeprecated(event);"><input type=submit value=Append> <div>Also show deprecated packages</div></form>
167
181
<form class=filterSuggestion onsubmit="javascript:appendAgeOfLastUL(event);"><input type=submit value=Append><div><span>Last uploaded version younger than</span><input placeholder="e.g. 2y for 2 years" id=advAgeLastUL oninput="validateAgeOfLastUL();"></div></form>
You can’t perform that action at this time.
0 commit comments