Skip to content

Commit

Permalink
BUGFIX:fixed broken filter header styling in users
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Bridson committed Apr 16, 2012
1 parent b095290 commit e91c609
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions css/GridField.css

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

11 changes: 7 additions & 4 deletions scss/GridField.scss
Expand Up @@ -98,6 +98,9 @@ $gf_grid_x: 16px;
tr.filter-header {
.fieldgroup {
max-width:$gf_grid_x*32; //max width 512px
.fieldgroup-field {
padding:0;
}
}
}
tr:first-child { //sets 7px border-radius on the top row in the thead - accounts for edgecase where there is no title row.
Expand Down Expand Up @@ -375,8 +378,8 @@ $gf_grid_x: 16px;
}
&.ss-gridfield-button-filter.ss-ui-button{
position:absolute;
top: 0;
right: 0;
top: -28px;
right: -1px;
display:block;
text-indent:-9999em;
width:30px;
Expand Down Expand Up @@ -412,8 +415,8 @@ $gf_grid_x: 16px;
}
&.ss-gridfield-button-reset.ss-ui-button{
position:absolute;
right: 29px;
top: 0;
right: 28px;
top: -28px;
display:block;
text-indent:-9999em;
width:30px;
Expand Down

0 comments on commit e91c609

Please sign in to comment.