~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Max Bowsher
  • Date: 2011-03-10 14:22:12 UTC
  • mto: This revision was merged to the branch mainline in revision 432.
  • Revision ID: maxb@f2s.com-20110310142212-7xp32hm90lq7zz0d
Remove more things related to the removed code.

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
 
}
 
1
#infTxt {
 
2
    font-size: 77%;
 
3
    color: #666;
 
4
    margin-bottom: 10px;
 
5
    }