diff --git a/README.md b/README.md index 5342a5f..b3d2de4 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,15 @@ OcSMS web application is actually under AGPL licence but this free licence can b ## Installation Place this app in **owncloud/apps/** + +## Issue template + +Server +- ownCloud version: X.X.X +- PHP version: X.X +- HTTPd server: <apache|nginx...> + +Client +- Android version: X.X.X +- Phone: <phone-model> +- ownCloud SMS app version: X.X.X diff --git a/css/style.css b/css/style.css index 8d427be..e7625fe 100644 --- a/css/style.css +++ b/css/style.css @@ -32,11 +32,13 @@ background-color: #ccc; } +#app-mailbox-peers li > a, #ocsms-empty-peers { + line-height: 44px; + padding: 0 12px; +} #app-mailbox-peers li > a { display: block; width: 100%; - line-height: 44px; - padding: 0 12px; overflow: hidden; -moz-box-sizing: border-box; box-sizing: border-box; white-space: nowrap; @@ -44,6 +46,11 @@ color: #333; } +#ocsms-empty-peers { + color: #666; + text-align: center; +} + #app-content-wrapper { padding: 15px; margin-top: 70px; @@ -79,11 +86,6 @@ font-size: 32px; } -#ocsms-empty-peers { - color: #666; - text-align: center; -} - .msg-sent, .msg-recv { border-radius: 12px; margin: 4px;