From ad9578792d710f517b5f8c25a12388b03806b4d0 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 24 Feb 2015 21:28:56 +0200 Subject: top-bar: restoring original positioning for 3rd party logo --- res/client/css/style.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'res/client/css/style.css') diff --git a/res/client/css/style.css b/res/client/css/style.css index 91ea9fd9..1521ee97 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -556,12 +556,12 @@ body.debug .debug-ui-right { background-repeat: no-repeat; } .top-bar { - padding-top: 10px; - padding-bottom: 10px; + line-height: 48px; background-color: #363636; } -.user-area { - margin-right: 20px; } +.top-bar__user-area { + margin-right: 20px; + vertical-align: middle; } .username { display: inline-block; @@ -595,6 +595,13 @@ body.debug .debug-ui-right { float: right; margin-right: 20px; } +#logo-3rd-party__CRI { + background-color: white; + border-radius: 3px; + height: 25px; + padding: 2px; + vertical-align: middle; } + /* Headings */ h1 { font-size: 30px; } -- cgit v1.3.1