~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Toshio Kuratomi
  • Date: 2010-04-18 17:58:04 UTC
  • mto: (464.1.1 mod-wsgi)
  • mto: This revision was merged to the branch mainline in revision 465.
  • Revision ID: toshio@fedoraproject.org-20100418175804-8auslftjigl36lvr
Add GPLv2+ header to loggerhead.wsgi script

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*table*/
2
 
#logentries,
3
 
.viewRev,
4
 
.viewLine {
5
 
    border: 1px solid #d2d2d2;
6
 
}
7
 
.viewRev {
8
 
    border-right: none;
9
 
    white-space: nowrap;
10
 
    width: 1px;
11
 
    padding: .3em .6em;
12
 
}
13
 
.viewComm,
14
 
.viewCont {
15
 
    border: none;
16
 
    }
17
 
.viewLine {
18
 
    border-style: none solid none none;
19
 
    width: 20px;
20
 
    padding-left: .6em;
21
 
    padding-right: .2em;
22
 
    }
23
 
.viewLine.first {
24
 
    border-style: solid solid none none;
25
 
}
26
 
.viewCont {
27
 
    padding-left: .4em;
28
 
    }
29
 
.viewLine,
30
 
.viewCont {
31
 
    font-size: 116%;
32
 
    font-family: 'UbuntuBeta Mono', 'Ubuntu Mono', monospace;
33
 
    line-height: 108%;
34
 
    whitespace: pre;
35
 
    }
36
 
.viewCont pre {
37
 
    margin: 0;
38
 
    }
39
 
.viewLine {
40
 
    text-align: center;
41
 
    }
42
 
.viewLine {
43
 
    font-size: 93%;
44
 
    }
45
 
.viewAuthors {
46
 
    color: #999999;
 
2
.annoLineTit, .annoLine, .annoRevTit, .annoRev, .annoComm, .annoCommTit, .annoContTit, .annoCont {
 
3
        width:45px;
 
4
        border:1px solid #d2d2d2;
 
5
}
 
6
.annoLine, .annoRev, .annoComm, .annoCont {
 
7
        border:none;
 
8
}
 
9
.annoLine {
 
10
        width:37px;
 
11
}
 
12
.annoContTit, .annoCont {
 
13
        width:auto;
 
14
}
 
15
.annoRevTit, .annoRev {
 
16
        width:70px;
 
17
        text-align:center;
 
18
}
 
19
.annoComm, .annoCommTit {
 
20
        width:200px;
 
21
}
 
22
.annoLine, .annoCont {
 
23
        font:normal 12px/normal monospace;
 
24
        whitespace: pre;
 
25
}
 
26
.annoCont pre { margin: 0; }
 
27
.annoLine {
 
28
        text-align:right;
47
29
}