summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticResultFormats/resources/ext.srf.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/SemanticResultFormats/resources/ext.srf.css')
-rw-r--r--www/wiki/extensions/SemanticResultFormats/resources/ext.srf.css47
1 files changed, 42 insertions, 5 deletions
diff --git a/www/wiki/extensions/SemanticResultFormats/resources/ext.srf.css b/www/wiki/extensions/SemanticResultFormats/resources/ext.srf.css
index 644d86dc..18641276 100644
--- a/www/wiki/extensions/SemanticResultFormats/resources/ext.srf.css
+++ b/www/wiki/extensions/SemanticResultFormats/resources/ext.srf.css
@@ -58,15 +58,52 @@
fieldset#mw-prefsection-smw-srf {
border: 0px solid #2a4b8d;
border-top: 1px solid #2a4b8d;
- margin-top: -5px;
+ margin-top: 25px;
+ clear: both;
}
-fieldset#mw-prefsection-smw-srf-eventcalendar-options, fieldset#mw-prefsection-smw-srf-datatables-options {
+fieldset#mw-prefsection-smw-srf-eventcalendar-options {
border: 0px solid #2a4b8d;
border-top: 1px solid #ddd;
- margin-top: -5px;
+ margin-top: 0px;
}
-#mw-prefsection-smw-srf legend::before {
- content: "▼ ";
+fieldset#mw-prefsection-smw-srf-datatables-options {
+ border: 0px solid #2a4b8d;
+ border-top: 1px solid #ddd;
+ margin-top: 15px;
+}
+
+#mw-prefsection-smw-srf .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label:before {
+ content: "⯈ ";
+}
+
+#mw-prefsection-smw-srf .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label {
+ color: #2a4b8d;
+}
+
+#mw-prefsection-smw-srf .oo-ui-panelLayout-padded {
+ padding-top: 0em;
+ padding-bottom: 0em;
+}
+
+#mw-prefsection-smw-srf-eventcalendar-options .oo-ui-fieldsetLayout-group,
+#mw-prefsection-smw-srf-datatables-options .oo-ui-fieldsetLayout-group {
+ columns: 2;
+}
+
+#mw-prefsection-smw-srf .oo-ui-fieldLayout-field {
+ margin-top: 10px;
+}
+
+/**
+ * Responsive settings
+ */
+@media screen and (max-width: 800px) {
+
+ #mw-prefsection-smw-srf-eventcalendar-options .oo-ui-fieldsetLayout-group,
+ #mw-prefsection-smw-srf-datatables-options .oo-ui-fieldsetLayout-group {
+ columns: 1;
+ }
+
}