Skip to content

Commit

Permalink
Merge pull request #704 from adrexia/IE7-left-panel-text
Browse files Browse the repository at this point in the history
BUG: IE7 vertical text fix
  • Loading branch information
wilr committed Oct 28, 2012
2 parents b031188 + 5b88ffc commit 4f8d23b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/css/ie7.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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; } .cms-content-header .cms-content-header-tabs { position: absolute; right: 0; }


.ss-ui-button.ss-gridfield-button-filter { border: none !important; } .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; }
2 changes: 2 additions & 0 deletions admin/scss/ie7.scss
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -218,3 +218,5 @@ table.ss-gridfield-table {
border:none !important; border:none !important;
} }
} }

@include IEVerticalPanelText;

0 comments on commit 4f8d23b

Please sign in to comment.