forked from jettero/jlt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
84 lines (68 loc) · 1.57 KB
/
main.css
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
#webview-node {
/* NOTE: ripped from com.palm.browser *with* comment
/* Without this style keyboard events are not sent to the browser-adapter */
/* because WebKit thinks the node is not editable. Also, this style must */
/* be specified here and not in the HTML style attribute or via code. */
-webkit-user-modify: read-write;
}
#web-scroller { margin: 0; padding: 0; max-height: 800px; }
div.load-progress {
background-image: url(images/progress-indicator.png);
width: 48px;
height: 48px;
left: -24px;
margin-top: -8px;
}
.generically-hidden {
height: 0px !important;
}
.palm-page-header .icon.jlt {
background-image: url(header-icon.png);
}
.palm-page-header .title {
/*min-width: 160px !important;*/
font-size: 16px;
}
.palm-row .title {
font-size: 16px;
font-weight: bold;
}
.explanation.topsplain {
margin-left: 1em; margin-right: 1em;
color: black;
}
.explanation {
color: gray;
font-size: 13px;
font-weight: lighter;
}
.explanation .url {
margin: 0;
text-align: center;
}
.explanation p {
padding: 0; margin: 0;
margin-bottom: 0.5em;
}
.extra {
color: gray;
font-size: 10px;
font-weight: lighter;
}
.rightInfo {
float: right;
margin: 0.1em;
margin-right: 0;
color: gray;
font-size: 10px;
font-weight: lighter;
}
#desc1, #desc2, #desc3 {
font-size: 10pt;
font-weight: lighter;
/* border: 1px dotted red; */
}
#desc1 { float: left; }
#desc2 { float: right; }
#desc3 { margin-top: 0.25em; }
div.changelog-line { text-indent: -2em; margin-left: 2em; }