From 615796fd24f3c4137ef1672f99a17a749509e27d Mon Sep 17 00:00:00 2001 From: albert Date: Fri, 14 Oct 2011 15:01:44 -0400 Subject: [PATCH] increased min size for note boxes --- app/assets/stylesheets/specific/notes.css.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/specific/notes.css.scss b/app/assets/stylesheets/specific/notes.css.scss index a31b8751b..a3894a091 100644 --- a/app/assets/stylesheets/specific/notes.css.scss +++ b/app/assets/stylesheets/specific/notes.css.scss @@ -22,8 +22,8 @@ div#note-container { div.note-box { position: absolute; border: 1px solid white; - min-width: 20px; - min-height: 20px; + min-width: 5px; + min-height: 5px; width: 100px; height: 100px; cursor: move;