/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/diff.css

  • Committer: j.c.sackett
  • Date: 2012-03-19 16:39:41 UTC
  • mfrom: (470.1.8 Cruz-UI-Changes)
  • Revision ID: jcsackett@canonical.com-20120319163941-hyznts0cy5l8trou
Some small UI changes; extra border at the bottom of file diffs and rounded corners in the UI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    color: #666;
7
7
    background: #fcfcfc url(../images/bg_infobox.gif) repeat-y top right;
8
8
    border: 1px solid #b7b7b7;
 
9
    border-radius: 5px; 
9
10
    }
10
11
ul#list-files {
11
12
    float: right;
37
38
    background: #eef6fa;
38
39
    border: 1px solid #d2d2d2;
39
40
    margin: 10px 0 0 0;
 
41
    border-radius: 5px 5px 5px 0px;
40
42
    }
41
43
.diffBox img {
42
44
    vertical-align: middle;
49
51
    }
50
52
.diffinfo {
51
53
    overflow: hidden;
 
54
    border-bottom: 1px solid #d5d5d5;
52
55
    }
53
56
.lineNumber {
54
57
    width: 2%;