mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
042f4c2fb3
commit
61be99cf6e
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user