~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Tres Seaver
  • Date: 2010-03-25 10:25:13 UTC
  • mto: This revision was merged to the branch mainline in revision 405.
  • Revision ID: tseaver@agendaless.com-20100325102513-imvok1jbu36cxg0t
Use 'Loggerhead' as the display name;  fix typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*Info Box*/
2
 
.information, .committer, .timer, .mfrom, .mto, .revid {
 
2
.information, .committer, .timer, .mfrom, .mto, .revid, .bug, .tags {
3
3
        float:left;
4
4
        margin:0px 10px 5px 0px;
5
5
        padding:0px 0px 2px 18px;
12
12
    padding:1px 0px 0px 18px;
13
13
    margin:0px 10px 5px 0px;
14
14
}
 
15
.tags {
 
16
    float:left;
 
17
    padding:1px 0px 0px 18px;
 
18
    margin:0px 10px 5px 0px;
 
19
    background:url(../images/ico_tag.gif) no-repeat top left;
 
20
}
15
21
.comiter, .mfrom, .mto {
16
22
        color:#000;
17
23
        padding:1px 0px 0px 18px;
39
45
    width:100%;
40
46
    position:relative;
41
47
}
 
48
.bug {
 
49
        background:url(../images/ico_bug.png) no-repeat top left;
 
50
}