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
 
@@ -978,22 +978,12 @@ table#changesets tr > td.mid .message a:
 
.breadcrumbs {
 
  border: medium none;
 
  color: #FFF;
 
  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;
 
}
 
table#permissions_manage td.private_repo_msg {
 
  font-size: 0.8em;
 
@@ -1094,14 +1084,13 @@ nav.navbar #quick li a:hover span.normal
 
}
 
img.icon,
 
.right .merge img {
 
  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;
 
}
 
nav.navbar #home,
 
#content div.panel ul.left,
 
@@ -1256,18 +1245,12 @@ div.form div.buttons {
 
}
 
.ac .match {
 
  font-weight: 700;
 
  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;
 
  margin-bottom: -4px;
 
  margin-top: -4px;
 
  padding-left: 3px;
kallithea/public/less/style.less
Show inline comments
 
@@ -701,22 +701,12 @@ table#changesets tr > td.mid .message a:
 
.breadcrumbs {
 
  border: medium none;
 
  color: #FFF;
 
  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;
 
}
 
table#permissions_manage td.private_repo_msg {
 
  font-size: 0.8em;
 
@@ -817,14 +807,13 @@ nav.navbar #quick li a:hover span.normal
 
}
 
img.icon,
 
.right .merge img {
 
  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;
 
}
 
nav.navbar #home,
 
#content div.panel ul.left,
 
@@ -941,18 +930,12 @@ div.form div.buttons {
 
}
 
.ac .match {
 
  font-weight: 700;
 
  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;
 
  margin-bottom: -4px;
 
  margin-top: -4px;
 
  padding-left: 3px;
0 comments (0 inline, 0 general)