2 * Styles for elements of the editing form.
9 /* Ensure the textarea is not higher than browser's viewport on small screens */
11 /* But don't let it collapse into nothingness on really tiny screens */
15 /* Adjustments to edit form elements */
20 .editCheckboxes input:first-child {
34 background-color: #fff;
39 padding: 0.625em 0.546875em 0.546875em;
40 border: 1px solid
#a2a9b1;
42 box-shadow: inset
0 0 0 1px #fff;
45 -webkit-transition: border-color
200ms cubic-bezier
( 0.39, 0.575, 0.565, 1 ), box-shadow
200ms cubic-bezier
( 0.39, 0.575, 0.565, 1 );
46 -moz-transition: border-color
200ms cubic-bezier
( 0.39, 0.575, 0.565, 1 ), box-shadow
200ms cubic-bezier
( 0.39, 0.575, 0.565, 1 );
47 transition: border-color
200ms cubic-bezier
( 0.39, 0.575, 0.565, 1 ), box-shadow
200ms cubic-bezier
( 0.39, 0.575, 0.565, 1 );
50 input#
wpSummary:focus
,
51 input#
wpSummary:active
{
54 box-shadow: inset
0 0 0 1px #36c;
57 .editButtons input:first-child {
62 * Add a bit of margin space between the preview and the toolbar.
63 * This replaces the ugly <p><br /></p> we used to insert into the page source