mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #6208 from open-sausages/pulls/4.0/tab-spacing
Add spacing to nested tabs
This commit is contained in:
commit
9ca359e5de
6
admin/client/dist/styles/bundle.css
vendored
6
admin/client/dist/styles/bundle.css
vendored
@ -9724,11 +9724,15 @@ body.cms{
|
||||
|
||||
.ui-tabs .ui-tabs-nav{
|
||||
float:right;
|
||||
margin:16px 0 -1px;
|
||||
margin:16px 0 1.5385rem;
|
||||
padding:0;
|
||||
border-bottom:0;
|
||||
}
|
||||
|
||||
.toolbar .ui-tabs .ui-tabs-nav{
|
||||
margin-bottom:-1px;
|
||||
}
|
||||
|
||||
.ui-tabs .ui-tabs-nav~.ui-tabs-panel{
|
||||
clear:both;
|
||||
}
|
||||
|
@ -510,10 +510,14 @@ body.cms {
|
||||
|
||||
.ui-tabs-nav {
|
||||
float: right;
|
||||
margin: $grid-x*2 0 -1px 0;
|
||||
margin: $grid-x*2 0 $panel-padding-y 0;
|
||||
padding: 0;
|
||||
border-bottom: 0;
|
||||
|
||||
.toolbar & {
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
|
||||
~ .ui-tabs-panel {
|
||||
clear: both;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user