diff options
author | friendica <info@friendica.com> | 2013-08-13 02:29:10 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-13 02:29:10 -0700 |
commit | d6c6a2b144ad1c619cef70310bad7e0cdc920e77 (patch) | |
tree | 0936cc0ffdb9c2c73de52bd9aa30c1fcabe73390 /view/theme | |
parent | b9a8b73392afc6e460073ac6305da24623de5b49 (diff) | |
download | volse-hubzilla-d6c6a2b144ad1c619cef70310bad7e0cdc920e77.tar.gz volse-hubzilla-d6c6a2b144ad1c619cef70310bad7e0cdc920e77.tar.bz2 volse-hubzilla-d6c6a2b144ad1c619cef70310bad7e0cdc920e77.zip |
debugging issue #58 - seems to work but needs (more) theming
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9687443df..abfeb44bc 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2091,6 +2091,18 @@ aside input[type='text'] { margin-right: 50px; } +.rconnect { + display: block; + color: #FFFFFF; + margin-top: 15px; + background-color: #FF6666; + -webkit-border-radius: $radiuspx ; + -moz-border-radius: $radiuspx; + border-radius: $radiuspx; + padding: 5px; + font-weight: bold; +} + #dfrn-request-networks { margin-bottom: 30px; |