This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
forked from drupalprojects/metatag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metatag.admin.css
88 lines (69 loc) · 1.64 KB
/
metatag.admin.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
div.metatag-config-label {
padding-left: 20px;
}
div.metatag-config-label > a {
font-weight: bold;
}
.metatag-config-label.collapsed {
background-image: url('arrow-right.png');
background-repeat: no-repeat;
background-position: center left;
}
.metatag-config-label.expanded {
background-image: url('arrow-down.png');
background-repeat: no-repeat;
background-position: center left;
}
table.metatag-config-overview > tbody > tr > td:first-child {
width: 60%;
}
table.metatag-config-overview > tbody > tr > td {
vertical-align: top;
}
table.metatag-config-overview tbody div.indent {
margin-left: 20px;
}
table.metatag-config-overview tr.disabled > td:first-child a {
color: #999;
}
div.metatag-config-details {
color: #666;
margin-left: 20px;
}
div.metatag-config-details p {
margin: 0.75em 0;
}
div.metatag-config-details div.inheritance {
font-style: italic;
}
div.metatag-config-details table.metatag-value-summary {
border: none;
width: auto;
margin: 0.75em 0;
}
div.metatag-config-details table.metatag-value-summary td {
padding: 0 0.5em 0 0;
color: #666;
}
div.metatag-config-details table.metatag-value-summary tr,
div.metatag-config-details table.metatag-value-summary tr td:last-child {
background-color: transparent;
border: none;
}
div.metatag-config-details table.metatag-value-summary tr td:first-child {
font-weight: bold;
padding-right: 2em;
}
/*div.metatag-config-details ul {
margin-left: 2em;
}
div.metatag-config-details ul li {
line-height: 105%;
}
div.metatag-config-details > p {
margin: 0.25em 0;
}*/
/* For the advanced settings page */
.metatag-bundle-checkbox {
margin-left: 2em;
}