diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-16 23:07:29 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-16 23:07:29 +0100 |
commit | 2165733ddce0bcae386d8b4b25ef7fec83266db7 (patch) | |
tree | c80243335c4847b96eb5c88cdfae7d418503ebe9 /view/theme/redbasic | |
parent | d22b21c56f978d6b1ed42c9edde2a0214a16aef7 (diff) | |
download | volse-hubzilla-2165733ddce0bcae386d8b4b25ef7fec83266db7.tar.gz volse-hubzilla-2165733ddce0bcae386d8b4b25ef7fec83266db7.tar.bz2 volse-hubzilla-2165733ddce0bcae386d8b4b25ef7fec83266db7.zip |
move buttons to dropdown menu and some cleanup
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f365bec1a..5aee57cad 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -260,34 +260,6 @@ footer { clear: both; } -#profile-edit-links { - padding-top: 15px; - padding-bottom: 15px; -} - -#profile-edit-links .btn { - margin: 0 10px 15px 0; -} - -.profile-import { - vertical-align: top; - text-align: left; -} - -.profile-import b { - color: $link_colour; -} - -.profile-import input { - color: $font_colour; - border: none; -} - -#profile-edit-drop-link { - color: #FFF; - font-weight: normal; -} - .fn { font-weight: bold; font-size: 16px; |