/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: Colin Watson
  • Date: 2015-03-17 11:38:32 UTC
  • mfrom: (477.4.3 UI-Round-1)
  • Revision ID: cjwatson@canonical.com-20150317113832-jpzxkwh6vg58vmcn
[r=benji] Add some more minor UI changes to do with rounded corners.

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
    border-radius: 13px / 7px; 
10
10
    word-wrap: break-word;
11
11
    }
12
12
ul#list-files {
39
39
    background: #eef6fa;
40
40
    border: 1px solid #d2d2d2;
41
41
    margin: 10px 0 0 0;
42
 
    border-radius: 5px 5px 5px 0px;
 
42
    border-radius: 5px 5px 8px 0px / 17px 17px 5px 0px;
43
43
    }
44
44
.diffBox img {
45
45
    vertical-align: middle;