From df7ad1adbdbc74a2dc2e1b6cfdc4b3e764a611d9 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Tue, 7 Oct 2014 11:59:09 +0200 Subject: [PATCH] Added issue template & style for peers --- README.md | 12 ++++++++++++ css/style.css | 16 +++++++++------- 2 files changed, 21 insertions(+), 7 deletions(-) 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: + +Client +- Android version: X.X.X +- Phone: +- 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;