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