~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Matt Nordhoff
  • Date: 2009-09-20 19:08:28 UTC
  • Revision ID: mnordhoff@mattnordhoff.com-20090920190828-qy1ybggfpx4fi3pv
Mark Loggerhead plugin as compatible with up to bzr 2.1.0.

Seems to be necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*Info Box*/
 
2
.information, .committer, .timer, .mfrom, .mto, .revid, .bug, .tags {
 
3
        float:left;
 
4
        margin:0px 10px 5px 0px;
 
5
        padding:0px 0px 2px 18px;
 
6
        font:normal 11px/1.3 sans-serif;
 
7
        color:#666;
 
8
        background:url(../images/ico_description.gif) no-repeat top left;
 
9
}
 
10
.revid {
 
11
    float:left;
 
12
    padding:1px 0px 0px 18px;
 
13
    margin:0px 10px 5px 0px;
 
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
}
 
21
.comiter, .mfrom, .mto {
 
22
        color:#000;
 
23
        padding:1px 0px 0px 18px;
 
24
        margin:0px 10px 5px 0px;
 
25
        float:left;
 
26
        display:inline;
 
27
        background:url(../images/ico_committer.gif) no-repeat 2px 0px;
 
28
}
 
29
.timer {
 
30
        margin:0px 10px 5px 0px;
 
31
        padding:1px 0px 0px 18px;
 
32
        float:left;
 
33
        clear:none;
 
34
        display:inline;
 
35
        background:url(../images/ico_time.gif) no-repeat top left;
 
36
}
 
37
.mfrom {
 
38
        background:url(../images/ico_mergefrom.gif) no-repeat top left;
 
39
}
 
40
.mto {
 
41
        background:url(../images/ico_mergetop.gif) no-repeat top left;
 
42
}
 
43
.information {
 
44
    clear:both;
 
45
    width:100%;
 
46
    position:relative;
 
47
}
 
48
.bug {
 
49
        background:url(../images/ico_bug.png) no-repeat top left;
 
50
}