Changeset - 0b9db9c27399
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-27 21:59:10
dominikruf@gmail.com
less: remove style that is covered by the default/bootstrap style
2 files changed with 0 insertions and 28 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -157,23 +157,9 @@ div.panel.panel-default > div.panel-head
 
  border-bottom: 1px solid #DDD;
 
  clear: both;
 
}
 
#content div.panel div.form div.form-group > label {
 
  color: #393939;
 
  font-weight: 700;
 
}
 
.reviewer_ac {
 
  padding: 10px;
 
}
 
#content div.panel table.table {
 
  border: 1px solid transparent;
 
}
 
#content div.panel table {
 
  border-collapse: separate;
 
  margin: 0;
 
  padding: 0;
 
  border: 1px solid #eee;
 
  border-radius: 4px;
 
}
 
#content div.panel table#permissions_manage {
 
  width: auto;
 
}
kallithea/public/less/style.less
Show inline comments
 
@@ -165,23 +165,9 @@ div.panel.panel-default > div.panel-head
 
  border-bottom: 1px solid #DDD;
 
  clear: both;
 
}
 
#content div.panel div.form div.form-group > label {
 
  color: #393939;
 
  font-weight: 700;
 
}
 
.reviewer_ac {
 
  padding: 10px;
 
}
 
#content div.panel table.table {
 
  border: 1px solid transparent;
 
}
 
#content div.panel table {
 
  border-collapse: separate;
 
  margin: 0;
 
  padding: 0;
 
  border: 1px solid #eee;
 
  border-radius: 4px;
 
}
 
#content div.panel table#permissions_manage {
 
  width: auto;
 
}
0 comments (0 inline, 0 general)