diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-24 21:28:56 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-24 21:28:56 +0200 |
| commit | ad9578792d710f517b5f8c25a12388b03806b4d0 (patch) | |
| tree | f7f9f3c9eba4eda62060363f5c10681a58e259db /res/client/css/style.css | |
| parent | 214fc0dcee580cbebc2f83437775e31b519e114a (diff) | |
top-bar: restoring original positioning for 3rd party logo
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 15 |
1 files changed, 11 insertions, 4 deletions
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; } |
