~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2011-04-14 14:10:04 UTC
  • Revision ID: john@arbash-meinel.com-20110414141004-pzcx63izsdt3sqmc
under load, the test can take longer than 100ms accidentally.

It shouldn't ever take more than 2.0s, if it does, something is probably
wrong.

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