~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

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

  • Committer: Jonathan Lange
  • Date: 2009-01-23 20:53:40 UTC
  • mto: This revision was merged to the branch mainline in revision 263.
  • Revision ID: jml@canonical.com-20090123205340-plo5ccqjw500aekw
Add branch-info box everywhere, fixing up some style quirks along the way.

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
 
#branch-info {
11
 
    padding-bottom: 10px;
12
 
}
13
2
.information, .committer, .timer, .mfrom, .mto, .revid {
14
3
        float:left;
15
4
        margin:0px 10px 5px 0px;