mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
Added issue template & style for peers
This commit is contained in:
parent
578a1e8d53
commit
df7ad1adbd
12
README.md
12
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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user