Changeset 40428
- Timestamp:
- 04/14/2017 09:30:37 AM (7 years ago)
- Location:
- trunk/src/wp-includes/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/buttons.css
r40059 r40428 412 412 } 413 413 414 .media-modal-content .media-toolbar-primary .media-button { 415 margin-top: 10px; 416 margin-left: 5px; 417 } 418 414 419 /* Reset responsive styles on Log in button on iframed login form */ 415 420 -
trunk/src/wp-includes/css/media-views.css
r40359 r40428 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.