Skip to content

Commit

Permalink
MINOR Removed CMS specific tab styling, now handled by jQuery UI tabs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
chillu committed Nov 21, 2009
1 parent 042f4c2 commit 61be99c
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions css/cms_right.css
Expand Up @@ -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 */
Expand Down

0 comments on commit 61be99c

Please sign in to comment.