Commit 230bd714e25346c970a57c2e73ead0616a00c46d

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent efc5b986
Exists in stable-1.2

Give more space to text-editor-sidebar

(cherry picked from commit 4dd11514eb9995c23171987f554421ccb965b82b)
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -3584,7 +3584,7 @@ table.cms-articles .icon:hover {
3584 3584 }
3585 3585  
3586 3586 .controller-cms .show-media-panel .with_media_panel {
3587   - width: 600px;
  3587 + width: 540px;
3588 3588 transition: 1s;
3589 3589 }
3590 3590  
... ... @@ -3656,7 +3656,7 @@ table.cms-articles .icon:hover {
3656 3656  
3657 3657 .text-editor-sidebar {
3658 3658 position: absolute;
3659   - width: 280px;
  3659 + width: 340px;
3660 3660 right: 20px;
3661 3661 top: 70px;
3662 3662 max-height: 45px;
... ... @@ -3720,7 +3720,7 @@ table.cms-articles .icon:hover {
3720 3720 }
3721 3721  
3722 3722 .text-editor-sidebar .image {
3723   - width: 80px;
  3723 + width: 100px;
3724 3724 margin: 2px;
3725 3725 height: 80px;
3726 3726 line-height: 80px;
... ...