From 9ced64e08fb37dc2924eb80a9e8b34e668cd2756 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 29 Apr 2016 14:34:51 +0200 Subject: [PATCH] Improve style of the torrent informations --- client/angular/app/app.component.scss | 3 +-- .../components/watch/videos-watch.component.html | 6 +++--- .../components/watch/videos-watch.component.scss | 12 +++++++++++- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/client/angular/app/app.component.scss b/client/angular/app/app.component.scss index 6e36c73e3..35f0e079b 100644 --- a/client/angular/app/app.component.scss +++ b/client/angular/app/app.component.scss @@ -5,8 +5,7 @@ header div { } menu { - min-height: 300px; - height: 100%; + min-height: 600px; margin-right: 20px; border-right: 1px solid rgba(0, 0, 0, 0.2); diff --git a/client/angular/videos/components/watch/videos-watch.component.html b/client/angular/videos/components/watch/videos-watch.component.html index f2a50eccd..9e8f50908 100644 --- a/client/angular/videos/components/watch/videos-watch.component.html +++ b/client/angular/videos/components/watch/videos-watch.component.html @@ -7,7 +7,7 @@
-
Download: {{ downloadSpeed | bytes }}/s
-
Upload: {{ uploadSpeed | bytes }}/s
-
Number of peers: {{ numPeers }}
+
Download: {{ downloadSpeed | bytes }}/s
+
Upload: {{ uploadSpeed | bytes }}/s
+
Number of peers: {{ numPeers }}
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 @@ .embed-responsive { - height: 100%; + height: 500px; } #video-loading { @@ -28,3 +28,13 @@ from { -moz-transform: rotate(0deg);} to { -moz-transform: rotate(360deg);} } + +#torrent-info { + font-size: 10px; + + div { + display: inline-block; + width: 33%; + text-align: center; + } +}