From d973510fefa8802aaf824e2c7d6045d4a1f8cd29 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 02:36:19 +0000 Subject: [PATCH] MINOR Removed .thumbnailstrip 100% width, which breaks the right panel forms in CMS git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92607 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/layout.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/layout.css b/css/layout.css index 653b49e1..a48f141c 100644 --- a/css/layout.css +++ b/css/layout.css @@ -465,7 +465,6 @@ li.spacer { .thumbnailstrip { overflow: auto; white-space: nowrap; - width: 100%; float: left; border: 1px solid #aaa; }