~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Michael Hudson-Doyle
  • Date: 2012-01-08 22:04:51 UTC
  • mto: This revision was merged to the branch mainline in revision 464.
  • Revision ID: michael.hudson@linaro.org-20120108220451-kepgk6pfh59cze8a
this should fix the bug, but i cannot reproduce it locally

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*Info Box*/
2
 
.information, .committer, .timer, .mfrom, .mto, .revid {
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
 
.comiter, .mfrom, .mto {
16
 
        color:#000;
17
 
        padding:1px 0px 0px 18px;
18
 
        margin:0px 10px 5px 0px;
19
 
        float:left;
20
 
        display:inline;
21
 
        background:url(../images/ico_committer.gif) no-repeat 2px 0px;
22
 
}
23
 
.timer {
24
 
        margin:0px 10px 5px 0px;
25
 
        padding:1px 0px 0px 18px;
26
 
        float:left;
27
 
        clear:none;
28
 
        display:inline;
29
 
        background:url(../images/ico_time.gif) no-repeat top left;
30
 
}
31
 
.mfrom {
32
 
        background:url(../images/ico_mergefrom.gif) no-repeat top left;
33
 
}
34
 
.mto {
35
 
        background:url(../images/ico_mergetop.gif) no-repeat top left;
36
 
}
37
 
.information {
38
 
    clear:both;
39
 
    width:100%;
40
 
    position:relative;
41
 
}
 
1
#infTxt {
 
2
    font-size: 77%;
 
3
    color: #666;
 
4
    margin-bottom: 10px;
 
5
    }