Changeset - 7d200066cc48
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-29 23:08:04
dominikruf@gmail.com
less: clean up statistics style

- #legend_data default padding is fine
- #legend_container border: none is unnecessary
- #legend_choices is invisible
- #legend_container width: auto is unnecessary
- with many commiters less padding and height is actually better
- there is no .legend ul
2 files changed with 2 insertions and 36 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -981,16 +981,6 @@ table#changesets tr > td.mid .message a:
 
  font-weight: 700;
 
  font-size: 14px;
 
}
 
div#legend_data {
 
  padding-left: 10px;
 
}
 
div#legend_container table {
 
  border: none !important;
 
}
 
div#legend_container table,
 
div#legend_choices table {
 
  width: auto !important;
 
}
 
table#permissions_manage span.private_repo_msg {
 
  font-size: 0.8em;
 
  opacity: 0.6;
 
@@ -1097,8 +1087,7 @@ img.icon,
 
  vertical-align: bottom;
 
}
 
#content div.panel div.panel-heading ul.links,
 
#content div.panel div.message div.dismiss,
 
#content div.panel div.traffic div.legend ul {
 
#content div.panel div.message div.dismiss {
 
  float: right;
 
  margin: 0;
 
  padding: 0;
 
@@ -1259,12 +1248,6 @@ div.form div.buttons {
 
  padding-top: 5px;
 
  padding-bottom: 5px;
 
}
 
div#legend_container table td,
 
div#legend_choices table td {
 
  border: none !important;
 
  height: 20px !important;
 
  padding: 0 !important;
 
}
 
.q_filter_box {
 
  border-radius: 4px;
 
  border: 0 none;
kallithea/public/less/style.less
Show inline comments
 
@@ -704,16 +704,6 @@ table#changesets tr > td.mid .message a:
 
  font-weight: 700;
 
  font-size: 14px;
 
}
 
div#legend_data {
 
  padding-left: 10px;
 
}
 
div#legend_container table {
 
  border: none !important;
 
}
 
div#legend_container table,
 
div#legend_choices table {
 
  width: auto !important;
 
}
 
table#permissions_manage span.private_repo_msg {
 
  font-size: 0.8em;
 
  opacity: 0.6;
 
@@ -820,8 +810,7 @@ img.icon,
 
  vertical-align: bottom;
 
}
 
#content div.panel div.panel-heading ul.links,
 
#content div.panel div.message div.dismiss,
 
#content div.panel div.traffic div.legend ul {
 
#content div.panel div.message div.dismiss {
 
  float: right;
 
  margin: 0;
 
  padding: 0;
 
@@ -944,12 +933,6 @@ div.form div.buttons {
 
  padding-top: 5px;
 
  padding-bottom: 5px;
 
}
 
div#legend_container table td,
 
div#legend_choices table td {
 
  border: none !important;
 
  height: 20px !important;
 
  padding: 0 !important;
 
}
 
.q_filter_box {
 
  border-radius: 4px;
 
  border: 0 none;
0 comments (0 inline, 0 general)