diff options
author | zotlabs <mike@macgirvin.com> | 2017-02-04 14:58:13 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-02-04 14:58:13 -0800 |
commit | 73845e01ed5e00a62341f2125e2a61c16bd73962 (patch) | |
tree | 5cf3d2034c95cff35ee01740052d1b43cb0c4409 /view/theme/redbasic | |
parent | fc4083346eb6d7010e018b3dab92711f777f8572 (diff) | |
download | volse-hubzilla-73845e01ed5e00a62341f2125e2a61c16bd73962.tar.gz volse-hubzilla-73845e01ed5e00a62341f2125e2a61c16bd73962.tar.bz2 volse-hubzilla-73845e01ed5e00a62341f2125e2a61c16bd73962.zip |
cleanup
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 4cfd42ef1..b398738e0 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2107,9 +2107,11 @@ dl.bb-dl > dd > li { } #nav-login { - padding: 10px; - min-width: 300px; - - border: 1px solid #000; - background-color: #fff; } + +.rmagic-button { + max-width: 400px; + margin-top: 20px; + margin-left: auto; + margin-right: auto; +}
\ No newline at end of file |