diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f5e253eef..cd222e06d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2107,5 +2107,15 @@ dl.bb-dl > dd > li { } .rmagic-button { + padding-top: 10px; margin-left: 10px; + margin-bottom: 10px; +} + +#nav-login { + display: none; + width: 200px; + border: 1px solid #ccc; + border-radius: $radiuspx; + }
\ No newline at end of file |