+9
-2
lines changedFilter options
+9
-2
lines changed Original file line number Diff line number Diff line change
@@ -303,6 +303,13 @@ select.multiple{
303
303
padding: 1em;
304
304
}
305
305
306
+
/* specific styles */
307
+
308
+
.dropdown-variables {
309
+
float: left;
310
+
margin: 24px 0 8px 12px;
311
+
}
312
+
306
313
/* not printing tabs */
307
314
@media print {
308
315
.tab-content > .tab-pane, .collapse {
Original file line number Diff line number Diff line change
@@ -380,8 +380,8 @@ def get_report_structure(config: Settings, summary: BaseDescription) -> Root:
380
380
name="Variables",
381
381
anchor_id="variables-dropdown",
382
382
id="variables-dropdown",
383
-
is_row=True,
384
-
classes=["dropdown-toggle"],
383
+
is_row=False,
384
+
classes=["dropdown-toggle", "dropdown-variables"],
385
385
items=list(summary.variables),
386
386
item=Container(
387
387
render_variables_section(config, summary),
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4