mirror of https://github.com/Chocobozzz/PeerTube
Client: minor css fixes
parent
339f0c8062
commit
0d7d2ad9ff
|
@ -20,8 +20,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-left-block {
|
.top-left-block {
|
||||||
|
z-index: 100;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-right: 1px solid $header-border-color;
|
border-right: 1px solid $header-border-color;
|
||||||
|
height: $header-height;
|
||||||
line-height: $header-height;
|
line-height: $header-height;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@ -37,6 +39,7 @@
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
|
|
||||||
.glyphicon {
|
.glyphicon {
|
||||||
|
cursor: pointer;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 190px;
|
height: 190px;
|
||||||
width: 220px;
|
width: 220px;
|
||||||
|
vertical-align: top;
|
||||||
|
|
||||||
.video-miniature-thumbnail {
|
.video-miniature-thumbnail {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in New Issue