~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Martin Albisetti
  • Date: 2008-08-13 19:19:02 UTC
  • mfrom: (207.1.9 unify-templates)
  • Revision ID: argentina@gmail.com-20080813191902-2lotdnb0s7c3vdcj
Separated key elements into separate template files to make theming easier (Paul Hummer)

Show diffs side-by-side

added added

removed removed

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