diff options
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 5e96e7eb..b7434a43 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -829,12 +829,12 @@ body.debug .debug-ui-right { left: -20px; top: -10px; } -.organization-logo { - display: inline-block; - margin-left: 12px; - background: url(../img/CRI-logo.png); - min-height: 30px; - min-width: 30px; } +#org-logo__CRI { + position: fixed; + bottom: 10px; + right: 80px; + height: 30px; +} /* Headings */ h1 { |
