Changeset - c52f18a1c2c7
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-28 18:33:56
dominikruf@gmail.com
less: clean up lang_stats style

- remove background-color bootstrap already uses @brand-primary
- text-decoration: none is unnecessary
- move to separate block and add comment
2 files changed with 21 insertions and 22 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -93,6 +93,15 @@ nav.navbar #logo > .navbar-brand > img {
 
  margin-top: -9px;
 
  margin-right: 5px;
 
}
 
/* language bars (summary page) */
 
#lang_stats .progress-bar {
 
  min-width: 15px;
 
  border-top-right-radius: 8px;
 
  border-bottom-right-radius: 8px;
 
}
 
#lang_stats td {
 
  padding: 1px 0 !important;
 
}
 
.form-group > label {
 
  float: left;
 
}
 
@@ -757,17 +766,6 @@ table#changesets .booktag {
 
.trending_language_tbl tr {
 
  border-spacing: 1px;
 
}
 
#lang_stats .progress-bar {
 
  background-color: #577632;
 
  min-width: 15px;
 
  text-decoration: none;
 
  border-top-right-radius: 8px;
 
  border-bottom-right-radius: 8px;
 
}
 
#lang_stats table td {
 
  border-bottom: none !important;
 
  padding: 1px 0 !important;
 
}
 
h3.files_location {
 
  font-size: 1.8em;
 
  font-weight: 700;
kallithea/public/less/style.less
Show inline comments
 
@@ -101,6 +101,18 @@ nav.navbar #logo > .navbar-brand > img {
 
  margin-right: 5px;
 
}
 

	
 
/* language bars (summary page) */
 
#lang_stats {
 
  .progress-bar {
 
    min-width: 15px;
 
    border-top-right-radius: 8px;
 
    border-bottom-right-radius: 8px;
 
  }
 
  td {
 
    padding: 1px 0 !important;
 
  }
 
}
 

	
 
.form-group > label {
 
  float: left;
 
}
 
@@ -535,17 +547,6 @@ ul#summary-menu-stats {
 
.trending_language_tbl tr {
 
  border-spacing: 1px;
 
}
 
#lang_stats .progress-bar {
 
  background-color: #577632;
 
  min-width: 15px;
 
  text-decoration: none;
 
  border-top-right-radius: 8px;
 
  border-bottom-right-radius: 8px;
 
}
 
#lang_stats table td {
 
  border-bottom: none !important;
 
  padding: 1px 0 !important;
 
}
 
h3.files_location {
 
  font-size: 1.8em;
 
  font-weight: 700;
0 comments (0 inline, 0 general)