site-icon-admin.css
922 Bytes
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
/**
* Blavatar Module for Jetpack
*/
.site-icon-image {
margin: 0 20px 0 0;
float: left;
}
.site-icon-content {
padding: 10px;
position: relative;
overflow: hidden;
}
.site-icon-crop-shell {
max-width: 720px;
}
.site-icon-crop-preview-shell {
float: right;
width: 172px;
overflow: hidden;
}
.site-icon-crop-preview-shell h3 {
margin-top: 0;
}
.site-icon-crop-favicon-preview-shell {
position: relative;
margin-bottom: 20px;
}
.site-icon-crop-preview-favicon {
width:16px;
height:16px;
overflow:hidden;
position: absolute;
top:23px;
left:102px;
}
.site-icon-browser-title {
position: absolute;
top:23px;
left:128px;
width:100px;
overflow: hidden;
height:16px;
}
.site-icon-crop-preview-homeicon {
width:64px;
height:64px;
overflow:hidden;
border-radius: 16px;
}
.site-icon-title .small {
color:#999;
font-size: 16px;
}
.wp-core-ui .site-icon-submit-form .button {
vertical-align: middle;
}