Commit e961c21fc971dd89c91f8c1697e769929449a8e1
1 parent
743b2a60
Exists in
master
and in
29 other branches
Better position for the "loading" icon
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -3400,7 +3400,7 @@ div.with_media_panel .formfield input { |
3400 | 3400 | .text-editor-sidebar #media-upload-box, |
3401 | 3401 | .text-editor-sidebar #media-search-box { |
3402 | 3402 | background-repeat: no-repeat; |
3403 | - background-position: top right ; | |
3403 | + background-position: 98% 10px; | |
3404 | 3404 | } |
3405 | 3405 | .text-editor-sidebar img { |
3406 | 3406 | max-height: 96px; | ... | ... |