Commit 10a14b8a3ad84cc32b55b42c2e4f2debb6624089
1 parent
a01e57fa
Exists in
master
and in
2 other branches
Custom add imgs cms button
Showing
1 changed file
with
16 additions
and
1 deletions
Show diff stats
style.css
@@ -3467,7 +3467,7 @@ body.action-embed-index { | @@ -3467,7 +3467,7 @@ body.action-embed-index { | ||
3467 | padding-bottom: 5px; | 3467 | padding-bottom: 5px; |
3468 | } | 3468 | } |
3469 | 3469 | ||
3470 | -.controller-cms .TinyMceArticle > div:nth-child(12) > span:nth-child(1) > div:nth-child(1) { | 3470 | +.controller-cms .with_media_panel { |
3471 | display: block; | 3471 | display: block; |
3472 | width: 620px; | 3472 | width: 620px; |
3473 | } | 3473 | } |
@@ -3559,3 +3559,18 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max | @@ -3559,3 +3559,18 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img { max | ||
3559 | margin: 0px; | 3559 | margin: 0px; |
3560 | padding-left: 20px; | 3560 | padding-left: 20px; |
3561 | } | 3561 | } |
3562 | + | ||
3563 | +.text-editor-sidebar .icon-vertical-toggle { | ||
3564 | + top: 0px; | ||
3565 | + left: 0px; | ||
3566 | + padding: 0px; | ||
3567 | + width: 100%; | ||
3568 | + text-indent: -1000px; | ||
3569 | + background: transparent; | ||
3570 | +} | ||
3571 | +.text-editor-sidebar-box { max-height: 750px; } | ||
3572 | +.text-editor-sidebar .header { | ||
3573 | + color: #FFF; | ||
3574 | + border-color: #CE5C00; | ||
3575 | + background: #CE5C00; | ||
3576 | +} |