ctucx.git: oeffisearch

[nimlang] fast and simple tripplanner

commit 8093ed42b7f372a40ed538d4667738d59a2837c1
parent 6d33fbe0a55b16e677193140fa5ec5ac4bb63a09
Author: Milan Pässler <me@pbb.lc>
Date: Fri, 7 Feb 2020 21:35:05 +0100

client: add missing remarks icons
4 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/client/css/style.css b/client/css/style.css
@@ -640,6 +640,7 @@ input:focus{
 
 .showremarks {
 	vertical-align: bottom;
+	cursor: pointer;
 }
 .remark {
 	vertical-align: middle;
diff --git a/client/img/help-24px.svg b/client/img/help-24px.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z"/></svg>+
\ No newline at end of file
diff --git a/client/img/info-24px.svg b/client/img/info-24px.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"/></svg>+
\ No newline at end of file
diff --git a/client/img/warning-24px.svg b/client/img/warning-24px.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24"><path d="M0 0h24v24H0z" fill="none"/><path d="M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"/></svg>+
\ No newline at end of file