From 007aafe54a63bed701de237d99316862ec302093 Mon Sep 17 00:00:00 2001 From: Lewis Hemens Date: Mon, 10 Mar 2014 22:08:38 +0000 Subject: [PATCH] Added tooltips for the different tools --- index.html | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 5751b4c..2078513 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ font-size: 0.95em; } -#draw-tools, #file-tools, #edit-tools, #drive-tools { +#draw-tools, #file-tools, #edit-tools, #drive-tools, .tooltip { display: inline-block; position: relative; float: left; @@ -115,6 +115,17 @@ textarea { white-space: pre; } +.tooltip { + display: none; +} + +.tool:hover > .tooltip { + display: block; + position: fixed; + bottom: 5px; + left: 5px; +} + @@ -128,12 +139,24 @@ textarea {
- - - - - - + + + + + +