]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/forms-rtl.css
WordPress 4.4
[autoinstalls/wordpress.git] / wp-admin / css / forms-rtl.css
index 1b56f049e78713979ff91840566df76bb44d7e86..07a3d39473cdc8ebad1d059b1b3062dfb54d6225 100644 (file)
@@ -67,6 +67,11 @@ input[type="url"] {
        direction: ltr;
 }
 
+/* Vertically align the number selector with the input. */
+input[type="number"] {
+       line-height: inherit;
+}
+
 input[type="checkbox"],
 input[type="radio"] {
        border: 1px solid #b4b9be;
@@ -127,20 +132,20 @@ input[type="radio"]:checked:before {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
-       font: normal 21px/1 'dashicons';
+       font: normal 21px/1 dashicons;
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
 }
 
 input[type="checkbox"]:checked:before {
-       content: '\f147';
+       content: "\f147";
        margin: -3px -4px 0 0;
        color: #1e8cbe;
 }
 
 input[type="radio"]:checked:before {
-       content: '\2022';
+       content: "\2022";
        text-indent: -9999px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
@@ -195,6 +200,7 @@ textarea {
        overflow: auto;
        padding: 2px 6px;
        line-height: 1.4;
+       resize: vertical;
 }
 
 .wp-admin input[type="file"] {
@@ -240,7 +246,7 @@ textarea[readonly] {
 }
 
 .form-table .form-required.form-invalid td:after {
-       content: '\f534';
+       content: "\f534";
        font: normal 20px/1 dashicons;
        color: #dc3232;
        margin-right: -25px;
@@ -384,6 +390,14 @@ input[type="number"].small-text {
        width: 65px;
 }
 
+input.tiny-text {
+       width: 35px;
+}
+
+input[type="number"].tiny-text {
+       width: 45px;
+}
+
 #doaction,
 #doaction2,
 #post-query-submit {
@@ -440,9 +454,9 @@ fieldset label,
 }
 
 #misc-publishing-actions label[for="post_status"]:before {
-       content: '\f173';
+       content: "\f173";
        display: inline-block;
-       font: normal 20px/1 'dashicons';
+       font: normal 20px/1 dashicons;
        speak: none;
        right: -1px;
        padding: 0 0 0 5px;
@@ -739,6 +753,18 @@ table.form-table td .updated p {
        line-height: 24px;
 }
 
+.label-responsive {
+       vertical-align: middle;
+}
+
+#export-filters p {
+       margin: 0 0 1em;
+}
+
+#export-filters p.submit {
+       margin: 7px 0 5px;
+}
+
 /* Card styles */
 
 .card {
@@ -798,7 +824,7 @@ table.form-table td .updated p {
 }
 
 .pressthis-bookmarklet:after {
-       content: '';
+       content: "";
        width: 70%;
        height: 55%;
        z-index: -1;
@@ -829,8 +855,8 @@ table.form-table td .updated p {
 
 .pressthis-bookmarklet span:before {
        color: #777;
-       font: normal 20px/1 'dashicons';
-       content:'\f157';
+       font: normal 20px/1 dashicons;
+       content: "\f157";
        position: relative;
        display: inline-block;
        top: 4px;
@@ -943,6 +969,17 @@ table.form-table td .updated p {
        margin: 25px;
 }
 
+#request-filesystem-credentials-title {
+    font-size: 1.3em;
+    margin: 1em 0;
+}
+
+.request-filesystem-credentials-form legend {
+       font-size: 1em;
+       padding: 1.33em 0;
+       font-weight: 600;
+}
+
 .request-filesystem-credentials-form input[type="text"],
 .request-filesystem-credentials-form input[type="password"] {
        display: block;
@@ -1036,7 +1073,7 @@ table.form-table td .updated p {
        .widefat th input[type="checkbox"]:before,
        .widefat thead td input[type="checkbox"]:before,
        .widefat tfoot td input[type="checkbox"]:before {
-               font: normal 30px/1 'Dashicons';
+               font: normal 30px/1 dashicons;
                margin: -3px -5px;
        }
 
@@ -1085,12 +1122,21 @@ table.form-table td .updated p {
        }
 
        .form-table th,
-       .form-table td {
+       .form-table td,
+       .label-responsive {
                display: block;
                width: auto;
                vertical-align: middle;
        }
 
+       .label-responsive {
+               margin: 0.5em 0;
+       }
+
+       .export-filters li {
+               margin-bottom: 0;
+       }
+
        .form-table .color-palette td {
                display: table-cell;
                width: 15px;