From 6222c9e2f0c74449e39527a6e389f7400f682711 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Tue, 9 Aug 2011 21:26:12 +0200 Subject: [PATCH] Fix for buggy checkbox display and selects/textareas --- wcfsetup/install/files/acp/style/testing.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/wcfsetup/install/files/acp/style/testing.css b/wcfsetup/install/files/acp/style/testing.css index f370d0fbfa..b754596513 100644 --- a/wcfsetup/install/files/acp/style/testing.css +++ b/wcfsetup/install/files/acp/style/testing.css @@ -501,6 +501,7 @@ fieldset > ul li { dl { clear: both; margin-bottom: 7px; + position: relative; } dl.disabled > dt { @@ -562,11 +563,14 @@ dl > dd > fieldset > dl > dd > small { dt.reversed { margin-top: 2px; text-align: left; - position: relative; + position: absolute; left: 270px; - width: auto; + width: 100%; } + dt.reversed ~ dd > input[type='checkbox'] { + margin-left: 0; +} /* -- -- -- -- -- Forms -- -- -- -- -- */ @@ -689,12 +693,12 @@ textarea:focus { /* Widths */ textarea { - width: 100%; + width: 95%; } /* select { - width: 100%; + width: 95%; } */ -- 2.20.1