Skip to content

Commit

Permalink
Merge pull request #14 from pavlinter/master
Browse files Browse the repository at this point in the history
Fix css box-sizing
  • Loading branch information
MihailDev committed Oct 26, 2014
2 parents cc2bce3 + 357cfe6 commit fd60186
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions assets/css/elfinder.full.css
Original file line number Diff line number Diff line change
Expand Up @@ -1614,9 +1614,7 @@ embed.elfinder-quicklook-preview-audio {
.elfinder-rtl .elfinder-button-search .ui-icon-search { right:0;}
.elfinder-ltr .elfinder-button-search .ui-icon-close { right:0;}
.elfinder-rtl .elfinder-button-search .ui-icon-close { left:0;}






.elfinder *{
-moz-box-sizing: content-box;
box-sizing: content-box;
}
Loading

0 comments on commit fd60186

Please sign in to comment.