diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-02-23 12:31:41 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-02-23 12:32:27 +0100 |
commit | 9bab858fd1e9c4d219d8ecb1cdca1377abde7024 (patch) | |
tree | a84f59a61237c37ad02ca7ab1b0241da01771de1 /view/theme | |
parent | 3d0c6700db4ed28600ba2182eae4cdfd8e1a9a20 (diff) | |
download | volse-hubzilla-9bab858fd1e9c4d219d8ecb1cdca1377abde7024.tar.gz volse-hubzilla-9bab858fd1e9c4d219d8ecb1cdca1377abde7024.tar.bz2 volse-hubzilla-9bab858fd1e9c4d219d8ecb1cdca1377abde7024.zip |
move collapsed login and register buttons to the left
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 115aa65ae..c632dbc74 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1832,7 +1832,16 @@ nav .badge.mail-update { padding: 7px 10px; } -a.navbar-toggle-extra:hover { +.navbar-toggle-extra-left { + float: left; + margin-left: 15px; + margin-right: 0px; + color: $nav_active_icon_colour; + padding: 7px 10px; +} + +a.navbar-toggle-extra:hover, +a.navbar-toggle-extra-left:hover { color: $nav_active_icon_colour; text-decoration: none; } |