mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +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;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
.right form fieldset {
|
||||||
* Tabs
|
height: 100%;
|
||||||
*/
|
|
||||||
.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 div.tabset {
|
.right form .Actions {
|
||||||
border: 1px solid #fff; /* Hack for FF1.5/Win Float-Bug */
|
text-align: right;
|
||||||
clear: left;
|
padding-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Overflow is handled by tabsets inside the panel */
|
/* Overflow is handled by tabsets inside the panel */
|
||||||
|
Loading…
Reference in New Issue
Block a user