From ae8f75eae9b1b7c25af2b628e7957ac6e3978f30 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg <maxwell@joindiaspora.com> Date: Thu, 7 Jul 2011 11:16:31 -0700 Subject: [PATCH] some cleanup for the tags field on the getting started step one --- public/stylesheets/sass/application.sass | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 92c3792a6d..c13d41ee45 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -257,6 +257,15 @@ ul.dropdown :display block ////////////////////////////////// +//hacks for tagging plugin... +ul.as-selections + :width 100% !important + >li.as-original + :width 100% !important + >input + :width 100% !important + :color #999 +////////////////////////////////// .unread :background-color #E6E6E6 -- GitLab