Changeset - 80fffda17c55
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-28 19:21:00
dominikruf@gmail.com
less: use default/bootstrap style for summary-menu-stats
2 files changed with 0 insertions and 56 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -236,55 +236,27 @@ div.panel.panel-default > div.panel-head
 
  border-top: 1px solid #ccc;
 
  border-left: 1px solid #bebebe;
 
  border-bottom: 1px solid #afafaf;
 
  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;
 
}
 
#content div.panel #summary {
 
  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;
 
}
 
#repo_size_2.loaded {
 
  display: block;
 
  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;
 
  margin-bottom: 3px;
 
  margin-right: 1px;
 
  border-radius: 5px;
kallithea/public/less/style.less
Show inline comments
 
@@ -249,55 +249,27 @@ div.panel.panel-default > div.panel-head
 
  border-top: 1px solid #ccc;
 
  border-left: 1px solid #bebebe;
 
  border-bottom: 1px solid #afafaf;
 
  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;
 
}
 
#content div.panel #summary {
 
  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;
 
}
 
#repo_size_2.loaded {
 
  display: block;
 
  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;
 
  margin-bottom: 3px;
 
  margin-right: 1px;
 
  border-radius: 5px;
0 comments (0 inline, 0 general)