mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUG: IE7 vertical text fix
Re-add vertical text fix, as it's been overwritten somewhere along the way
This commit is contained in:
parent
0abef4232e
commit
5b88ffca46
@ -99,3 +99,6 @@ table.ss-gridfield-table tr.ss-gridfield-item.even { background: #F0F4F7; }
|
||||
.cms-content-header .cms-content-header-tabs { position: absolute; right: 0; }
|
||||
|
||||
.ss-ui-button.ss-gridfield-button-filter { border: none !important; }
|
||||
|
||||
.cms-panel-content-collapsed { position: relative; width: 40px; }
|
||||
.cms-panel-content-collapsed h2.cms-panel-header, .cms-panel-content-collapsed h3.cms-panel-header { zoom: 1; position: absolute; top: 10px; right: 10px; writing-mode: tb-rl; float: right; z-index: 5000; }
|
||||
|
@ -218,3 +218,5 @@ table.ss-gridfield-table {
|
||||
border:none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@include IEVerticalPanelText;
|
||||
|
Loading…
Reference in New Issue
Block a user