MINOR Removed CMS specific tab styling, now handled by jQuery UI tabs

MINOR New CMS specific styling for CMS buttons

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92589 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-11-21 02:35:37 +00:00
parent 042f4c2fb3
commit 61be99cf6e

View File

@ -214,23 +214,13 @@
width: auto;
}
/**
* Tabs
*/
.right form div.tab {
background: #fff;
clear: left;
overflow: auto;
border: 1px solid #aaa;
border-top: none;
position: relative;
top: 0;
padding: 10px;
.right form fieldset {
height: 100%;
}
.right form div.tabset {
border: 1px solid #fff; /* Hack for FF1.5/Win Float-Bug */
clear: left;
.right form .Actions {
text-align: right;
padding-top: 1em;
}
/* Overflow is handled by tabsets inside the panel */