From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- js/components/popup.reel/css/popup.scss | 54 ++++++++++++++++----------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'js/components/popup.reel/css') diff --git a/js/components/popup.reel/css/popup.scss b/js/components/popup.reel/css/popup.scss index 75ff2814..4f40b7c8 100755 --- a/js/components/popup.reel/css/popup.scss +++ b/js/components/popup.reel/css/popup.scss @@ -34,43 +34,43 @@ $grey_light: #494949; .default_popup { - //MUST HAVE TO ALLOW FOR SIZE AJUSTMENTS - position: absolute; - width: auto; - float: left; - - //TEXT STYLES - font-family: 'Droid Sans', sans-serif; - color: #FFF; - - //BACKGROUND AND CONTAINER - background: $grey_light; - border: 1px solid $grey_dark; - border-radius: 8px; - padding: 8px; - box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); - pointerEvents: auto; + //MUST HAVE TO ALLOW FOR SIZE AJUSTMENTS + position: absolute; + width: auto; + float: left; + + //TEXT STYLES + font-family: 'Droid Sans', sans-serif; + color: #FFF; + + //BACKGROUND AND CONTAINER + background: $grey_light; + border: 1px solid $grey_dark; + border-radius: 8px; + padding: 8px; + box-shadow: 0px 0px 8px rgba(0, 0, 0, .8); + pointerEvents: auto; } .default_popup .content { - overflow: auto; - float: left; + overflow: auto; + float: left; } .default_popup .tooltip { - position: absolute; - overflow: hidden; + position: absolute; + overflow: hidden; } .default_popup .tooltip span { - -webkit-transform:rotate(45deg); - width: 12px; - height: 12px; - margin: 3px; - display: block; - background: $grey_light; - border: 1px solid $grey_dark; + -webkit-transform:rotate(45deg); + width: 12px; + height: 12px; + margin: 3px; + display: block; + background: $grey_light; + border: 1px solid $grey_dark; } -- cgit v1.2.3