summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-24 21:28:56 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-24 21:28:56 +0200
commitad9578792d710f517b5f8c25a12388b03806b4d0 (patch)
treef7f9f3c9eba4eda62060363f5c10681a58e259db /res/client/css/style.css
parent214fc0dcee580cbebc2f83437775e31b519e114a (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.css15
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; }