Ticket #19910: 19910.customize-sidebar.diff
File 19910.customize-sidebar.diff, 1.5 KB (added by , 13 years ago) |
---|
-
wp-includes/css/customize-controls.dev.css
18 18 19 19 .customize-section-title { 20 20 margin: 0; 21 padding: 15px 20px;21 padding: 15px 6.66667%; 22 22 position: relative; 23 23 24 24 cursor: pointer; … … 30 30 31 31 .customize-section-content { 32 32 display: none; 33 padding: 10px 20px15px;33 padding: 10px 6.66667% 15px; 34 34 overflow: hidden; 35 35 } 36 36 … … 143 143 float: left; 144 144 clear: both; 145 145 margin-bottom: 4px; 146 width: 100%; 146 147 } 147 148 148 149 .customize-control-title { 149 150 clear: left; 150 151 float: left; 151 min-width: 110px;152 margin-right: 10px;152 width: 49%; 153 margin-right: 3.33333%; 153 154 line-height: 28px; 154 155 } 155 156 156 157 .customize-control-content { 157 158 float: right; 158 width: 140px;159 width: 46.66667%; 159 160 } 160 161 161 162 .customize-control-text input, … … 170 171 171 172 .customize-control-text input { 172 173 float: right; 173 width: 138px;174 width: 46%; 174 175 line-height: 18px; 175 176 margin: 1px; 176 177 } 177 178 178 179 .customize-control-select select { 179 width: 138px;180 width: 46%; 180 181 height: 28px; 181 182 line-height: 28px; 182 183 } … … 381 382 382 383 .customize-section .customize-control-image .dropdown-content { 383 384 height: auto; 384 min-height: 2 4px;385 min-height: 22px; 385 386 min-width: 40px; 386 387 padding: 0; 387 388 } … … 392 393 393 394 .customize-section .customize-control-image .preview-thumbnail img { 394 395 display: block; 395 max-width: 1 22px;396 max-height: 9 8px;396 max-width: 112px; 397 max-height: 90px; 397 398 margin: 0 auto; 398 399 } 399 400