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
This commit is contained in:
Ingo Schommer 2009-11-21 02:36:05 +00:00
parent d45da27296
commit 5d4e5def8b

View File

@ -472,7 +472,6 @@
* Tabs
*/
.right form .ss-tabset {
width: 100%;
/* Need this to stop tabs from disappearing sometimes */
position: relative;
}