From fa6a9c1db9ba1f94df1d04d6b5e0bfd987194935 Mon Sep 17 00:00:00 2001 From: alexandresalome Date: Sat, 5 Mar 2011 14:15:45 +0100 Subject: [PATCH] Make the width adapt the page --- .../Resources/public/css/profiler.css | 21 ++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css b/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css index 5380ee409a..61a656f72c 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css +++ b/src/Symfony/Bundle/WebProfilerBundle/Resources/public/css/profiler.css @@ -9,11 +9,6 @@ html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pr html, body { - width:100%; - min-height:100%; - _height:100%; - margin:0; - padding:0; background-color:#efefef; } body @@ -134,8 +129,10 @@ fieldset #content { - width:970px; - margin:0 auto; + padding: 0 50px; + margin: 0 auto; + font-family: Arial, Helvetica, sans-serif; + min-width: 970px; } .header @@ -234,6 +231,11 @@ fieldset padding:40px 0 40px 50px; } +.collector_content table td +{ + background-color: white; +} + h1 { font-family:Georgia, "Times New Roman", Times, serif; @@ -271,11 +273,6 @@ li margin-right:2px; } -#content -{ - font-family:Arial, Helvetica, sans-serif; -} - .resume { background-color:#f6f6f6;