/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: 2007-01-06 05:02:02 UTC
  • Revision ID: robey@lag.net-20070106050202-i1hzwt613qigsin3
refactor and clean up the javascript code for the expand/collapse buttons,
and apply the same logic to files being diff'd on the revision view.  the
primary difference is that a revision starts out expanded, since otherwise
there's not much to see.  also, change the terminology from "show/hide" to
"expand/collapse" on nicholas allen's recommendation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        border: 1px solid #8cacbb;
47
47
}
48
48
 
 
49
.hide-all {
 
50
    font-size: smaller;
 
51
}
 
52
 
 
53
 
49
54
 
50
55
/* ----- navigation bar at the top ----- */
51
56
 
183
188
 
184
189
/* ----- changelog page ----- */
185
190
 
186
 
.hide-all {
187
 
    font-size: smaller;
188
 
}
189
 
 
190
191
/* secret css-jutsu to make hidden margins vanish on a table */
191
192
.log-entries table {
192
193
    border-collapse: collapse;
266
267
}
267
268
 
268
269
/* default state: hide all */
269
 
.show-button { display: none; }
 
270
.revision-header .hide-button { display: none; }
270
271
.hidden-details { display: none; }
271
 
.hide-all#hide-all { display: none; }
 
272
.changelog .hide-all#hide-all { display: none; }
272
273
 
273
274
 
274
275
/* ----- revision page ----- */
374
375
        line-height: 1em;
375
376
}
376
377
 
 
378
.diff-block .show-button { display: none; }
 
379
.revision-page .hide-all#show-all { display: none; }
 
380
 
377
381
.diff-insert {
378
382
    background-color: #b0efb0;
379
383
}