diff options
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; } |
