~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
 
/*Sub menu tabs*/
2
 
ul#submenuTabs {
3
 
        width:100%;
4
 
        height:24px;
5
 
        list-style:none;
6
 
        color:#fff;
7
 
        background:#fff;
8
 
        margin:0px0px10px0px;
9
 
        padding:10px 0%;
10
 
}
11
 
ul#submenuTabs li a:link, ul#submenuTabs li a:visited {
12
 
        float:left;
13
 
        display:inline;
14
 
        height:22px;
15
 
        padding:2px 15px 0px 15px;
16
 
        font:normal 14px/1.5 sans-serif;
17
 
        text-align:center;
18
 
        color:#fff;
19
 
        text-decoration:none;
20
 
        background:#d18b39;
21
 
}
22
 
ul#submenuTabs li {
23
 
        float:left;
24
 
        display:inline;
25
 
        margin-left:1px;
26
 
        color:#fff;
27
 
        background:#d18b39;
28
 
}
29
 
ul#submenuTabs li a:hover {
30
 
        float:left;
31
 
        display:inline;
32
 
        color:#fff;
33
 
        background:#d18b39;
34
 
        text-decoration:underline;
35
 
}
36
 
ul#submenuTabs li#inicio a, ul#submenuTabs li#inicio a:link, ul#submenuTabs li#inicio a:visited, ul#submenuTabs li#inicio a:hover {
37
 
        background:#d18b39 url(../images/bg_submenuTabs.gif) top left no-repeat;
38
 
}
39
 
ul#submenuTabs li#final a, ul#submenuTabs li#final a:link, ul#submenuTabs li#final a:visited, ul#submenuTabs li#final a:hover {
40
 
        background:#d18b39 url(../images/bg_submenuTabs.gif) bottom right no-repeat;
41
 
}
42
 
/*Info Box*/
43
 
#infoContainer {
44
 
        width:900px;
45
 
        padding:10px 10px 0px 10px;
46
 
        margin:0px 0px 10px 0px;
47
 
        color:#666;
48
 
        background:#fcfcfc;
49
 
        border:1px solid #b7b7b7;
50
 
}
51
 
.information, .comiter, .timer, .mfrom, .revid {
52
 
        float:left;
53
 
        margin:0px 10px 5px 0px;
54
 
        padding:0px 0px 2px 18px;
55
 
        font:normal 11px/1.3 sans-serif;
56
 
        color:#666;
57
 
        background:url(../images/ico_description.gif) no-repeat top left;
58
 
}
59
 
.revid {
60
 
    padding:1px 0px 0px 18px;
61
 
    margin:0px 10px 5px 0px;
62
 
}
63
 
.comiter, .mfrom {
64
 
        clear:none;
65
 
        color:#000;
66
 
        padding:1px 0px 0px 18px;
67
 
        margin:0px 10px 5px 0px;
68
 
        float:left;
69
 
        display:inline;
70
 
        background:url(../images/ico_committer.gif) no-repeat 2px 0px;
71
 
}
72
 
.timer {
73
 
        margin:0px 10px 5px 0px;
74
 
        padding:1px 0px 0px 18px;
75
 
        float:left;
76
 
        clear:none;
77
 
        display:inline;
78
 
        background:url(../images/ico_time.gif) no-repeat top left;
79
 
}
80
 
.mfrom {
81
 
        background:url(../images/ico_mergefrom.gif) no-repeat top left;
82
 
}
 
1
#infTxt {
 
2
    font-size: 77%;
 
3
    color: #666;
 
4
    margin-bottom: 10px;
 
5
    }