settings.css
2.23 KB
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
.subscribe-and-connect-info-box {
border: 1px solid #CCCCCC;
background: #EBEBEB;
max-width: 650px;
padding: 0.8em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-left: -220px;
}
.subscribe-and-connect-info-box .title {
margin-top: 0;
}
.subscribe-and-connect-network-fields {
max-width: 500px;
margin-bottom: 1em;
}
.subscribe-and-connect-network-fields .ui-sortable-placeholder {
background: #EBEBEB;
border: 1px dashed #DDDDDD;
visibility: visible !important;
margin: 3px;
}
.subscribe-and-connect-network-fields .title {
padding-left: 10px;
}
.subscribe-and-connect-network-fields tbody .title {
width: 33%;
}
.subscribe-and-connect-network-fields tbody tr {
cursor: move;
}
.subscribe-and-connect-network-fields .url {
width: 66%;
}
.subscribe-and-connect-network-fields .url input {
width: 100%;
}
.subscribe-and-connect-network-fields .image-preview {
display: block;
position: relative;
height: 50px;
width: 240px;
margin-bottom: 1em;
overflow: hidden;
}
.subscribe-and-connect-network-fields .image-preview a.preview-link {
display: block;
max-width: 50px;
height: 50px;
}
.subscribe-and-connect-network-fields .image-preview a.preview-link img {
max-width: 100%;
}
.subscribe-and-connect-network-fields .image-preview a.preview-link .overlay {
display: none;
width: 50px;
height: 50px;
position: absolute;
top: 1px;
left: 1px;
margin: 0;
padding: 0;
opacity: 0.5;
background: #eeeeee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAXklEQVQYGW2OUQrAMAhDFy8+dnKnwiuh2I+aJulDZebDkfSie1b28Q7EXWrfvSm60RQnkQUC8ja7owpmL6d4GdDZ0cNNHyIhZEj4QYCxze6orsluAh8AnR0xKPR07weXJi8JGd3qqwAAAABJRU5ErkJggg==) no-repeat center center;
}
.subscribe-and-connect-network-fields .image-preview a.preview-link:hover .overlay {
display: block;
}
.subscribe-and-connect-network-fields .image-preview a.preview-link.remove .overlay {
background: #eeeeee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAWElEQVQYGY2OUQ6AMAxCZdm9jSev65K3YKNm+6EFBlVEHDxJJ3Pi0C72xlBNyTs3jU7wEUTTIB51GCp2CL8HLpHEdaOLb/N2dfuq9NT0zOo/M9q6EaImsd/uViMLVuD4KAAAAABJRU5ErkJggg==) no-repeat center center;
}
.description {
clear: both;
display: block;
}