Ticket #21206: customizer-layout.diff
File customizer-layout.diff, 1.5 KB (added by , 13 years ago) |
---|
-
wp-admin/css/customize-controls-rtl.css
65 65 margin-left: 5px; 66 66 } 67 67 68 .customize-section input[type="text"].color-picker-hex, 69 .customize-control-color .farbtastic-placeholder { 68 .customize-section input[type="text"].color-picker-hex { 70 69 float: right; 71 70 } 72 71 -
wp-admin/css/customize-controls.css
312 312 /* 313 313 * Color Picker 314 314 */ 315 .customize-control-color .color-picker-hex, 316 .customize-control-color .farbtastic-placeholder { 315 .customize-control-color .color-picker-hex { 317 316 display: none; 318 317 } 319 318 320 .customize-control-color.open .color-picker-hex, 321 .customize-control-color.open .farbtastic-placeholder { 319 .customize-control-color.open .color-picker-hex { 322 320 display: block; 323 321 } 324 322 … … 337 335 } 338 336 339 337 .customize-section input[type="text"].color-picker-hex { 340 float: left; 341 width: 85px; 338 width: 65px; 342 339 font-family: monospace; 343 340 text-align: center; 344 341 } … … 351 348 color: #999; 352 349 } 353 350 354 .customize-control-color .farbtastic-placeholder {355 width: 100%;356 margin: 5px 0 10px;357 float: left;358 }359 360 .customize-control-color .farbtastic {361 margin: 0 auto;362 }363 364 351 /* 365 352 * Image Picker 366 353 */