diff options
author | friendica <info@friendica.com> | 2012-04-01 00:59:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-01 00:59:35 -0700 |
commit | 5c2fdc795fc5273176a7f81d989ad06e16945f1c (patch) | |
tree | 88f277d576d6b6af459eab8759792e59bc6f7281 /view/theme | |
parent | ea10bba14711d26dfbefcd83659bb60ae6587e26 (diff) | |
download | volse-hubzilla-5c2fdc795fc5273176a7f81d989ad06e16945f1c.tar.gz volse-hubzilla-5c2fdc795fc5273176a7f81d989ad06e16945f1c.tar.bz2 volse-hubzilla-5c2fdc795fc5273176a7f81d989ad06e16945f1c.zip |
send unverified private mail using zrl
Diffstat (limited to 'view/theme')
-rwxr-xr-x | view/theme/duepuntozero/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 8a8fac662..23db84c2c 100755 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -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 { |