From 6404bf3de75c585fc25ddd0cb828fcf06153e0a6 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Mon, 6 Oct 2014 16:04:58 +0200 Subject: [PATCH] New text & Visual style for empty conversation --- css/style.css | 10 ++++++++++ templates/main.php | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index ba4c0d5..f0ae52e 100644 --- a/css/style.css +++ b/css/style.css @@ -69,6 +69,16 @@ padding-left: 15px; } +#ocsms-empty-conversation { + position: absolute; + text-align: center; + top: 40%; + width: 100%; + padding: 20px; + color: #666; + font-size: 32px; +} + .msg-sent, .msg-recv { border-radius: 12px; margin: 4px; diff --git a/templates/main.php b/templates/main.php index eda15fa..294d288 100644 --- a/templates/main.php +++ b/templates/main.php @@ -14,7 +14,7 @@
- No conversation loaded +
Please choose a conversation on the left menu