From a0b0fc8b4666425878fbb76be2ec833abcda4151 Mon Sep 17 00:00:00 2001 From: shishman Date: Thu, 1 Sep 2016 21:52:54 +0300 Subject: [PATCH] css edited --- assets/css/main.css | 35 +++++++++++++++++-- .../templates/customer_project_create.html | 6 ++-- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index aa593fe..b816bb0 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3270,13 +3270,13 @@ input[type="checkbox"]:checked + span { float: left; } -.commChat { +/*.commChat { height: 845px; max-height: 845px; overflow-y: scroll; border-right: 1px solid #DADADA; border-left: 1px solid #DADADA; -} +}*/ .insetCommChat { width: 100%; @@ -5902,4 +5902,35 @@ a.linkS2[data-target="#withdraw-money"]{ margin: auto; margin-bottom: 52px; } +.tooltip-inner { + max-width: 500px; + padding: 7px 7px; + line-height: 15px; +} +.tooltip.top{ + margin-top: 0px; +} +.changeBlock { + min-height: 650px; + display: table; + padding: 113px 0 30px 0px; +} +.commChat { + position: relative; + display: table; + max-height: 845px; + overflow-y: scroll; + border-right: 1px solid #DADADA; + border-left: 1px solid #DADADA; + padding-bottom: 300px; +} +#message-chat-space { + height: 312px; + display: block; + overflow: auto; +} +#contact-chat-form{ + position: absolute; + bottom: 0; +} /*end_new*/ \ No newline at end of file diff --git a/projects/templates/customer_project_create.html b/projects/templates/customer_project_create.html index e8d6c62..b5a175f 100644 --- a/projects/templates/customer_project_create.html +++ b/projects/templates/customer_project_create.html @@ -25,13 +25,13 @@ {% endif %}
-

Название заказа {{ form.name.errors.as_text }}

+

Название заказа {{ form.name.errors.as_text }}

-

Подробно опишите задание {{ form.text.errors.as_text }}

- +

Подробно опишите задание {{ form.text.errors.as_text }}

+