summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/liferay/styles.css
blob: 51a32d1fee6ed394f796a1b5aaa705e3d7aec6a3 (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
@import url(../runo/styles.css);

/*
 * Simplified default theme to work seamlessly with Liferay
 */

div.v-app {
	background-color: transparent;
}

.v-orderedlayout-margin-left {
	padding-left:8px;
}
.v-orderedlayout-margin-bottom {
	padding-bottom:5px;
}
.v-orderedlayout-margin-right {
	padding-right:8px;
}
.v-orderedlayout-margin-top {
	padding-top:5px;
}

input[type="text"].v-filterselect-input {
	background: transparent;
	border: none;
	font-size: 13px;
	height: 20px;
	margin: 0px;
	padding: 3px 0px 0px 4px;
}
	
.simplereserver div.v-datefield-entrycalendar-hours {
	height: 200px;
	overflow: auto;
}