From d299b0a2e5653d191ea48e508736ffe4f6c73b05 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 22 Sep 2013 19:53:23 +0200 Subject: [PATCH] Improved css for ie9. --- app/assets/stylesheets/zzz.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/zzz.css b/app/assets/stylesheets/zzz.css index 49c281fa5..f0af2a58a 100644 --- a/app/assets/stylesheets/zzz.css +++ b/app/assets/stylesheets/zzz.css @@ -154,7 +154,7 @@ table th, table td { height: 100%; float: left; margin-left: 204px; - margin-right: 16px; + padding-right: 16px; padding-bottom: 10px; padding-left: 14px; position: absolute; @@ -680,24 +680,22 @@ footer { width: 100%; left: 0px; border-top: 1px solid #eeeeee; - width: 200px; + width: 194px; margin-left: 4px; } - - @media (min-width: 800px) { .ticket-action { - width: 240px; + width: 234px; } } @media (min-width: 1024px) { .ticket-action { - width: 260px; + width: 254px; } } @media (min-width: 1200px) { .ticket-action { - width: 280px; + width: 274px; } }