summaryrefslogtreecommitdiff
path: root/extensions/Vector/modules/ext.vector.footerCleanup.css
blob: cd6210065aa57f19ca3fa4467d26e2b6e174e7a0 (plain)
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
/**
 * Footer cleanup
 */

#editpage-bottom {
	background-color: #F3F3F3;
	border: 1px solid silver;
	border-top: none;
	padding: 20px 170px 20px 170px;
	margin-right: -2px;
}

#editpage-bottom input.inline-hint {
	color: #999999;
	font-style: italic;
}

.collapsible-list {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}

.collapsible-list {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 3px 2px;
}

.collapsible-list ul {
	display: block;
	padding: 0 0 0 14px;
}

.collapsible-list.collapsed label {
	/* @embed */
	background: url(../images/vector/collapsibleNav/arrow-down.png) 0 50% no-repeat;
	padding: 4px 0 3px 1.5em;
	margin-bottom: 0;
}

.collapsible-list.expanded label {
	/* @embed */
	background: url(../images/vector/collapsibleNav/arrow-right.png) 0 50% no-repeat;
	padding: 4px 0 3px 1.5em;
	margin-bottom: 0;
}

#editpage-bottom .editOptions {
	width: 100%;
}

#editpage-bottom #wpSummaryLabel,
#editpage-bottom #editpage-summary-fields,
#editpage-bottom .editButtons {
	float: left;
}

#editpage-bottom #wpSummaryLabel {
	width: 150px;
	margin-left: -150px;
	position: relative;
}

#editpage-bottom #editpage-summary-fields {
	width: 100%;
	margin-right: -100%;
}

#editpage-bottom #editpage-summary-fields input.mw-summary {
	width: 95%;
}

#editpage-bottom .editButtons {
	width: 150px;
	margin-right: -150px;
	float: right;
	position: relative;
}

#editpage-bottom #editpage-copywarn {
	margin-left: -150px;
	margin-right: 10px;
}

/* Why don't we use self clearing floats anywhere? */

#editpage-bottom .editOptions:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#editpage-bottom .editOptions {
	display: inline-block;
}

* html #editpage-bottom .editOptions {
	height: 1%;
}

#editpage-bottom .editOptions {
	display: block;
}