/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2011-02-09 22:33:14 UTC
  • mto: This revision was merged to the branch mainline in revision 423.
  • Revision ID: john@arbash-meinel.com-20110209223314-risl8ewyp49xwoty
Make loggerhead compatible with bzr.dev again

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*table*/
2
 
#logentries,
3
 
.viewLine {
4
 
    border: 1px solid #d2d2d2;
5
 
    }
6
 
.viewRev {
7
 
    border-right: none;
8
 
    white-space: nowrap;
9
 
    width: 1px;
10
 
    padding: .3em .6em;
11
 
    }
12
 
.viewComm,
13
 
.viewCont {
14
 
    border: none;
15
 
    }
16
 
.viewLine {
17
 
    border-style: none solid none none;
18
 
    }
19
 
.viewLine.first {
20
 
    border-style: solid solid none none;
21
 
    }
22
 
.viewCont {
23
 
    padding: 0.2em 0.5em;
24
 
    }
25
 
.viewLine {
26
 
    padding: 0.2em 0.2em;
27
 
    }
28
 
.viewLine pre,
29
 
.viewCont pre {
30
 
    font-family: 'UbuntuBeta Mono', 'Ubuntu Mono', monospace;
31
 
    }
32
 
.viewLine pre {
33
 
    text-align: right;
34
 
    }
35
 
.viewAuthors {
36
 
    color: #999999;
37
 
    }
 
2
.viewLineTit, .viewLine, .viewRevTit, .viewRev,
 
3
.viewContTit, .viewCont
 
4
{
 
5
        border:1px solid #d2d2d2;
 
6
}
 
7
.viewLine, .viewRev, .viewComm, .viewCont {
 
8
        border:none;
 
9
}
 
10
.viewLine, .viewLineTit {
 
11
        padding-right: .2em;
 
12
}
 
13
.viewLine {
 
14
        width:37px;
 
15
}
 
16
.viewContTit, .viewCont {
 
17
        width:auto;
 
18
        padding-left: .3em;
 
19
}
 
20
.viewRevTit, .viewRev {
 
21
        width:70px;
 
22
        text-align:center;
 
23
}
 
24
.viewLine, .viewCont {
 
25
        font:normal 12px/normal monospace;
 
26
        whitespace: pre;
 
27
}
 
28
.viewCont pre { margin: 0; }
 
29
.viewLine {
 
30
        text-align:right;
 
31
}