diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-23 16:31:40 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-01-23 16:31:40 -0800 |
commit | cb47354a4f76e033485e9818b137742c01466dbe (patch) | |
tree | 1cba8e14d0cd1069a4d80bfa0acd51e24401b7bc /view/theme/redbasic | |
parent | 61588a4b772f8c5c0c231cf2eb63d72a8f64411d (diff) | |
download | volse-hubzilla-cb47354a4f76e033485e9818b137742c01466dbe.tar.gz volse-hubzilla-cb47354a4f76e033485e9818b137742c01466dbe.tar.bz2 volse-hubzilla-cb47354a4f76e033485e9818b137742c01466dbe.zip |
put login form into the nav bar. Proof of concept - needs a bit of UI tweaks.
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5bffdd27b..f5e253eef 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2104,4 +2104,8 @@ dl.bb-dl > dd > li { .app-icon { font-size: 80px; text-align: center; +} + +.rmagic-button { + margin-left: 10px; }
\ No newline at end of file |