aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.scss
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-04-29 18:34:10 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-04-29 18:34:10 +0200
commit0d7d2ad9ff27baf72223a2113eb3ae5cabdb924e (patch)
tree0d40660ac1326fdcf2c46a85b533226e5fcd2d05 /client/src/app/app.component.scss
parent339f0c80622090bd2c5ca4e40891194691fece4c (diff)
downloadPeerTube-0d7d2ad9ff27baf72223a2113eb3ae5cabdb924e.tar.gz
PeerTube-0d7d2ad9ff27baf72223a2113eb3ae5cabdb924e.tar.zst
PeerTube-0d7d2ad9ff27baf72223a2113eb3ae5cabdb924e.zip
Client: minor css fixes
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r--client/src/app/app.component.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss
index ca0030922..f5da651b2 100644
--- a/client/src/app/app.component.scss
+++ b/client/src/app/app.component.scss
@@ -20,8 +20,10 @@
20 } 20 }
21 21
22 .top-left-block { 22 .top-left-block {
23 z-index: 100;
23 background-color: #fff; 24 background-color: #fff;
24 border-right: 1px solid $header-border-color; 25 border-right: 1px solid $header-border-color;
26 height: $header-height;
25 line-height: $header-height; 27 line-height: $header-height;
26 margin-top: 0; 28 margin-top: 0;
27 margin-bottom: 0; 29 margin-bottom: 0;
@@ -37,6 +39,7 @@
37 margin-left: 15px; 39 margin-left: 15px;
38 40
39 .glyphicon { 41 .glyphicon {
42 cursor: pointer;
40 position: relative; 43 position: relative;
41 top: 4px; 44 top: 4px;
42 } 45 }