summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/upload/upload.css
blob: 73f9490738cf2a747087b3de8c4627d2014817e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.v-upload-immediate {
	position: relative;
	margin: 0;
	overflow: hidden;
}

.v-upload-immediate input {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
	position: absolute;
	right: 0;
	height: 21px;
	text-align: right;
}
.v-upload-immediate button {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	text-align: left;
}