aboutsummaryrefslogtreecommitdiff
path: root/src/client/apis/youtube/YoutubeBox.scss
diff options
context:
space:
mode:
authorMohammad Amoush <mohammad_amoush@brown.edu>2019-07-23 14:29:08 -0400
committerMohammad Amoush <mohammad_amoush@brown.edu>2019-07-23 14:29:08 -0400
commite1b750da8faf8f00707de1b65efbd210c19fa723 (patch)
tree7a06eaff97e4341ebeca833611b65ff3ceb1b837 /src/client/apis/youtube/YoutubeBox.scss
parent4446a3a52c4cf4b03c201ab2d6a9179647686e40 (diff)
Store and css
Diffstat (limited to 'src/client/apis/youtube/YoutubeBox.scss')
-rw-r--r--src/client/apis/youtube/YoutubeBox.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/client/apis/youtube/YoutubeBox.scss b/src/client/apis/youtube/YoutubeBox.scss
index 00979f945..1fc91a9ae 100644
--- a/src/client/apis/youtube/YoutubeBox.scss
+++ b/src/client/apis/youtube/YoutubeBox.scss
@@ -20,14 +20,14 @@ li:hover {
height: 175px;
.video_duration {
- margin: 0;
- padding: 0;
+ // margin: 0;
+ // padding: 0;
border: 0;
background: transparent;
display: inline-block;
- position: absolute;
- bottom: 0;
- right: 0;
+ position: relative;
+ bottom: 25px;
+ left: 85%;
margin: 4px;
color: #FFFFFF;
background-color: rgba(0, 0, 0, 0.80);