File tree Expand file tree Collapse file tree 4 files changed +24
-15
lines changed
Expand file tree Collapse file tree 4 files changed +24
-15
lines changed Original file line number Diff line number Diff line change @@ -2245,12 +2245,17 @@ ul.pagination {
22452245 float : left !important ;
22462246 margin : 6px 12px 6px 0 ; }
22472247 .page-content .align-right {
2248- float : right !important ; }
2248+ text-align : right !important ; }
22492249 .page-content img .align-right , .page-content table .align-right {
2250- text-align : right;
2250+ float : right !important ;
22512251 margin : 6px 0 6px 12px ; }
22522252 .page-content .align-center {
22532253 text-align : center; }
2254+ .page-content img .align-center {
2255+ display : block; }
2256+ .page-content img .align-center , .page-content table .align-center {
2257+ margin-left : auto;
2258+ margin-right : auto; }
22542259 .page-content img {
22552260 max-width : 100% ;
22562261 height : auto; }
Original file line number Diff line number Diff line change @@ -2876,7 +2876,6 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
28762876
28772877.image-manager-sidebar {
28782878 width : 300px ;
2879- margin-left : 1px ;
28802879 overflow-y : auto;
28812880 overflow-x : hidden;
28822881 border-left : 1px solid # DDD ; }
@@ -3178,8 +3177,8 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
31783177 font-size : 12px ;
31793178 line-height : 1.2 ;
31803179 top : 88px ;
3181- left : -26 px ;
3182- width : 148 px ;
3180+ left : -12 px ;
3181+ width : 160 px ;
31833182 background : # E84F4F ;
31843183 padding : 6px ;
31853184 color : white; }
@@ -3188,7 +3187,7 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
31883187 content : '' ;
31893188 position : absolute;
31903189 top : -6px ;
3191- left : 64 px ;
3190+ left : 44 px ;
31923191 width : 0 ;
31933192 height : 0 ;
31943193 border-left : 6px solid transparent;
@@ -3841,12 +3840,17 @@ ul.pagination {
38413840 float : left !important ;
38423841 margin : 6px 12px 6px 0 ; }
38433842 .page-content .align-right {
3844- float : right !important ; }
3843+ text-align : right !important ; }
38453844 .page-content img .align-right , .page-content table .align-right {
3846- text-align : right;
3845+ float : right !important ;
38473846 margin : 6px 0 6px 12px ; }
38483847 .page-content .align-center {
38493848 text-align : center; }
3849+ .page-content img .align-center {
3850+ display : block; }
3851+ .page-content img .align-center , .page-content table .align-center {
3852+ margin-left : auto;
3853+ margin-right : auto; }
38503854 .page-content img {
38513855 max-width : 100% ;
38523856 height : auto; }
Original file line number Diff line number Diff line change 1- v0.25.1
1+ v0.25.2
You can’t perform that action at this time.
0 commit comments