diff options
Diffstat (limited to 'res/client/css')
| -rw-r--r-- | res/client/css/partials/top-bar.scss | 6 | ||||
| -rw-r--r-- | res/client/css/style.css | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/res/client/css/partials/top-bar.scss b/res/client/css/partials/top-bar.scss index cffd200a..5aec704c 100644 --- a/res/client/css/partials/top-bar.scss +++ b/res/client/css/partials/top-bar.scss @@ -57,4 +57,8 @@ background: url(../img/CRI-logo.png); min-height: 30px; min-width: 30px; -}
\ No newline at end of file +} + +.logout-form { + display: inline; +} diff --git a/res/client/css/style.css b/res/client/css/style.css index b6231384..b4008d93 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -826,6 +826,9 @@ body.debug .debug-ui-right { min-height: 30px; min-width: 30px; } +.logout-form { + display: inline; } + /* Headings */ h1 { font-size: 30px; } |
