changeset 7107:5d544e6b3fe0

less: cleanup diffstat style - it already has markup for Bootstrap progress-bar
author domruf <dominikruf@gmail.com>
date Wed, 25 Oct 2017 22:29:18 +0200
parents 5aa71718b223
children 450a5ee5889b
files kallithea/public/less/kallithea-diff.less
diffstat 1 files changed, 1 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/less/kallithea-diff.less	Sun Jan 21 22:06:59 2018 +0100
+++ b/kallithea/public/less/kallithea-diff.less	Wed Oct 25 22:29:18 2017 +0200
@@ -8,21 +8,13 @@
   color: @kallithea-theme-main-color;
 }
 
-/* colors for changes */
+/* colors for deleted/changed/added, for per file "diffstat" (rendered as Bootstrap progress-bar) */
 .cs_files .changes .added {
   color: inherit;
   background-color: @add-bg-color;
-  float: left;
-  text-align: center;
-  font-size: 9px;
-  padding: 2px 0px 2px 0px;
 }
 .cs_files .changes .deleted {
   background-color: @delete-bg-color;
-  float: left;
-  text-align: center;
-  font-size: 9px;
-  padding: 2px 0px 2px 0px;
 }
 /* binary
 NEW_FILENODE = 1
@@ -34,10 +26,6 @@
 */
 .changes .bin {
   background-color: @add-bg-color;
-  float: left;
-  text-align: center;
-  font-size: 9px;
-  padding: 2px 0px 2px 0px;
 }
 /* added binary */
 .changes .bin.bin1 {