From 6658d61e43e8781141319cc2e2cc02736cc0db33 Mon Sep 17 00:00:00 2001 From: Pat Lathem Date: Fri, 16 Oct 2015 12:54:55 -0500 Subject: Add z-index to command-box so that elements behind it do not show through autocomplete popup --- web/sass-files/sass/partials/_command-box.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_command-box.scss b/web/sass-files/sass/partials/_command-box.scss index f1aa4dca2..41e1631b5 100644 --- a/web/sass-files/sass/partials/_command-box.scss +++ b/web/sass-files/sass/partials/_command-box.scss @@ -5,6 +5,7 @@ border: $border-gray; bottom: 38px; overflow: auto; + z-index: 100 @extend %popover-box-shadow; .sidebar--right & { bottom: 100px; -- cgit v1.2.3-1-g7c22 From 4e1e6b6354450cc17e0fe2e0425c245b16a10c6f Mon Sep 17 00:00:00 2001 From: Pat Lathem Date: Fri, 16 Oct 2015 13:04:01 -0500 Subject: Add semi-colon --- web/sass-files/sass/partials/_command-box.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_command-box.scss b/web/sass-files/sass/partials/_command-box.scss index 41e1631b5..184fb55eb 100644 --- a/web/sass-files/sass/partials/_command-box.scss +++ b/web/sass-files/sass/partials/_command-box.scss @@ -5,7 +5,7 @@ border: $border-gray; bottom: 38px; overflow: auto; - z-index: 100 + z-index: 100; @extend %popover-box-shadow; .sidebar--right & { bottom: 100px; -- cgit v1.2.3-1-g7c22 From aa40f88bbbca68089e8fad144f590f27e3afa3da Mon Sep 17 00:00:00 2001 From: Florian Orben Date: Sat, 17 Oct 2015 02:52:46 +0200 Subject: PLT-463: Remove AUTHOR from YouTube preview not helpful and takes up too much room --- web/sass-files/sass/partials/_videos.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_videos.scss b/web/sass-files/sass/partials/_videos.scss index 9e1ce29b7..6ae5b488b 100644 --- a/web/sass-files/sass/partials/_videos.scss +++ b/web/sass-files/sass/partials/_videos.scss @@ -26,11 +26,6 @@ padding:0px; } -.video-uploader { - font-size: 13px; - margin: 0 0 15px; -} - .video-title { font-size:15px; margin-top:3px; @@ -54,4 +49,4 @@ border-top:36px solid transparent; border-bottom:36px solid transparent; border-left:60px solid rgba(255,255,255,0.4); -} \ No newline at end of file +} -- cgit v1.2.3-1-g7c22