diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-01-21 10:58:38 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-01-21 10:58:38 +0100 |
commit | 928f1bfa7bdaa4f8a85ea4bec6ebcb182975f158 (patch) | |
tree | 9bcc8acc1ec1964b4f99d0ec8b71f519b9941620 /view | |
parent | 2b3b6268ddd73d4a438cc6c9431ab3577b218fd1 (diff) | |
download | volse-hubzilla-928f1bfa7bdaa4f8a85ea4bec6ebcb182975f158.tar.gz volse-hubzilla-928f1bfa7bdaa4f8a85ea4bec6ebcb182975f158.tar.bz2 volse-hubzilla-928f1bfa7bdaa4f8a85ea4bec6ebcb182975f158.zip |
css cleanup
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 31 | ||||
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 2 |
2 files changed, 1 insertions, 32 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d596fa332..8020da00a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -480,43 +480,12 @@ footer { float: right; } -.rconnect { - display: block; - color: $nav_active_icon_colour; - margin-top: 15px; - background-color: $nav_bg; - -webkit-border-radius: $radiuspx ; - -moz-border-radius: $radiuspx; - border-radius: $radiuspx; - border: 1px solid $nav_bd; - padding: 5px; - font-weight: bold; - clear: both; -} - -a.rateme, div.rateme { - display: block; - color: $nav_active_icon_colour; - background-color: $nav_bg; - -webkit-border-radius: $radiuspx ; - -moz-border-radius: $radiuspx; - border-radius: $radiuspx; - border: 1px solid $nav_bd; - padding: 5px; - font-weight: bold; - clear: both; -} - #pause { position: fixed; bottom: 5px; right: 5px; } -#vcard-end { - clear: both; -} - #contact-block { width: 100%; float: left; diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index bfd8ff042..5857ae5d1 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -49,7 +49,7 @@ {{include file="diaspora_vcard.tpl"}} {{/if}} </div> -<div id="vcard-end"></div> +<div id="clear"></div> {{$rating}} |