##// END OF EJS Templates
coal/paper: equal heights for file and annotate views
Martin Geisler -
r8508:8c5e32a4 default
parent child Browse files
Show More
@@ -1,263 +1,262 b''
1 1 body {
2 2 margin: 0;
3 3 padding: 0;
4 4 background: black url(background.png) repeat-x;
5 5 font-family: sans-serif;
6 6 }
7 7
8 8 .container {
9 9 padding-right: 150px;
10 10 }
11 11
12 12 .main {
13 13 position: relative;
14 14 background: white;
15 15 padding: 2em;
16 16 border-right: 15px solid black;
17 17 border-bottom: 15px solid black;
18 18 }
19 19
20 20 #.main {
21 21 width:98%;
22 22 }
23 23
24 24 .overflow {
25 25 width: 100%;
26 26 overflow: auto;
27 27 }
28 28
29 29 .menu {
30 30 background: #999;
31 31 padding: 10px;
32 32 width: 75px;
33 33 margin: 0;
34 34 font-size: 80%;
35 35 text-align: left;
36 36 position: fixed;
37 37 top: 27px;
38 38 left: auto;
39 39 right: 27px;
40 40 }
41 41
42 42 #.menu {
43 43 position: absolute !important;
44 44 top:expression(eval(document.body.scrollTop + 27));
45 45 }
46 46
47 47 .menu ul {
48 48 list-style: none;
49 49 padding: 0;
50 50 margin: 10px 0 0 0;
51 51 }
52 52
53 53 .menu li {
54 54 margin-bottom: 3px;
55 55 padding: 2px 4px;
56 56 background: white;
57 57 color: black;
58 58 font-weight: normal;
59 59 }
60 60
61 61 .menu li.active {
62 62 background: black;
63 63 color: white;
64 64 }
65 65
66 66 .menu img {
67 67 width: 75px;
68 68 height: 90px;
69 69 border: 0;
70 70 }
71 71
72 72 .menu a { color: black; display: block; }
73 73
74 74 .search {
75 75 position: absolute;
76 76 top: .7em;
77 77 right: 2em;
78 78 }
79 79
80 80 form.search div#hint {
81 81 display: none;
82 82 position: absolute;
83 83 top: 40px;
84 84 right: 0px;
85 85 width: 190px;
86 86 padding: 5px;
87 87 background: #ffc;
88 88 font-size: 70%;
89 89 border: 1px solid yellow;
90 90 -moz-border-radius: 5px; /* this works only in camino/firefox */
91 91 -webkit-border-radius: 5px; /* this is just for Safari */
92 92 }
93 93
94 94 form.search:hover div#hint { display: block; }
95 95
96 96 a { text-decoration:none; }
97 97 .age { white-space:nowrap; }
98 98 .date { white-space:nowrap; }
99 99 .indexlinks { white-space:nowrap; }
100 100 .parity0 { background-color: #f0f0f0; }
101 101 .parity1 { background-color: white; }
102 102 .plusline { color: green; }
103 103 .minusline { color: #dc143c; } /* crimson */
104 104 .atline { color: purple; }
105 105
106 106 .navigate {
107 107 text-align: right;
108 108 font-size: 60%;
109 109 margin: 1em 0;
110 110 }
111 111
112 112 .tag {
113 113 color: #999;
114 114 font-size: 70%;
115 115 font-weight: normal;
116 116 margin-left: .5em;
117 117 vertical-align: baseline;
118 118 }
119 119
120 120 .branchhead {
121 121 color: #000;
122 122 font-size: 80%;
123 123 font-weight: normal;
124 124 margin-left: .5em;
125 125 vertical-align: baseline;
126 126 }
127 127
128 128 ul#graphnodes .branchhead {
129 129 font-size: 75%;
130 130 }
131 131
132 132 .branchname {
133 133 color: #000;
134 134 font-size: 60%;
135 135 font-weight: normal;
136 136 margin-left: .5em;
137 137 vertical-align: baseline;
138 138 }
139 139
140 140 h3 .branchname {
141 141 font-size: 80%;
142 142 }
143 143
144 144 /* Common */
145 145 pre { margin: 0; }
146 146
147 147 h2 { font-size: 120%; border-bottom: 1px solid #999; }
148 148 h2 a { color: #000; }
149 149 h3 {
150 150 margin-top: -.7em;
151 151 font-size: 100%;
152 152 }
153 153
154 154 /* log and tags tables */
155 155 .bigtable {
156 156 border-bottom: 1px solid #999;
157 157 border-collapse: collapse;
158 158 font-size: 90%;
159 159 width: 100%;
160 160 font-weight: normal;
161 161 text-align: left;
162 162 }
163 163
164 164 .bigtable td {
165 padding: 1px 4px;
166 165 vertical-align: top;
167 166 }
168 167
169 168 .bigtable th {
170 169 padding: 1px 4px;
171 170 border-bottom: 1px solid #999;
172 font-size: smaller;
173 171 }
174 172 .bigtable tr { border: none; }
175 173 .bigtable .age { width: 6em; }
176 174 .bigtable .author { width: 12em; }
177 175 .bigtable .description { }
178 176 .bigtable .node { width: 5em; font-family: monospace;}
179 177 .bigtable .lineno { width: 2em; text-align: right;}
180 178 .bigtable .lineno a { color: #999; font-size: smaller; font-family: monospace;}
181 179 .bigtable .permissions { width: 8em; text-align: left;}
182 180 .bigtable .size { width: 5em; text-align: right; }
183 181 .bigtable .annotate { text-align: right; }
184 182 .bigtable td.annotate { font-size: smaller; }
185 183 .bigtable td.source { font-size: inherit; }
186 184
187 185 .source, .sourcefirst, .sourcelast {
188 186 font-family: monospace;
189 187 white-space: pre;
188 padding: 1px 4px;
190 189 font-size: 90%;
191 190 }
192 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; font-size: smaller; }
191 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold }
193 192 .sourcelast { border-top: 1px solid #999; }
194 193 .source a { color: #999; font-size: smaller; font-family: monospace;}
195 194 .bottomline { border-bottom: 1px solid #999; }
196 195
197 196 .fileline { font-family: monospace; }
198 197 .fileline img { border: 0; }
199 198
200 199 /* Changeset entry */
201 200 #changesetEntry {
202 201 border-collapse: collapse;
203 202 font-size: 90%;
204 203 width: 100%;
205 204 margin-bottom: 1em;
206 205 }
207 206
208 207 #changesetEntry th {
209 208 padding: 1px 4px;
210 209 width: 4em;
211 210 text-align: right;
212 211 font-weight: normal;
213 212 color: #999;
214 213 margin-right: .5em;
215 214 vertical-align: top;
216 215 }
217 216
218 217 div.description {
219 218 border-left: 3px solid #999;
220 219 margin: 1em 0 1em 0;
221 220 padding: .3em;
222 221 }
223 222
224 223 div#wrapper {
225 224 position: relative;
226 225 border-top: 1px solid black;
227 226 border-bottom: 1px solid black;
228 227 margin: 0;
229 228 padding: 0;
230 229 }
231 230
232 231 canvas {
233 232 position: absolute;
234 233 z-index: 5;
235 234 top: -0.7em;
236 235 margin: 0;
237 236 }
238 237
239 238 ul#graphnodes {
240 239 position: absolute;
241 240 z-index: 10;
242 241 top: -1.0em;
243 242 list-style: none inside none;
244 243 padding: 0;
245 244 }
246 245
247 246 ul#nodebgs {
248 247 list-style: none inside none;
249 248 padding: 0;
250 249 margin: 0;
251 250 top: -0.7em;
252 251 }
253 252
254 253 ul#graphnodes li, ul#nodebgs li {
255 254 height: 39px;
256 255 }
257 256
258 257 ul#graphnodes li .info {
259 258 display: block;
260 259 font-size: 70%;
261 260 position: relative;
262 261 top: -3px;
263 262 }
@@ -1,253 +1,252 b''
1 1 body {
2 2 margin: 0;
3 3 padding: 0;
4 4 background: white;
5 5 font-family: sans-serif;
6 6 }
7 7
8 8 .container {
9 9 padding-left: 115px;
10 10 }
11 11
12 12 .main {
13 13 position: relative;
14 14 background: white;
15 15 padding: 2em 2em 2em 0;
16 16 }
17 17
18 18 #.main {
19 19 width: 98%;
20 20 }
21 21
22 22 .overflow {
23 23 width: 100%;
24 24 overflow: auto;
25 25 }
26 26
27 27 .menu {
28 28 width: 90px;
29 29 margin: 0;
30 30 font-size: 80%;
31 31 text-align: left;
32 32 position: absolute;
33 33 top: 20px;
34 34 left: 20px;
35 35 right: auto;
36 36 }
37 37
38 38 .menu ul {
39 39 list-style: none;
40 40 padding: 0;
41 41 margin: 10px 0 0 0;
42 42 border-left: 2px solid #999;
43 43 }
44 44
45 45 .menu li {
46 46 margin-bottom: 3px;
47 47 padding: 2px 4px;
48 48 background: white;
49 49 color: black;
50 50 font-weight: normal;
51 51 }
52 52
53 53 .menu li.active {
54 54 font-weight: bold;
55 55 }
56 56
57 57 .menu img {
58 58 width: 75px;
59 59 height: 90px;
60 60 border: 0;
61 61 }
62 62
63 63 .menu a { color: black; display: block; }
64 64
65 65 .search {
66 66 position: absolute;
67 67 top: .7em;
68 68 right: 2em;
69 69 }
70 70
71 71 form.search div#hint {
72 72 display: none;
73 73 position: absolute;
74 74 top: 40px;
75 75 right: 0px;
76 76 width: 190px;
77 77 padding: 5px;
78 78 background: #ffc;
79 79 font-size: 70%;
80 80 border: 1px solid yellow;
81 81 -moz-border-radius: 5px; /* this works only in camino/firefox */
82 82 -webkit-border-radius: 5px; /* this is just for Safari */
83 83 }
84 84
85 85 form.search:hover div#hint { display: block; }
86 86
87 87 a { text-decoration:none; }
88 88 .age { white-space:nowrap; }
89 89 .date { white-space:nowrap; }
90 90 .indexlinks { white-space:nowrap; }
91 91 .parity0 { background-color: #f0f0f0; }
92 92 .parity1 { background-color: white; }
93 93 .plusline { color: green; }
94 94 .minusline { color: #dc143c; } /* crimson */
95 95 .atline { color: purple; }
96 96
97 97 .navigate {
98 98 text-align: right;
99 99 font-size: 60%;
100 100 margin: 1em 0;
101 101 }
102 102
103 103 .tag {
104 104 color: #999;
105 105 font-size: 70%;
106 106 font-weight: normal;
107 107 margin-left: .5em;
108 108 vertical-align: baseline;
109 109 }
110 110
111 111 .branchhead {
112 112 color: #000;
113 113 font-size: 80%;
114 114 font-weight: normal;
115 115 margin-left: .5em;
116 116 vertical-align: baseline;
117 117 }
118 118
119 119 ul#graphnodes .branchhead {
120 120 font-size: 75%;
121 121 }
122 122
123 123 .branchname {
124 124 color: #000;
125 125 font-size: 60%;
126 126 font-weight: normal;
127 127 margin-left: .5em;
128 128 vertical-align: baseline;
129 129 }
130 130
131 131 h3 .branchname {
132 132 font-size: 80%;
133 133 }
134 134
135 135 /* Common */
136 136 pre { margin: 0; }
137 137
138 138 h2 { font-size: 120%; border-bottom: 1px solid #999; }
139 139 h2 a { color: #000; }
140 140 h3 {
141 141 margin-top: -.7em;
142 142 font-size: 100%;
143 143 }
144 144
145 145 /* log and tags tables */
146 146 .bigtable {
147 147 border-bottom: 1px solid #999;
148 148 border-collapse: collapse;
149 149 font-size: 90%;
150 150 width: 100%;
151 151 font-weight: normal;
152 152 text-align: left;
153 153 }
154 154
155 155 .bigtable td {
156 padding: 1px 4px;
157 156 vertical-align: top;
158 157 }
159 158
160 159 .bigtable th {
161 160 padding: 1px 4px;
162 161 border-bottom: 1px solid #999;
163 font-size: smaller;
164 162 }
165 163 .bigtable tr { border: none; }
166 164 .bigtable .age { width: 6em; }
167 165 .bigtable .author { width: 12em; }
168 166 .bigtable .description { }
169 167 .bigtable .node { width: 5em; font-family: monospace;}
170 168 .bigtable .permissions { width: 8em; text-align: left;}
171 169 .bigtable .size { width: 5em; text-align: right; }
172 170 .bigtable .annotate { text-align: right; }
173 171 .bigtable td.annotate { font-size: smaller; }
174 172 .bigtable td.source { font-size: inherit; }
175 173
176 174 .source, .sourcefirst, .sourcelast {
177 175 font-family: monospace;
178 176 white-space: pre;
177 padding: 1px 4px;
179 178 font-size: 90%;
180 179 }
181 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; font-size: smaller; }
180 .sourcefirst { border-bottom: 1px solid #999; font-weight: bold; }
182 181 .sourcelast { border-top: 1px solid #999; }
183 182 .source a { color: #999; font-size: smaller; font-family: monospace;}
184 183 .bottomline { border-bottom: 1px solid #999; }
185 184
186 185 .fileline { font-family: monospace; }
187 186 .fileline img { border: 0; }
188 187
189 188 /* Changeset entry */
190 189 #changesetEntry {
191 190 border-collapse: collapse;
192 191 font-size: 90%;
193 192 width: 100%;
194 193 margin-bottom: 1em;
195 194 }
196 195
197 196 #changesetEntry th {
198 197 padding: 1px 4px;
199 198 width: 4em;
200 199 text-align: right;
201 200 font-weight: normal;
202 201 color: #999;
203 202 margin-right: .5em;
204 203 vertical-align: top;
205 204 }
206 205
207 206 div.description {
208 207 border-left: 2px solid #999;
209 208 margin: 1em 0 1em 0;
210 209 padding: .3em;
211 210 }
212 211
213 212 /* Graph */
214 213 div#wrapper {
215 214 position: relative;
216 215 border-top: 1px solid black;
217 216 border-bottom: 1px solid black;
218 217 margin: 0;
219 218 padding: 0;
220 219 }
221 220
222 221 canvas {
223 222 position: absolute;
224 223 z-index: 5;
225 224 top: -0.7em;
226 225 margin: 0;
227 226 }
228 227
229 228 ul#nodebgs {
230 229 list-style: none inside none;
231 230 padding: 0;
232 231 margin: 0;
233 232 top: -0.7em;
234 233 }
235 234
236 235 ul#graphnodes li, ul#nodebgs li {
237 236 height: 39px;
238 237 }
239 238
240 239 ul#graphnodes {
241 240 position: absolute;
242 241 z-index: 10;
243 242 top: -1.0em;
244 243 list-style: none inside none;
245 244 padding: 0;
246 245 }
247 246
248 247 ul#graphnodes li .info {
249 248 display: block;
250 249 font-size: 70%;
251 250 position: relative;
252 251 top: -3px;
253 252 }
General Comments 0
You need to be logged in to leave comments. Login now