From b5e5c86b11624752ed6b30c92b6791b563b239ee Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Tue, 20 Jun 2017 20:10:08 +0000 Subject: [PATCH] add hints to each button suggesting what kind of input the different queries take --- icedeb.css | 10 +++++++++- icedeb.html | 40 ++++++++++++++++++++++++++++++++-------- 2 files changed, 41 insertions(+), 9 deletions(-) diff --git a/icedeb.css b/icedeb.css index 37aaf0a..80be164 100644 --- a/icedeb.css +++ b/icedeb.css @@ -15,7 +15,7 @@ body { padding: 1ex; } } #button-list-container { - background: linear-gradient(to bottom, hsl(222,4%,89%) 0%, hsl(0,0%,100%) 100%); + background: hsl(222,4%,92%); display: flex; flex-direction: column; padding: 0.1ex; @@ -23,14 +23,22 @@ body { padding: 1ex; } #button-list-container > * { margin: 0.5ex; padding 0.1ex; + display: flex; } .icedeb-button { border-radius: 5px; cursor: pointer; color: blue; + margin-right: 1em; } .icedeb-button:hover { text-decoration: underline; } a, a:visited { color: blue; } +.hints { margin-left: auto; margin-right: 0; } +.hints .hint { display: inline-block; width: 1.8ex; text-align: center; margin: 0 0.2ex; cursor: default; } +.hints .hint.b { background-color: hsl(312,100%,96%) } +.hints .hint.p { background-color: hsl(120,100%,96%) } +.hints .hint.m { background-color: hsl(240,100%,96%) } +.hints .hint.i { background-color: hsl( 40,100%,96%) } diff --git a/icedeb.html b/icedeb.html index b68f5a2..fb4b451 100644 --- a/icedeb.html +++ b/icedeb.html @@ -8,13 +8,37 @@
-
Bug tracker (site)
-
Package tracker (site)
-
Package directory (site)
-
Mailing lists (site)
-
Developer overview (site)
-
Maintainer dashboard (site)
-
Build logs (site)
-
Security tracker (site)
+
Bug tracker + bpm + (site) +
+
Package tracker + pm + (site) +
+
Package directory + p + (site) +
+
Mailing lists + i + (site) +
+
Developer overview + m + (site) +
+
Maintainer dashboard + m + (site) +
+
Build logs + p + (site) +
+
Security tracker + pb + (site) +
-- 2.39.2