From 683b300a7df30e9d873bbabaa1368486a14ac010 Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Mon, 23 Sep 2013 17:48:55 +0200 Subject: [PATCH] Issue #2094445 by Outi, eigentor: Fixed installer right padding - make it look balanced. --- core/themes/seven/install-page.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/core/themes/seven/install-page.css b/core/themes/seven/install-page.css index f76e3b1743c8..0d223f00977c 100644 --- a/core/themes/seven/install-page.css +++ b/core/themes/seven/install-page.css @@ -50,10 +50,6 @@ body.install-page { width: 75%; max-width: 770px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); - padding: 1em 2em 1em 0; /* LTR */ - } - [dir="rtl"] body.install-page #page { - padding: 1em 0 1em 2em; } body.install-page #content { -webkit-box-sizing: border-box; @@ -61,13 +57,12 @@ body.install-page { box-sizing: border-box; clear: none; float: left; - padding-left: 50px; /* LTR */ + padding-left: 50px; + padding-right: 50px; width: 65%; } [dir="rtl"] body.install-page #content { float: right; - padding-left: 0; - padding-right: 50px; } ul{ padding: 15px; -- GitLab