From 8e98e0b48ed7c525c2baadfe8bc8c3072c9e929b Mon Sep 17 00:00:00 2001 From: Uwe Hees Date: Wed, 16 Mar 2011 11:06:21 +0100 Subject: [PATCH] Tweak the CSS of the diff view. --- html/views/diff/diffWindow.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/html/views/diff/diffWindow.css b/html/views/diff/diffWindow.css index d752659..b80b988 100644 --- a/html/views/diff/diffWindow.css +++ b/html/views/diff/diffWindow.css @@ -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))); -} \ No newline at end of file +} + +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%; +}