From 5d4e5def8b9f39c3d151e624f82f3262b342b284 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 21 Nov 2009 02:36:05 +0000 Subject: [PATCH] MINOR Removed 100% width from tabsets in CMS, was messing up jQuery UI border styling git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92602 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/cms_right.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/cms_right.css b/css/cms_right.css index b3ed8b28..8ea26312 100644 --- a/css/cms_right.css +++ b/css/cms_right.css @@ -472,7 +472,6 @@ * Tabs */ .right form .ss-tabset { - width: 100%; /* Need this to stop tabs from disappearing sometimes */ position: relative; }