~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Michael Hudson
  • Date: 2009-06-25 01:48:58 UTC
  • mto: This revision was merged to the branch mainline in revision 373.
  • Revision ID: michael.hudson@canonical.com-20090625014858-crqbwdxm9cajjocv
mismerge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*Info Box*/
2
 
#infoContainer {
3
 
        width:900px;
4
 
        padding:10px 10px 0px 10px;
5
 
        margin:0px 0px 10px 0px;
6
 
        color:#666;
7
 
        background:#fcfcfc;
8
 
        border:1px solid #b7b7b7;
9
 
}
10
 
.information, .comiter, .timer, .mfrom, .mto, .revid {
 
2
.information, .committer, .timer, .mfrom, .mto, .revid, .bug {
11
3
        float:left;
12
4
        margin:0px 10px 5px 0px;
13
5
        padding:0px 0px 2px 18px;
47
39
    width:100%;
48
40
    position:relative;
49
41
}
 
42
.bug {
 
43
        background:url(../images/ico_bug.png) no-repeat top left;
 
44
}