From 08b8b6367801aa5d653fa6785892a91ffd47b0a8 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Wed, 14 Aug 2019 21:46:30 -0400 Subject: [PATCH] Removed need for important tag --- content.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/content.css b/content.css index 77d2657c..074bca68 100644 --- a/content.css +++ b/content.css @@ -105,20 +105,6 @@ border-left: 1px solid rgb(150, 150, 150); } -.sponsorSkipNoticeRightSection { - right: 0; - position: absolute; - - float: right; - - margin-right: 5px; -} - -.sponsorSkipNoticeRightButton { - margin-left: 7px !important; - padding: 0px; -} - .sponsorSkipNoticeCloseButton { height: 10px; width: 10px; @@ -135,6 +121,20 @@ margin-right: 10px; } +.sponsorSkipNoticeRightSection { + right: 0; + position: absolute; + + float: right; + + margin-right: 5px; +} + +.sponsorSkipNoticeRightButton { + margin-left: 7px; + padding: 0px; +} + .sponsorSkipMessage { font-size: 14px; font-weight: bold;