File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -1242,6 +1242,22 @@ h6.message-group-caption {
1242
1242
* zoom : 1 ;
1243
1243
}
1244
1244
1245
+ /** --------------- sol workaround ------------ */
1246
+
1247
+ select # project , select # type {
1248
+ height : 20px ;
1249
+ width : 30px ;
1250
+ visibility : hidden;
1251
+ }
1252
+
1253
+ td # projectLabelTd {
1254
+ height : 24px ;
1255
+ }
1256
+
1257
+ td # typeLabelTd {
1258
+ height : 26px ;
1259
+ }
1260
+
1245
1261
/** ---------------- markdown readme format ----- */
1246
1262
1247
1263
.markdown {
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ org.opensolaris.opengrok.web.Util"
85
85
%>
86
86
<tbody id="ptbl">
87
87
<tr>
88
- <td>
88
+ <td id="projectLabelTd" >
89
89
<label for="project">Project(s)</label>
90
90
</td>
91
91
<td colspan="2">
@@ -193,7 +193,7 @@ org.opensolaris.opengrok.web.Util"
193
193
}
194
194
%>
195
195
<tr>
196
- <td><label for="s5">Type</label></td>
196
+ <td id="typeLabelTd" ><label for="s5">Type</label></td>
197
197
<td><select class="q" tabindex="6" name="type" id="type"><%
198
198
String selection = queryParams.getType();
199
199
%>
You can’t perform that action at this time.
0 commit comments