aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/videos/components/watch/videos-watch.component.scss
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-04-29 14:34:51 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-04-29 14:34:51 +0200
commit9ced64e08fb37dc2924eb80a9e8b34e668cd2756 (patch)
tree10a373807754d0b538ddf45b965c165afc678e6c /client/angular/videos/components/watch/videos-watch.component.scss
parentda932efc8199e2d9fe5d830432fb3833865a9a42 (diff)
downloadPeerTube-9ced64e08fb37dc2924eb80a9e8b34e668cd2756.tar.gz
PeerTube-9ced64e08fb37dc2924eb80a9e8b34e668cd2756.tar.zst
PeerTube-9ced64e08fb37dc2924eb80a9e8b34e668cd2756.zip
Improve style of the torrent informations
Diffstat (limited to 'client/angular/videos/components/watch/videos-watch.component.scss')
-rw-r--r--client/angular/videos/components/watch/videos-watch.component.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/client/angular/videos/components/watch/videos-watch.component.scss b/client/angular/videos/components/watch/videos-watch.component.scss
index b6c2fc050..62ae8a126 100644
--- a/client/angular/videos/components/watch/videos-watch.component.scss
+++ b/client/angular/videos/components/watch/videos-watch.component.scss
@@ -1,5 +1,5 @@
1.embed-responsive { 1.embed-responsive {
2 height: 100%; 2 height: 500px;
3} 3}
4 4
5#video-loading { 5#video-loading {
@@ -28,3 +28,13 @@
28 from { -moz-transform: rotate(0deg);} 28 from { -moz-transform: rotate(0deg);}
29 to { -moz-transform: rotate(360deg);} 29 to { -moz-transform: rotate(360deg);}
30} 30}
31
32#torrent-info {
33 font-size: 10px;
34
35 div {
36 display: inline-block;
37 width: 33%;
38 text-align: center;
39 }
40}