Commit fae9f4634d33faba33b8f8e139f95bc31e130e14
1 parent
bad8766a
Exists in
master
and in
27 other branches
[media-panel-improvements] Minor css adjustments
Showing
1 changed file
with
2 additions
and
5 deletions
Show diff stats
public/stylesheets/application.css
| ... | ... | @@ -3374,10 +3374,7 @@ table.cms-articles .icon:hover { |
| 3374 | 3374 | |
| 3375 | 3375 | .controller-cms div.with_media_panel { |
| 3376 | 3376 | float: left; |
| 3377 | - width: 500px; | |
| 3378 | -} | |
| 3379 | -div.with_media_panel .formfield input { | |
| 3380 | - width: 100%; | |
| 3377 | + width: 600px; | |
| 3381 | 3378 | } |
| 3382 | 3379 | div.with_media_panel .formfield input[type="checkbox"] { |
| 3383 | 3380 | width: auto; |
| ... | ... | @@ -3385,7 +3382,7 @@ div.with_media_panel .formfield input[type="checkbox"] { |
| 3385 | 3382 | |
| 3386 | 3383 | .text-editor-sidebar { |
| 3387 | 3384 | position: absolute; |
| 3388 | - width: 380px; | |
| 3385 | + width: 280px; | |
| 3389 | 3386 | right: 20px; |
| 3390 | 3387 | top: 70px; |
| 3391 | 3388 | } | ... | ... |