blob: ef087d7f172a372331d9a33adc86c5d6768a2676 (
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(../itmill5/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;
}
|