Changeset 40511
- Timestamp:
- 04/21/2017 05:24:52 AM (7 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r40395 r40511 1190 1190 margin-left: -12px; 1191 1191 width: 299px; 1192 width: -webkit-calc( 100% + 24px ); 1193 width: calc( 100% + 24px ); 1192 1194 margin-bottom: -12px; 1193 1195 } … … 1195 1197 @media screen and ( max-width: 640px ) { 1196 1198 .customize-section-description-container + #customize-control-custom_css:last-child { 1197 margin-left: 0;1198 1199 margin-right: 0; 1199 width: 100%;1200 1200 } 1201 1201 .customize-section-description-container + #customize-control-custom_css:last-child textarea { 1202 1202 height: -webkit-calc( 100vh - 140px ); 1203 1203 height: calc( 100vh - 140px ); 1204 width: 100%;1205 border: solid 1px #ddd;1206 1204 } 1207 1205 } -
trunk/src/wp-admin/css/themes.css
r40510 r40511 1333 1333 box-sizing: border-box; 1334 1334 position: fixed; 1335 width: 300px; 1335 min-width: 300px; 1336 max-width: 600px; 1337 width: 18%; 1336 1338 height: 100%; 1337 1339 top: 0; … … 1360 1362 .wp-full-overlay.collapsed .wp-full-overlay-sidebar { 1361 1363 margin-left: -300px; 1364 } 1365 1366 @media screen and (min-width: 1667px) { 1367 .wp-full-overlay.expanded { 1368 margin-left: 18%; 1369 } 1370 1371 .wp-full-overlay.collapsed .wp-full-overlay-sidebar { 1372 margin-left: -18%; 1373 } 1374 } 1375 1376 @media screen and (min-width: 3333px) { 1377 .wp-full-overlay.expanded { 1378 margin-left: 600px; 1379 } 1380 1381 .wp-full-overlay.collapsed .wp-full-overlay-sidebar { 1382 margin-left: -600px; 1383 } 1362 1384 } 1363 1385 … … 1616 1638 bottom: 0; 1617 1639 left: 0; 1618 width: 299px; 1640 min-width: 299px; 1641 max-width: 599px; 1642 width: 18%; 1619 1643 height: 45px; 1620 1644 border-top: 1px solid #ddd;
Note: See TracChangeset
for help on using the changeset viewer.