diff options
| author | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-23 14:29:08 -0400 |
|---|---|---|
| committer | Mohammad Amoush <mohammad_amoush@brown.edu> | 2019-07-23 14:29:08 -0400 |
| commit | e1b750da8faf8f00707de1b65efbd210c19fa723 (patch) | |
| tree | 7a06eaff97e4341ebeca833611b65ff3ceb1b837 /src/client/apis/youtube/YoutubeBox.scss | |
| parent | 4446a3a52c4cf4b03c201ab2d6a9179647686e40 (diff) | |
Store and css
Diffstat (limited to 'src/client/apis/youtube/YoutubeBox.scss')
| -rw-r--r-- | src/client/apis/youtube/YoutubeBox.scss | 10 |
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); |
