From 3c54671aebb09a823c3a5959bb5e185695603daa Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 30 Nov 2014 11:58:39 +0100 Subject: [PATCH] Widened post edit form --- public_html/css/post.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public_html/css/post.css b/public_html/css/post.css index a1abfb5d..eac3cad9 100644 --- a/public_html/css/post.css +++ b/public_html/css/post.css @@ -157,12 +157,17 @@ #post-view #post-edit-target { padding: 1em; + width: 50%; + min-width: 30em; position: absolute; background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 1em 0.5em rgba(255, 255, 255, 0.8); z-index: 2; display: none; } +#post-edit-target .form-wrapper { + min-width: 100%; +} #post-view>* { z-index: -1; }