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
|
## Installation
|
||||||
Place this app in **owncloud/apps/**
|
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;
|
background-color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#app-mailbox-peers li > a, #ocsms-empty-peers {
|
||||||
|
line-height: 44px;
|
||||||
|
padding: 0 12px;
|
||||||
|
}
|
||||||
#app-mailbox-peers li > a {
|
#app-mailbox-peers li > a {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
line-height: 44px;
|
|
||||||
padding: 0 12px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
-moz-box-sizing: border-box; box-sizing: border-box;
|
-moz-box-sizing: border-box; box-sizing: border-box;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
@ -44,6 +46,11 @@
|
|||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ocsms-empty-peers {
|
||||||
|
color: #666;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
#app-content-wrapper {
|
#app-content-wrapper {
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
margin-top: 70px;
|
margin-top: 70px;
|
||||||
@ -79,11 +86,6 @@
|
|||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ocsms-empty-peers {
|
|
||||||
color: #666;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.msg-sent, .msg-recv {
|
.msg-sent, .msg-recv {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user