mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX: trac/7462 Amended the css to fix this by adding text-transform: capitialize and display: block to the relevant css
This commit is contained in:
parent
d95e9a06b3
commit
f546e0db64
@ -290,7 +290,7 @@ body.cms { overflow: hidden; }
|
||||
.cms-content-header .ui-tabs-nav .ui-state-active, .cms-content-header .ui-tabs-nav .ui-widget-content .ui-state-active, .cms-content-header .ui-tabs-nav .ui-widget-header .ui-state-active, .cms-dialog .ui-tabs-nav .ui-state-active, .cms-dialog .ui-tabs-nav .ui-widget-content .ui-state-active, .cms-dialog .ui-tabs-nav .ui-widget-header .ui-state-active { background: #f0f3f4 url(../images/textures/bg_cms_main_content.png) repeat top left; border-right-color: #b3b3b3; border-left-color: #b3b3b3; margin-right: -1px; margin-left: -1px; z-index: 2; }
|
||||
.cms-content-header .ui-tabs-nav .ui-state-active a, .cms-content-header .ui-tabs-nav .ui-widget-content .ui-state-active a, .cms-content-header .ui-tabs-nav .ui-widget-header .ui-state-active a, .cms-dialog .ui-tabs-nav .ui-state-active a, .cms-dialog .ui-tabs-nav .ui-widget-content .ui-state-active a, .cms-dialog .ui-tabs-nav .ui-widget-header .ui-state-active a { border-bottom: none; color: #444444; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9); }
|
||||
|
||||
.CMSPagesController .cms-content-header-tabs .ui-tabs-nav li a { font-weight: bold; line-height: 16px; padding: 12px 20px 11px; text-indent: -9999em; background: url(../images/content-header-tabs-sprite.png) no-repeat; }
|
||||
.CMSPagesController .cms-content-header-tabs .ui-tabs-nav li a { font-weight: bold; line-height: 16px; padding: 12px 20px 11px; text-transform: capitalize; text-indent: -9999em; display: block; background: url(../images/content-header-tabs-sprite.png) no-repeat; }
|
||||
.CMSPagesController .cms-content-header-tabs .ui-tabs-nav li.content-treeview a { background-position: 2px 0px; }
|
||||
.CMSPagesController .cms-content-header-tabs .ui-tabs-nav li.content-galleryview a { background-position: -87px 0px; }
|
||||
.CMSPagesController .cms-content-header-tabs .ui-tabs-nav li.content-listview a { background-position: -38px 0px; }
|
||||
|
@ -249,8 +249,10 @@ body.cms {
|
||||
font-weight: bold;
|
||||
line-height: $grid-y * 2;
|
||||
padding: ($grid-y * 2 - 4) ($grid-x * 2 + 4) $grid-y + 3;
|
||||
text-transform: capitalize;
|
||||
text-indent: -9999em;
|
||||
background: url(../images/content-header-tabs-sprite.png) no-repeat
|
||||
display: block;
|
||||
background: url(../images/content-header-tabs-sprite.png) no-repeat;
|
||||
}
|
||||
|
||||
&.content-treeview a {
|
||||
|
Loading…
Reference in New Issue
Block a user