Changeset 32821
- Timestamp:
- 06/17/2015 07:34:44 PM (10 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r32649 r32821 211 211 212 212 #customize-theme-controls .accordion-section-content { 213 position: absolute; 214 top: 0; 215 left: 100%; 216 width: 100%; 213 217 margin: 0; 214 position: absolute; 215 left: 100%; 216 top: 0; 217 width: -webkit-calc(100% - 24px); 218 width: calc(100% - 24px); 219 padding: 12px; 218 padding: 12px; 219 -webkit-box-sizing: border-box; 220 -moz-box-sizing: border-box; 221 box-sizing: border-box; 220 222 } 221 223 … … 1074 1076 padding: 0 8px; 1075 1077 background: #f1f1f1; 1076 box-sizing: border-box;1077 1078 -webkit-box-sizing: border-box; 1078 1079 -moz-box-sizing: border-box; -
trunk/src/wp-admin/css/customize-nav-menus.css
r32808 r32821 32 32 33 33 .wp-customizer .menu-item-bar .menu-item-handle { 34 max-width: 100%;34 width: 100%; 35 35 background: #fff; 36 36 }
Note: See TracChangeset
for help on using the changeset viewer.