summaryrefslogtreecommitdiffstats
path: root/extensions/MyDashboard/web
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/MyDashboard/web')
-rw-r--r--extensions/MyDashboard/web/styles/mydashboard.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/extensions/MyDashboard/web/styles/mydashboard.css b/extensions/MyDashboard/web/styles/mydashboard.css
index d7deadcad..8314755c0 100644
--- a/extensions/MyDashboard/web/styles/mydashboard.css
+++ b/extensions/MyDashboard/web/styles/mydashboard.css
@@ -20,9 +20,8 @@
.query_heading {
font-size: 18px;
- font-weight: strong;
- padding-bottom: 5px;
- padding-top: 5px;
+ font-weight: 600;
+ margin: 5px 0;
color: rgb(72, 72, 72);
}
@@ -71,3 +70,17 @@
#last_changes .field_label {
text-align: left;
}
+
+#saved_searches_container > header {
+ display: flex;
+ align-items: center;
+ margin: 5px 0;
+}
+
+#saved_searches_container > header h2 {
+ margin: 0 10px 0 0;
+}
+
+#saved_searches_container li {
+ margin: 5px 0;
+}