/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/static/css/style.css

  • Committer: Robey Pointer
  • Date: 2006-12-12 00:47:38 UTC
  • Revision ID: robey@lag.net-20061212004738-fyhww4fadma2v3jm
okay, redo the changes-list screen

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    color: #708a96;
22
22
        font-weight: normal;
23
23
        font-size: 1.6em;
24
 
    margin-bottom: 0.5em;
 
24
    margin-bottom: 1.5em;
25
25
}
26
26
 
27
27
.branch-name {
149
149
 
150
150
/* ----- changelog page ----- */
151
151
 
152
 
.log-entries {
153
 
    border: none;
154
 
    font-size: smaller;
155
 
    margin-bottom: 1em;
156
 
    padding: 0;
157
 
    background-color: #f4f5f8;
158
 
    border: 1px solid #8cacbb;
159
 
    width: 100%;
160
 
}
161
 
 
162
152
/* secret css-jutsu to make hidden margins vanish on a table */
163
153
.log-entries table {
164
154
        border-collapse: collapse;
165
 
    width: 99.9%;
 
155
    width: 100%;
 
156
}
 
157
 
 
158
.log-entries .revision-header {
 
159
    background-color: #dee7ec;
 
160
    padding: 3px;
 
161
    width: 80%;
 
162
        margin-top: 1em;
 
163
        margin-left: 1em;
 
164
}
 
165
 
 
166
.log-entries .revision-header .revision-number {
 
167
        width: 6em;
 
168
        padding-left: 0.5em;
 
169
}
 
170
 
 
171
.log-entries .revision-log {
 
172
        width: 60%;
 
173
        border: none;
 
174
        margin-left: 8em;
 
175
        margin-bottom: 1.5em;
 
176
}
 
177
 
 
178
.log-entries .revision-log table {
 
179
        font-size: smaller;
 
180
}
 
181
 
 
182
.log-entries .revision-log th {
 
183
        width: 8em;
 
184
        text-align: right;
 
185
        padding-right: 0.5em;
 
186
        vertical-align: top;
 
187
}
 
188
 
 
189
.log-entries .revision-log td.date {
 
190
/*      font-family: monospace; */
 
191
}
 
192
 
 
193
.log-entries .revision-log td.files {
 
194
        font-family: monospace;
 
195
}
 
196
 
 
197
.xxlog-entries {
 
198
    border: none;
 
199
    font-size: smaller;
 
200
    margin-bottom: 1em;
 
201
    padding: 0;
 
202
    background-color: #f4f5f8;
 
203
    border: 1px solid #8cacbb;
 
204
    width: 100%;
166
205
}
167
206
 
168
207
/* left and right cols are fixed size */
169
 
.log-entries table col.header,col.mark-diff {
 
208
.xxlog-entries table col.header,col.mark-diff {
170
209
        width: 100pt;
171
210
}
172
211
 
173
 
.log-entries table .header {
 
212
.xxlog-entries table .header {
174
213
        padding-left: 0.5em;
175
214
        padding-right: 0.5em;
176
215
        padding-top: 2px;
177
216
        padding-bottom: 2px;
178
217
}
179
218
 
180
 
.log-entries table .data {
 
219
.xxlog-entries table .data {
181
220
        padding-left: 0.5em;
182
221
        padding-top: 2px;
183
222
        padding-bottom: 2px;
184
223
}
185
224
 
186
 
.log-entries table .top {
 
225
.xxlog-entries table .top {
187
226
        padding-top: 0.3em;
188
227
}
189
228
 
190
 
.log-entries table .date {
 
229
.xxlog-entries table .date {
191
230
        font-family: monospace;
192
231
        padding-bottom: 0.3em;
193
232
        border-bottom: solid 1px #8cacbb;
194
233
}
195
234
 
196
 
.log-entries th {
 
235
.xxlog-entries th {
197
236
    background-color: #dee7ec;
198
237
    color: black;
199
238
        font-weight: normal;
200
239
        text-align: right;
201
240
}
202
241
 
203
 
.log-entries .firstline {
 
242
.xxlog-entries .firstline {
204
243
    font-weight: bold;
205
244
    text-align: left;
206
245
    padding-top: 0.5em;
207
246
    padding-bottom: 0.5em;
208
247
}
209
248
 
210
 
.log-entries td {
 
249
.xxlog-entries td {
211
250
    font-weight: normal;
212
251
    text-align: left;
213
252
}
309
348
.diff-chunk .delete {
310
349
        background-color: #ffa0a0;
311
350
}
 
351
.diff-chunk td.text {
 
352
        padding-left: 1em;
 
353
}
312
354
 
313
355
.diff .lineno {
314
356
        color: purple;