~divmod-dev/divmod.org/NULLIFY-versus-disallowNone-2736

« back to all changes in this revision

Viewing changes to Mantissa/xmantissa/static/mantissa.css

  • Committer: glyph
  • Date: 2006-01-11 17:00:20 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:4021

Author: glyph
Reviewer: moe

Fixes #382

This merge provides basic sharing functionality, such as the ability to give a
user a publicly-viewable web page (at /by/username, for the cool kids, or
/users, if you're a fuddy-duddy).

It also adds (working) support for a simple ClickChronicle public page at
/by/username/clicks, which exposes the "my clicks" page without the "actions"
column, and also (not working) Hyperbola at /by/username/blog which should some
day soon grow into a blog.  Patches accepted :).


Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
}
50
50
 
51
51
th.tdb-clickable-header:hover {
52
 
    background-image: url(/static/mantissa/images/header_bg_hover.png);
 
52
    background-image: url(/Mantissa/images/header_bg_hover.png);
53
53
}
54
54
 
55
55
.tdb-action {
68
68
 
69
69
table.mantissa-tdb > thead {
70
70
    background-color: #FFFFFF;
71
 
    background-image: url(/static/mantissa/images/header_bg.png);
 
71
    background-image: url(/Mantissa/images/header_bg.png);
72
72
    background-repeat: repeat-x;
73
73
    background-position: bottom left 
74
74
}
132
132
/* set the first row to have a pretty bg image */
133
133
table.control-table > thead {
134
134
    background-color: #FFFFFF;
135
 
    background-image: url(/static/mantissa/images/header_bg.png);
 
135
    background-image: url(/Mantissa/images/header_bg.png);
136
136
    background-repeat: repeat-x;
137
137
    background-position: bottom left 
138
138
}
238
238
/* navigation stuff */
239
239
 
240
240
.mantissa-tab {
241
 
    background-image: url(/static/mantissa/images/header_bg.png);
 
241
    background-image: url(/Mantissa/images/header_bg.png);
242
242
    background-position: bottom left;
243
243
    background-repeat: repeat-x;
244
244
    white-space: nowrap;