~canonical-sysadmins/wordpress/4.8.3

« back to all changes in this revision

Viewing changes to wp-admin/css/forms-rtl.css

  • Committer: Ryan Finnie
  • Date: 2015-08-31 16:09:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: ryan.finnie@canonical.com-20150831160947-1h6rfxby9z1ec62u
Merge WP4.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
   color: #a9a9a9;
233
233
}
234
234
 
235
 
.form-invalid {
236
 
        background-color: #ffebe8 !important;
 
235
.form-invalid input, .form-invalid input:focus,
 
236
.form-invalid select, .form-invalid select:focus {
 
237
        border-color: #dc3232 !important;
 
238
        -webkit-box-shadow: 0 0 2px rgba( 204, 0, 0, 0.8 );
 
239
        box-shadow: 0 0 2px rgba( 204, 0, 0, 0.8 );
237
240
}
238
241
 
239
 
.form-invalid input,
240
 
.form-invalid select {
241
 
        border-color: #c00 !important;
 
242
.form-table .form-required.form-invalid td:after {
 
243
        content: '\f534';
 
244
        font: normal 20px/1 dashicons;
 
245
        color: #dc3232;
 
246
        margin-right: -25px;
 
247
        vertical-align: middle;
242
248
}
243
249
 
244
250
.form-input-tip {
352
358
        width: 99%;
353
359
}
354
360
 
355
 
input.regular-text,
356
 
#adduser .form-field input {
 
361
input.regular-text {
357
362
        width: 25em;
358
363
}
359
364
 
401
406
        color: #777;
402
407
}
403
408
 
 
409
button.wp-hide-pw > .dashicons {
 
410
        position: relative;
 
411
        top: 3px;
 
412
}
 
413
 
404
414
label,
405
415
#your-profile label + a {
406
416
        vertical-align: middle;
434
444
#pass-strength-result {
435
445
        background-color: #eee;
436
446
        border: 1px solid #ddd;
437
 
        float: right;
438
 
        margin: 13px 1px 5px 5px;
 
447
        color: #23282d;
 
448
        margin: -2px 1px 5px 5px;
439
449
        padding: 3px 5px;
440
450
        text-align: center;
441
 
        width: 200px;
442
 
        display: none;
 
451
        width: 25em;
 
452
        -webkit-box-sizing: border-box;
 
453
        -moz-box-sizing: border-box;
 
454
        box-sizing: border-box;
 
455
        opacity: 0;
443
456
}
444
457
 
445
458
#pass-strength-result.short {
446
 
        background-color: #ffa0a0;
447
 
        border-color: #f04040;
 
459
        background-color: #f1adad;
 
460
        border-color: #e35b5b;
 
461
        opacity: 1;
448
462
}
449
463
 
450
464
#pass-strength-result.bad {
451
 
        background-color: #ffb78c;
452
 
        border-color: #ff853c;
 
465
        background-color: #fbc5a9;
 
466
        border-color: #f78b53;
 
467
        opacity: 1;
453
468
}
454
469
 
455
470
#pass-strength-result.good {
456
 
        background-color: #ffec8b;
457
 
        border-color: #fc0;
 
471
        background-color: #ffe399;
 
472
        border-color: #ffc733;
 
473
        opacity: 1;
458
474
}
459
475
 
460
476
#pass-strength-result.strong {
461
 
        background-color: #c3ff88;
462
 
        border-color: #8dff1c;
 
477
        background-color: #c1e1b9;
 
478
        border-color: #83c373;
 
479
        opacity: 1;
 
480
}
 
481
 
 
482
#pass1.short, #pass1-text.short {
 
483
        border-color: #e35b5b;
 
484
}
 
485
 
 
486
#pass1.bad, #pass1-text.bad {
 
487
        border-color: #f78b53;
 
488
}
 
489
 
 
490
#pass1.good, #pass1-text.good {
 
491
        border-color: #ffc733;
 
492
}
 
493
 
 
494
#pass1.strong, #pass1-text.strong {
 
495
        border-color: #83c373;
 
496
}
 
497
 
 
498
.pw-weak {
 
499
        display:none;
463
500
}
464
501
 
465
502
.indicator-hint {
466
503
        padding-top: 8px;
467
504
}
468
505
 
 
506
#pass1-text,
 
507
.show-password #pass1 {
 
508
        display: none;
 
509
}
 
510
 
 
511
.show-password #pass1-text
 
512
{
 
513
        display: inline-block;
 
514
}
 
515
 
 
516
.form-table span.description.important {
 
517
        font-size: 12px;
 
518
}
 
519
 
469
520
p.search-box {
470
521
        float: left;
471
522
        margin: 0;
629
680
        width: 15em;
630
681
}
631
682
 
 
683
#adduser .form-field input,
632
684
#createuser .form-field input {
633
685
        width: 25em;
634
686
}
832
884
  21.0 - Network Admin
833
885
------------------------------------------------------------------------------*/
834
886
 
 
887
.setup-php textarea {
 
888
        max-width: 100%;
 
889
}
 
890
 
835
891
.form-field #site-address {
836
892
        max-width: 25em;
837
893
}
852
908
        margin-bottom: 5px;
