/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 02:46:36 UTC
  • Revision ID: robey@lag.net-20061212024636-lpr6k22xmuo7saxi
add merged-in and merged-from

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
        padding-left: 0.5em;
169
169
}
170
170
 
 
171
.log-entries .revision-header .inventory-link {
 
172
        font-size: smaller;
 
173
        vertical-align: center;
 
174
        width: 4em;
 
175
        text-align: right;
 
176
        padding-right: 0.5em;
 
177
}
 
178
 
171
179
.log-entries .revision-log {
172
180
        width: 60%;
173
181
        border: none;
194
202
        font-family: monospace;
195
203
}
196
204
 
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%;
205
 
}
206
 
 
207
 
/* left and right cols are fixed size */
208
 
.xxlog-entries table col.header,col.mark-diff {
209
 
        width: 100pt;
210
 
}
211
 
 
212
 
.xxlog-entries table .header {
213
 
        padding-left: 0.5em;
214
 
        padding-right: 0.5em;
215
 
        padding-top: 2px;
216
 
        padding-bottom: 2px;
217
 
}
218
 
 
219
 
.xxlog-entries table .data {
220
 
        padding-left: 0.5em;
221
 
        padding-top: 2px;
222
 
        padding-bottom: 2px;
223
 
}
224
 
 
225
 
.xxlog-entries table .top {
226
 
        padding-top: 0.3em;
227
 
}
228
 
 
229
 
.xxlog-entries table .date {
230
 
        font-family: monospace;
231
 
        padding-bottom: 0.3em;
232
 
        border-bottom: solid 1px #8cacbb;
233
 
}
234
 
 
235
 
.xxlog-entries th {
236
 
    background-color: #dee7ec;
237
 
    color: black;
238
 
        font-weight: normal;
239
 
        text-align: right;
240
 
}
241
 
 
242
 
.xxlog-entries .firstline {
243
 
    font-weight: bold;
244
 
    text-align: left;
245
 
    padding-top: 0.5em;
246
 
    padding-bottom: 0.5em;
247
 
}
248
 
 
249
 
.xxlog-entries td {
250
 
    font-weight: normal;
251
 
    text-align: left;
252
 
}
253
 
 
254
205
 
255
206
/* ----- revision page ----- */
256
207