From a90d16861251c46380a32e98a9d52b06f3328b7d Mon Sep 17 00:00:00 2001 From: Curtis SerVaas Date: Fri, 10 Oct 2014 10:59:42 -0400 Subject: [PATCH] misc small impovements --- .../js/libs/externalLibs/textarea_auto_expand.js | 2 +- public/stylesheets/list.css | 2 +- public/stylesheets/nav.css | 1 + views/index.ejs | 14 +++++++++++--- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/public/js/libs/externalLibs/textarea_auto_expand.js b/public/js/libs/externalLibs/textarea_auto_expand.js index bffb19b..4d141a8 100644 --- a/public/js/libs/externalLibs/textarea_auto_expand.js +++ b/public/js/libs/externalLibs/textarea_auto_expand.js @@ -38,7 +38,7 @@ // keyup is required for IE to properly reset height when deleting text this.$element.on('input keyup', function(event) { - console.log("scrollHeight=" + this.scrollHeight + "diff=" + diff); + // console.log("scrollHeight=" + this.scrollHeight + "diff=" + diff); $(this) .height(0) .height(this.scrollHeight - diff); diff --git a/public/stylesheets/list.css b/public/stylesheets/list.css index f472336..7a5eb9f 100644 --- a/public/stylesheets/list.css +++ b/public/stylesheets/list.css @@ -31,6 +31,6 @@ list-style: none; } -.root li.editing { +.root li.editing > .hoverWrap > textarea{ outline: 1px dotted black; } \ No newline at end of file diff --git a/public/stylesheets/nav.css b/public/stylesheets/nav.css index ceaae71..125ee61 100644 --- a/public/stylesheets/nav.css +++ b/public/stylesheets/nav.css @@ -11,6 +11,7 @@ ul.navbar-right { list-style-type: none; display: inline; + /*position: fixed; */ } .navbar-right > li { position: relative; diff --git a/views/index.ejs b/views/index.ejs index 1338785..1204c9c 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -66,14 +66,11 @@ - -
CoNote - Uninitialized