diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-07 14:03:47 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-07-07 14:03:47 +0200 |
commit | 4116beb276664c28c3fa16032548fe437ca1df81 (patch) | |
tree | abfa8a4ab60d9b2a027a6524eca5809b9a252a7c | |
parent | 9dfd798368b404a8491d54bcb8111b3f90b1aaf3 (diff) | |
download | volse-hubzilla-4116beb276664c28c3fa16032548fe437ca1df81.tar.gz volse-hubzilla-4116beb276664c28c3fa16032548fe437ca1df81.tar.bz2 volse-hubzilla-4116beb276664c28c3fa16032548fe437ca1df81.zip |
duepuntozero: style "connect" link in profile page
-rw-r--r-- | view/theme/duepuntozero/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 0ff41c92b..b47002e09 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -174,6 +174,16 @@ aside { position: absolute; } +#dfrn-request-link { + display: block; + color: #FFFFFF; + -webkit-border-radius: 5px ; + -moz-border-radius: 5px; + border-radius: 5px; + padding: 5px; + font-weight: bold; + background: #3465a4 url('friendika-16.png') no-repeat 95% center; +} /* section */ section { @@ -204,6 +214,7 @@ section { margin-right: 1em; } + /* footer */ footer { display: none; @@ -479,6 +490,7 @@ input#dfrn-url { #profile-extra-links ul { list-style-type: none; + padding: 0px; } |