summaryrefslogtreecommitdiffstats
path: root/extensions/MyDashboard/web
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-02-28 16:29:19 +0100
committerDylan William Hardison <dylan@hardison.net>2018-02-28 16:29:19 +0100
commitbb164af697bd8e36a116e76c4a5f8dcfd1e79dd7 (patch)
treeb9ad1ffadcce0e3f1a9287f43a1dfc77431af37e /extensions/MyDashboard/web
parente8e96b070dc391879348eab74b6fef82ef269a0f (diff)
downloadbugzilla-bb164af697bd8e36a116e76c4a5f8dcfd1e79dd7.tar.gz
bugzilla-bb164af697bd8e36a116e76c4a5f8dcfd1e79dd7.tar.xz
Bug 1429621 - Add Saved Searches to My Dashboard
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;
+}