Changeset 40429
- Timestamp:
- 04/14/2017 09:33:35 AM (7 years ago)
- Location:
- branches/4.7
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/css/buttons.css
r37431 r40429 379 379 } 380 380 381 .media-modal-content .media-toolbar-primary .media-button { 382 margin-top: 10px; 383 margin-left: 5px; 384 } 385 381 386 /* Reset responsive styles on Log in button on iframed login form */ 382 387 -
branches/4.7/src/wp-includes/css/media-views.css
r40367 r40429 243 243 } 244 244 245 .media-modal-content .attachments-browser .media-toolbar-secondary {246 width: 66%;247 }248 249 .media-modal-content .media-toolbar-primary.search-form {250 width: 33%;251 }252 253 245 .media-modal-content .media-toolbar-primary .media-button { 254 246 float: right; … … 278 270 border: 0 solid #ddd; 279 271 overflow: hidden; 272 } 273 274 .media-frame-toolbar .media-toolbar { 275 top: initial; 276 bottom: -45px; 277 height: auto; 278 overflow: initial; 279 border-top: 1px solid #ddd; 280 } 281 282 @media screen and (max-width: 782px) { 283 .media-frame-toolbar .media-toolbar { 284 bottom: -48px; 285 } 280 286 } 281 287 … … 687 693 background: #fff; 688 694 border-top: 1px solid #ddd; 689 border-bottom: 1px solid #ddd;690 695 } 691 696 … … 697 702 height: 60px; 698 703 z-index: 100; 704 bottom: 60px; 705 height: auto; 699 706 } 700 707
Note: See TracChangeset
for help on using the changeset viewer.