From 49b10c518986ffd2f4787659411420155c974cc9 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 30 Aug 2017 09:19:24 +0300 Subject: www: new message fixes --- juick-www/src/main/static/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'juick-www/src/main/static/style.css') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 354c786f..ab6f7500 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -168,9 +168,8 @@ body > header p { border: 1px solid #CCC; margin: 0 0 5px 0; min-height: 14pt; - padding: 4px; resize: vertical; - width: 688px; + width: 100%; } #newmessage input { border: 1px solid #CCC; @@ -605,8 +604,12 @@ q { #dialogw { z-index: 11; position: relative; - max-height: 90%; max-width: 90%; + max-height: calc(100% - 100px); + position: fixed; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); } #dialogw a { display: block; -- cgit v1.2.3