Skip to content

Commit

Permalink
BUGFIX:Trac Ticket #7015 - removed unnecessary scrollbars from files …
Browse files Browse the repository at this point in the history
…and images filter and increased height of search field to accommodate the dropdown.
  • Loading branch information
jbridson authored and chillu committed Mar 27, 2012
1 parent bdb832e commit ddcf979
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions scss/_AssetAdmin.scss
@@ -1,9 +1,15 @@
.cms .AssetAdmin {
.cms-content-fields {
overflow:hidden; //removes scrolling from filter panel
.cms-edit-form.AssetAdmin {
overflow-y:auto; //adds scrolling only to the datagrid
overflow:hidden; //removes scrolling from filter panel
.cms-edit-form.AssetAdmin {
overflow-y:auto; //adds scrolling only to the datagrid
}
.cms-content-tools .cms-panel-content {
overflow:hidden; //removes scollbar from search field in filter
.cms-search-form {
height:100%; //increases height of search form to accomodate dropdown
}
}
}
.cms-content-header-tabs {
.ui-tabs-nav {
Expand Down

0 comments on commit ddcf979

Please sign in to comment.