# HG changeset patch # User Mads Kiilerich # Date 1407841703 -7200 # Node ID 571879020000c6a3dcb76ef2cc1f4199c832aea2 # Parent 4ec7189bb164ba7a6dff1f06748116d4babfdb42 old style: better display of multiple parents/children in changeset view - don't truncate This might introduce some rendering artifacts instead of truncating. That will be addressed when the styling is reworked from scratch. diff -r 4ec7189bb164 -r 571879020000 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Tue Aug 12 13:08:23 2014 +0200 +++ b/kallithea/public/css/style.css Tue Aug 12 13:08:23 2014 +0200 @@ -4932,8 +4932,8 @@ border-bottom: 1px solid #CCCCCC; background: #EEEEEE; height: 14px; - margin: 0px 95px 0px 95px; - padding: 3px 3px 11px 3px; + margin: 0; + padding: 3px 100px 11px 100px; } div.diffblock .code-header-title { @@ -4957,8 +4957,7 @@ div.diffblock .parents { float: left; - height: 26px; - width: 100px; + min-height: 26px; font-size: 10px; font-weight: 400; vertical-align: middle; @@ -4969,8 +4968,7 @@ div.diffblock .children { float: right; - height: 26px; - width: 100px; + min-height: 26px; font-size: 10px; font-weight: 400; vertical-align: middle;