mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
add spacing to nested tabs
This commit is contained in:
parent
840f275235
commit
19c1ed9443
6
admin/client/dist/styles/bundle.css
vendored
6
admin/client/dist/styles/bundle.css
vendored
@ -9720,11 +9720,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;
|
||||
}
|
||||
|
@ -506,10 +506,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…
x
Reference in New Issue
Block a user