mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
send unverified private mail using zrl
This commit is contained in:
parent
ea10bba147
commit
5c2fdc795f
10 changed files with 387 additions and 6 deletions
|
@ -194,6 +194,16 @@ aside {
|
|||
font-weight: bold;
|
||||
background: #3465a4 url('friendika-16.png') no-repeat 95% center;
|
||||
}
|
||||
#wallmessage-link {
|
||||
display: block;
|
||||
color: #FFFFFF;
|
||||
-webkit-border-radius: 5px ;
|
||||
-moz-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
padding: 5px;
|
||||
font-weight: bold;
|
||||
background-color: #3465a4;
|
||||
}
|
||||
|
||||
/* section */
|
||||
section {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue