Tweak the CSS of the diff view.

This commit is contained in:
Uwe Hees
2011-03-16 11:06:21 +01:00
committed by German Laullon
parent 3ca61355c2
commit 8e98e0b48e
+18 -1
View File
@@ -57,4 +57,21 @@ table.diff thead tr td {
table.diff tbody tr.header {
background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, rgba(244, 244, 244,1)), color-stop(1, rgba(215,215,215,1)));
}
}
table.diff .filemerge {
float: right;
text-align: center;
}
#diff {
width: 100%;
display: block;
overflow: auto;
}
#diff table.diff {
-webkit-box-shadow: 5px 5px 5px #ccc;
width: 98%;
margin: auto auto 20px 1%;
}