~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

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

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
input[type="email"],
17
17
input[type="month"],
18
18
input[type="number"],
19
 
input[type="password"],
20
19
input[type="search"],
21
20
input[type="radio"],
22
21
input[type="tel"],
45
44
input[type="email"]:focus,
46
45
input[type="month"]:focus,
47
46
input[type="number"]:focus,
48
 
input[type="password"]:focus,
49
47
input[type="search"]:focus,
50
48
input[type="tel"]:focus,
51
49
input[type="text"]:focus,
70
68
/* Vertically align the number selector with the input. */
71
69
input[type="number"] {
72
70
        height: 28px;
73
 
        line-height: inherit;
 
71
        line-height: 1;
74
72
}
75
73
 
76
74
input[type="checkbox"],
566
564
        margin: 0 0 0 4px;
567
565
}
568
566
 
 
567
.js.plugins-php .search-box .wp-filter-search {
 
568
        margin: 0;
 
569
        width: 280px;
 
570
        font-size: 16px;
 
571
        font-weight: 300;
 
572
        line-height: 1.5;
 
573
        padding: 3px 5px;
 
574
        height: 32px;
 
575
}
 
576
 
569
577
input[type="text"].ui-autocomplete-loading,
570
578
input[type="email"].ui-autocomplete-loading {
571
579
        background-image: url(../images/loading.gif);
620
628
.form-table,
621
629
.form-table td,
622
630
.form-table th,
623
 
.form-table td p,
624
 
.form-wrap label {
 
631
.form-table td p {
625
632
        font-size: 14px;
626
633
}
627
634
 
635
642
.form-table th,
636
643
.form-wrap label {
637
644
        color: #23282d;
638
 
        font-weight: normal;
 
645
        font-weight: 400;
639
646
        text-shadow: none;
640
647
        vertical-align: baseline;
641
648
}
762
769
.tool-box .title {
763
770
        margin: 8px 0;
764
771
        font-size: 18px;
765
 
        font-weight: normal;
 
772
        font-weight: 400;
766
773
        line-height: 24px;
767
774
}
768
775
 
973
980
}
974
981
 
975
982
.request-filesystem-credentials-dialog .notification-dialog {
976
 
        top: 15%;
 
983
        top: 10%;
977
984
        max-height: 85%;
978
985
}
979
986
 
1031
1038
        margin-left: 10px;
1032
1039
}
1033
1040
 
 
1041
.request-filesystem-credentials-dialog #auth-keys-desc {
 
1042
        margin-bottom: 0;
 
1043
}
 
1044
 
1034
1045
#request-filesystem-credentials-dialog .button:not(:last-child) {
1035
1046
        margin-left: 10px;
1036
1047
}
1043
1054
        display: inline;
1044
1055
}
1045
1056
 
 
1057
.request-filesystem-credentials-dialog .ftp-username,
 
1058
.request-filesystem-credentials-dialog .ftp-password {
 
1059
        float: none;
 
1060
        width: auto;
 
1061
}
 
1062
 
 
1063
.request-filesystem-credentials-dialog .ftp-username {
 
1064
        margin-bottom: 1em;
 
1065
}
 
1066
 
 
1067
.request-filesystem-credentials-dialog .ftp-password {
 
1068
        margin: 0;
 
1069
}
 
1070
 
 
1071
.request-filesystem-credentials-dialog .ftp-password em {
 
1072
        color: #888;
 
1073
}
 
1074
 
 
1075
.request-filesystem-credentials-dialog label {
 
1076
        display: block;
 
1077
        line-height: 1.5;
 
1078
        margin-bottom: 1em;
 
1079
}
 
1080
 
 
1081
.request-filesystem-credentials-form legend {
 
1082
        padding-bottom: 0;
 
1083
}
 
1084
 
 
1085
.request-filesystem-credentials-form #ssh-keys legend {
 
1086
        font-size: 1.3em;
 
1087
}
 
1088
 
 
1089
.request-filesystem-credentials-form .notice {
 
1090
        margin: 0 0 20px 0;
 
1091
        clear: both;
 
1092
}
 
1093
 
1046
1094
 
1047
1095
/* =Media Queries
1048
1096
-------------------------------------------------------------- */