From 12f03623cd5355b0fb08832055f6ec8d3eb0d00a Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Wed, 20 Jun 2012 12:06:49 +0100 Subject: [PATCH] Fixed the busted log in layout in FF & Opera --- public/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index 315f1348..ef16f305 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -271,6 +271,7 @@ iframe.javascript { } .dropdownmenu a, .button { + position: relative; border: 1px solid #CCC; height: 23px; line-height: 25px; @@ -1978,6 +1979,8 @@ a.active:hover { overflow: hidden; position: relative; width: 165px; + /* allow a black theme but for the text to still be readable */ + /*text-shadow: -2px 0 10px white, 2px 0 10px white, 0 2px 10px white, 0 -2px 10px white;*/ } .name span { @@ -2034,6 +2037,7 @@ pre .highlight:last-of-type { } #jsbinurl.hidden { + position: absolute; opacity: 0; margin-right: -10px; overflow: hidden; @@ -2053,6 +2057,8 @@ pre .highlight:last-of-type { -moz-transition-timing-function: ease-out, ease-out; -moz-transition-duration: 100ms, 100ms; + -moz-transition: all ease-out 100ms; + -o-transition-property: opacity, margin-right; -o-transition-timing-function: ease-out, ease-out; -o-transition-duration: 100ms, 100ms;