Skip to content

Commit

Permalink
MINOR:Trac #7116 - added a set width to dropdowns in filter side pane…
Browse files Browse the repository at this point in the history
…l for IE8
  • Loading branch information
Jeremy Bridson committed Apr 10, 2012
1 parent 2857737 commit b58183f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/css/ie8.css
Expand Up @@ -10,6 +10,8 @@

.cms-content-toolbar { border-bottom: 1px solid #c9cdce; }

.cms-content-tools .cms-panel-content .dropdown select { width: 152px; }

.ss-ui-button.cms-page-add-button.ui-state-hover, .cms .ss-ui-button.cms-page-add-button:hover { background: #80bf40 url("../images/btn-icon/add.png") 0px 0px no-repeat; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background-image: none; }
Expand Down
5 changes: 5 additions & 0 deletions admin/scss/ie8.scss
Expand Up @@ -31,6 +31,11 @@
border-bottom:1px solid rgb(201, 205, 206);
}

//fix for width of dropdowns in filter panel
.cms-content-tools .cms-panel-content .dropdown select {
width:152px;
}

//fix for the button icon shifting on hover
.ss-ui-button.cms-page-add-button.ui-state-hover, .cms .ss-ui-button.cms-page-add-button:hover {
background: #80bf40 url('../images/btn-icon/add.png') 0px 0px no-repeat;
Expand Down

0 comments on commit b58183f

Please sign in to comment.