send unverified private mail using zrl

This commit is contained in:
friendica 2012-04-01 00:59:35 -07:00
parent ea10bba147
commit 5c2fdc795f
10 changed files with 387 additions and 6 deletions

View file

@ -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 {