Ticket #40152: 40152.2.diff
File 40152.2.diff, 1.0 KB (added by , 8 years ago) |
---|
-
media-views.css
242 242 width: calc(48% - 12px); 243 243 } 244 244 245 /* #40152 245 246 .media-modal-content .attachments-browser .media-toolbar-secondary { 246 247 width: 66%; 247 248 } … … 249 250 .media-modal-content .media-toolbar-primary.search-form { 250 251 width: 33%; 251 252 } 253 */ 252 254 253 255 .media-modal-content .media-toolbar-primary .media-button { 254 256 float: right; … … 279 281 overflow: hidden; 280 282 } 281 283 284 /* #40152 */ 285 .media-frame-toolbar .media-toolbar { 286 top: initial; 287 bottom: -45px; 288 height: auto; 289 overflow: initial; 290 } 291 @media screen and (max-width: 782px) { 292 .media-frame-toolbar .media-toolbar { 293 bottom: -48px; /* #40152 : 3px button tab size compensation */ 294 } 295 } 296 282 297 .media-toolbar-primary { 283 298 float: right; 284 299 height: 100%; … … 696 711 bottom: 0; 697 712 height: 60px; 698 713 z-index: 100; 714 /* #40152 */ 715 bottom: 60px; 716 height: auto; 699 717 } 700 718 701 719 .media-frame.hide-menu .media-frame-title,