-
Notifications
You must be signed in to change notification settings - Fork 206
/
Copy pathco-authors-plus.css
128 lines (119 loc) · 2.64 KB
/
co-authors-plus.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
.inline-edit-group.inline-edit-coauthors {
display: none;
}
.inline-edit-group.inline-edit-coauthors #coauthors-edit {
margin-left: 5em;
}
#bulk-edit label.bulk-edit-group {
clear: both;
padding: 0 .5em;
margin-top: .5em;
}
#bulk-edit label.bulk-edit-group #coauthors-list {
margin-left: 5.6em;
}
#coauthors-list {
width: 100%;
padding: 0 5px;
}
#coauthors-list td {
padding-left:0;
padding-right:0;
vertical-align: middle;
background: #F9F9F9;
}
#coauthors-list .coauthor-row {
overflow: hidden;
}
#coauthors-list .coauthor-tag {
width: 200px;
display: block;
padding: 10px 3px 5px;
font-size: 13px;
color: #21759B;
border-bottom: 1px solid #21759B;
cursor: text;
float: left;
}
#coauthors-list .coauthor-tag:hover {
cursor: text;
background: #EAF2FA;
color:#D54E21;
}
#coauthors-list .ui-state-highlight {
border:2px dashed #21759B;
height:31px;
margin-top:3px;
width:200px;
}
#coauthors-list .ui-sortable-helper .coauthor-tag {
cursor: grabbing;
cursor:-moz-grabbing;
cursor:-webkit-grabbing;
}
#coauthors-list .coauthor-gravatar {
float: right;
height: 25px;
margin-right: 5px;
margin-top: -5px;
width: 25px;
}
#coauthors-list .coauthor-suggest {
margin: 5px 0;
color: #888;
width: 200px;
float: left;
}
#coauthors-list .coauthor-suggest:focus {
color: #333;
}
#coauthors-list .coauthors-author-options {
overflow: hidden;
padding: 7px 0 0 7px;
}
#coauthors-list .delete-coauthor {
display: block;
float: left;
padding: 5px;
text-decoration: underline;
color: #FF0000;
font-size: 11px;
border: 1px solid transparent;
}
#coauthors-list .delete-coauthor:hover {
cursor: pointer;
background: #FF0000;
color: #fff;
border: 1px solid #FF0000;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#coauthors-loading {
margin: 10px 0px 5px 10px;
float: left;
}
#coauthors-readonly {
}
#coauthors-readonly ul {
list-style: none;
padding: 0;
margin: 0;
}
#coauthors-readonly ul li {
}
#coauthors-readonly ul li .avatar {
float: left;
}
#coauthors-readonly ul li .coauthor-tag {
display:block;
padding: 5px 3px;
margin-left: 30px;
font-size: 13px;
}
/** Block Editor Hack for 5.0: Hide the core author input **/
.block-editor label[for^="post-author-selector-"],
.block-editor select[id^="post-author-selector-"],
.block-editor .post-author-selector {
display: none;
}