changeset 4442:571879020000

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.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 12 Aug 2014 13:08:23 +0200
parents 4ec7189bb164
children 38a4035426ac
files kallithea/public/css/style.css
diffstat 1 files changed, 4 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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;