From 4f4da4119a1f7d0e0b70c9697d4e6a66e1b87650 Mon Sep 17 00:00:00 2001 From: Igor Nurullaev Date: Thu, 12 Sep 2019 20:32:54 +0300 Subject: [PATCH] Added very cool button --- Server/static/css/main.css | 7 ++++++ Server/static/icons/help.svg | 48 ++++++++++++++++++++++++++++++++++++ Server/templates/main.html | 1 + 3 files changed, 56 insertions(+) create mode 100644 Server/static/icons/help.svg diff --git a/Server/static/css/main.css b/Server/static/css/main.css index 3c4735a..e33d9c4 100644 --- a/Server/static/css/main.css +++ b/Server/static/css/main.css @@ -52,4 +52,11 @@ html { .dropdown-menu div { width: 200px; +} + +.navbar img { + margin-left: 12px; + height: 40px; + width: auto; + cursor: pointer; } \ No newline at end of file diff --git a/Server/static/icons/help.svg b/Server/static/icons/help.svg new file mode 100644 index 0000000..4dcac63 --- /dev/null +++ b/Server/static/icons/help.svg @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Server/templates/main.html b/Server/templates/main.html index b354baf..baf9c32 100644 --- a/Server/templates/main.html +++ b/Server/templates/main.html @@ -60,6 +60,7 @@
+