From 44201392850e78d0917fbf34de308c1c2db8aede Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Mon, 13 Oct 2014 17:58:15 +0200 Subject: [PATCH] Prepare a container for message count --- css/style.css | 4 ++++ templates/main.php | 1 + 2 files changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 818ad55..4eee538 100644 --- a/css/style.css +++ b/css/style.css @@ -77,6 +77,10 @@ padding-left: 15px; } +#ocsms-phone-msg-nb { + color: #555; +} + #ocsms-empty-conversation { position: absolute; text-align: center; diff --git a/templates/main.php b/templates/main.php index 0fc806d..dddab29 100644 --- a/templates/main.php +++ b/templates/main.php @@ -13,6 +13,7 @@