From 344261024430142120c7f7275b4ce32a797dda63 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 28 Feb 2013 14:58:16 +0100 Subject: [PATCH] Fix jasmine styles to make it bigger and relative (on top of app) --- assets/styles/layout.sass | 3 ++- public/styles/jasmine-ext.css | 6 +----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/assets/styles/layout.sass b/assets/styles/layout.sass index acc219d0..0104ea28 100644 --- a/assets/styles/layout.sass +++ b/assets/styles/layout.sass @@ -14,6 +14,7 @@ html, body height: 100% .application + position: relative width: 100% min-height: 100% margin-top: 40px @@ -23,7 +24,7 @@ html, body #top position: absolute - top: 0 + top: -40px left: 0 width: 100% height: 40px diff --git a/public/styles/jasmine-ext.css b/public/styles/jasmine-ext.css index 94fef03a..a22c2237 100644 --- a/public/styles/jasmine-ext.css +++ b/public/styles/jasmine-ext.css @@ -1,9 +1,5 @@ #HTMLReporter { - position: absolute; - top: 10px; - right: 10px; - width: 50%; - height: 150px; + height: 400px; z-index: 1000; background-color: white; overflow: auto;