From 923d7af8431c9d415edfb9c9cfdf10b0383d6881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Norman=20Hauk=C3=A5s?= Date: Sat, 16 Jan 2016 18:10:11 +0100 Subject: [PATCH] removed close button on right menu. Tweaked css. --- src/menu/menu.controller.ts | 5 ----- src/menu/menu.tpl.html | 6 ------ src/style.css | 2 +- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/src/menu/menu.controller.ts b/src/menu/menu.controller.ts index bc2095d..07897d2 100644 --- a/src/menu/menu.controller.ts +++ b/src/menu/menu.controller.ts @@ -85,10 +85,5 @@ module tagIt { location.reload(); } - removeMenu() { - $('.tagit-body').children().unwrap(); - $('.tagit-menu').remove(); - } - } } diff --git a/src/menu/menu.tpl.html b/src/menu/menu.tpl.html index f0f2c70..2cdc0e3 100644 --- a/src/menu/menu.tpl.html +++ b/src/menu/menu.tpl.html @@ -1,12 +1,6 @@
-
- - -

Tag you're it

Select a word to tag with a semantic tag.

diff --git a/src/style.css b/src/style.css index cf8e668..748f094 100644 --- a/src/style.css +++ b/src/style.css @@ -1,6 +1,7 @@ .tagit-body { width: 70%; position: absolute; + overflow-y: auto; right: 0; padding: 10px; } @@ -9,7 +10,6 @@ position: fixed; overflow-y: auto; width: 30%; - left: 0; top: 0; bottom: 0; padding: 10px;