853
909
}
854
910
 
 
911
#search-users,
 
912
#search-sites {
 
913
        max-width: 100%;
 
914
}
 
915
 
855
916
/*------------------------------------------------------------------------------
856
917
   Credentials check dialog for Install and Updates
857
918
------------------------------------------------------------------------------*/
944
1005
                padding-top: 10px;
945
1006
        }
946
1007
 
947
 
        input[type="checkbox"], .widefat th input[type="checkbox"] {
 
1008
        input[type="checkbox"],
 
1009
        .widefat th input[type="checkbox"],
 
1010
        .widefat thead td input[type="checkbox"],
 
1011
        .widefat tfoot td input[type="checkbox"] {
948
1012
                -webkit-appearance: none;
949
1013
                padding: 10px;
950
1014
        }
951
1015
 
952
 
        .widefat th input[type="checkbox"] {
 
1016
        .widefat th input[type="checkbox"],
 
1017
        .widefat thead td input[type="checkbox"],
 
1018
        .widefat tfoot td input[type="checkbox"] {
953
1019
                margin-bottom: 8px;
954
1020
        }
955
1021
 
956
 
        input[type="checkbox"]:checked:before, .widefat th input[type="checkbox"]:before {
 
1022
        input[type="checkbox"]:checked:before,
 
1023
        .widefat th input[type="checkbox"]:before,
 
1024
        .widefat thead td input[type="checkbox"]:before,
 
1025
        .widefat tfoot td input[type="checkbox"]:before {
957
1026
                font: normal 30px/1 'Dashicons';
958
1027
                margin: -3px -5px;
959
1028
        }
991
1060
                font-size: 14px;
992
1061
        }
993
1062
 
 
1063
        #adduser .form-field input,
994
1064
        #createuser .form-field input {
995
1065
                width: 100%;
996
1066
        }
1040
1110
                box-sizing: border-box;
1041
1111
        }
1042
1112
 
 
1113
        .form-table .form-required.form-invalid td:after {
 
1114
                float: left;
 
1115
                margin: -30px 0 0 3px;
 
1116
        }
 
1117
 
1043
1118
        #wpbody .form-table td select {
1044
1119
                height: 40px;
1045
1120
        }
1088
1163
        }
1089
1164
 
1090
1165
        .form-table span.description {
 
1166
                display: inline;
1091
1167
                padding: 4px 0 0;
1092
1168
                line-height: 1.4em;
 
1169
                font-size: 14px;
1093
1170
        }
1094
1171
 
1095
1172
        .form-table th {
1099
1176
        }
1100
1177
 
1101
1178
        .form-table td {
1102
 
                padding-top: 8px;
 
1179
                margin-bottom: 0;
 
1180
                padding-bottom: 6px;
 
1181
                padding-top: 4px;
1103
1182
                padding-right: 0;
1104
1183
        }
1105
1184
 
 
1185
        .form-table.permalink-structure td code {
 
1186
                margin-right: 32px;
 
1187
        }
 
1188
 
 
1189
        .form-table.permalink-structure td input[type="text"] {
 
1190
                margin-right: 32px;
 
1191
                margin-top: 4px;
 
1192
                width: 96%;
 
1193
        }
 
1194
 
1106
1195
        .form-table input.regular-text {
1107
1196
                width: 100%;
1108
1197
        }
1130
1219
        .form-field #domain {
1131
1220
                max-width: none;
1132
1221
        }
 
1222
 
 
1223
        /* New Password */
 
1224
        .wp-pwd {
 
1225
                position: relative;
 
1226
        }
 
1227
 
 
1228
        .wp-pwd [type="text"],
 
1229
        .wp-pwd [type="password"] {
 
1230
                padding-left: 40px;
 
1231
        }
 
1232
 
 
1233
        .wp-pwd button.button {
 
1234
                background: transparent;
 
1235
                border: none;
 
1236
                -webkit-box-shadow: none;
 
1237
                box-shadow: none;
 
1238
                line-height: 2;
 
1239
                margin: 0;
 
1240
                padding: 5px 10px;
 
1241
                position: absolute;
 
1242
                left: 0;
 
1243
                top: 0;
 
1244
        }
 
1245
 
 
1246
        .wp-pwd button.button:hover,
 
1247
        .wp-pwd button.button:focus,
 
1248
        .wp-pwd button.button:active {
 
1249
                background: transparent;
 
1250
        }
 
1251
 
 
1252
        .wp-pwd .button .text {
 
1253
                display: none;
 
1254
        }
1133
1255
}
1134
1256
 
1135
1257
@media only screen and (max-width: 768px) {
1150
1272
                max-width: 400px;
1151
1273
                width: auto;
1152
1274
        }
1153
 
 
1154
1275
}
1155
1276
 
1156
1277
@media only screen and (max-height: 480px) {
1157
1278
        /*  Request Credentials */
1158
 
        .request-filesystem-credentials-dialog  .notification-dialog{
 
1279
        .request-filesystem-credentials-dialog .notification-dialog{
1159
1280
                width: 100%;
1160
1281
                height: 100%;
1161
1282
                max-height: 100%;
1173
1294
                width: 49%;
1174
1295
        }
1175
1296
}
1176