From 3ae8badded426cb9bd25c823b2fa73fded6d0531 Mon Sep 17 00:00:00 2001 From: Lightforger Date: Mon, 18 Mar 2013 13:25:52 +0100 Subject: [PATCH] style width update Removal of max-width. Couldn't find where the "quick-edit-div" was, but should be fine. Also fixing my lack of spaces from the previous edit. --- app/assets/stylesheets/specific/posts.css.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index 061e30ea5..ba9181143 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -263,8 +263,8 @@ div#c-posts { } #content { - margin-left:15em; - padding-left:1em; + margin-left: 15em; + padding-left: 1em; } span.close-button { @@ -277,7 +277,7 @@ div#c-posts { div#quick-edit-div { textarea { - width: 30em; + width: 100%; height: 4em; display: block; }