summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/inline-editor.css
blob: ce58e3c340be37b11eb8bb401730402cec8becb1 (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
.yinline-editor {
	border: 1px solid #a3bac9;
	font: normal 11px arial,helvetica,sans-serif;
	left: 0;
	overflow: hidden;
	padding: 1px 0 0 1px;
	position: absolute;
	top: 0;
}
.yinline-editor-multiline {
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
}
.yinline-editor-sizer {
	font: normal 11px arial,helvetica,sans-serif;
	left: -1000px;
	padding: 3px;
	padding-right: 6px;
	position: absolute;
	top: -1000px;
	visibility: hidden;
	white-space: nowrap;
}
.yinline-editor-wrap {
	color: white;
	overflow: auto;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 15002;
}