~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-06-26 09:23:47 UTC
  • Revision ID: mnordhoff@mattnordhoff.com-20090626092347-28xtb3s1oc16uoph
Remove loggerhead/main.py's shebang, since it's no longer executable anyway.

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, .tags {
11
3
        float:left;
12
4
        margin:0px 10px 5px 0px;
13
5
        padding:0px 0px 2px 18px;
20
12
    padding:1px 0px 0px 18px;
21
13
    margin:0px 10px 5px 0px;
22
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
}
23
21
.comiter, .mfrom, .mto {
24
22
        color:#000;
25
23
        padding:1px 0px 0px 18px;
47
45
    width:100%;
48
46
    position:relative;
49
47
}
 
48
.bug {
 
49
        background:url(../images/ico_bug.png) no-repeat top left;
 
50
}