changeset 7009:80fffda17c55

less: use default/bootstrap style for summary-menu-stats
author domruf <dominikruf@gmail.com>
date Sat, 28 Oct 2017 19:21:00 +0200
parents a654ce23d552
children 1ea5d93c97de
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 0 insertions(+), 56 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sat Oct 28 19:05:14 2017 +0200
+++ b/kallithea/public/css/style.css	Sat Oct 28 19:21:00 2017 +0200
@@ -239,9 +239,6 @@
   border-right: 1px solid #bebebe;
   color: #515151;
 }
-#content div.panel #summary-panel-body {
-  position: relative;
-}
 #content div.panel div#summary-panel-body.form div.form-group > div {
   margin: 0 0 10px 150px;
 }
@@ -249,24 +246,6 @@
   margin-right: 200px;
   min-height: 200px;
 }
-ul#summary-menu-stats {
-  width: 180px;
-  position: absolute;
-  top: 0;
-  right: 0;
-  border-radius: 4px;
-  margin: 15px;
-}
-#content #summary-menu-stats li {
-  padding: 0;
-}
-#content #summary-menu-stats li:hover {
-  background: #f0f0f0;
-}
-#summary-menu-stats a {
-  display: block;
-  padding: 10px;
-}
 #repo_size_2 {
   display: none;
 }
@@ -275,13 +254,6 @@
   padding-right: 10px;
   padding-bottom: 7px;
 }
-#summary-menu-stats a:hover {
-  text-decoration: none;
-}
-#summary-menu-stats .badge {
-  padding: 2px 4px !important;
-  font-size: 10px;
-}
 #summary .metatag {
   display: inline-block;
   padding: 3px 5px;
--- a/kallithea/public/less/style.less	Sat Oct 28 19:05:14 2017 +0200
+++ b/kallithea/public/less/style.less	Sat Oct 28 19:21:00 2017 +0200
@@ -252,9 +252,6 @@
   border-right: 1px solid #bebebe;
   color: #515151;
 }
-#content div.panel #summary-panel-body {
-  position: relative;
-}
 #content div.panel div#summary-panel-body.form div.form-group > div {
   margin: 0 0 10px 150px;
 }
@@ -262,24 +259,6 @@
   margin-right: 200px;
   min-height: 200px;
 }
-ul#summary-menu-stats {
-  width: 180px;
-  position: absolute;
-  top: 0;
-  right: 0;
-  border-radius: 4px;
-  margin: 15px;
-}
-#content #summary-menu-stats li {
-  padding: 0;
-}
-#content #summary-menu-stats li:hover {
-  background: #f0f0f0;
-}
-#summary-menu-stats a {
-  display: block;
-  padding: 10px;
-}
 #repo_size_2 {
   display: none;
 }
@@ -288,13 +267,6 @@
   padding-right: 10px;
   padding-bottom: 7px;
 }
-#summary-menu-stats a:hover {
-  text-decoration: none;
-}
-#summary-menu-stats .badge {
-  padding: 2px 4px !important;
-  font-size: 10px;
-}
 #summary .metatag {
   display: inline-block;
   padding: 3px 5px;