# HG changeset patch # User domruf # Date 1509211260 -7200 # Node ID 80fffda17c559bfe23ad304428ae5f9de14c6cdb # Parent a654ce23d552f11daed22008ea62cce878d2bf29 less: use default/bootstrap style for summary-menu-stats diff -r a654ce23d552 -r 80fffda17c55 kallithea/public/css/style.css --- 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; diff -r a654ce23d552 -r 80fffda17c55 kallithea/public/less/style.less --- 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;