Changeset - 7e149192a0e9
[Not reviewed]
default
0 2 0
domruf - 8 years ago 2017-10-29 01:31:02
dominikruf@gmail.com
less: remove width style for table#permissions_manage - it looks fine without it
2 files changed with 0 insertions and 6 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -172,9 +172,6 @@ div.panel.panel-default > div.panel-head
 
  border-bottom: 1px solid #DDD;
 
  clear: both;
 
}
 
#content div.panel table#permissions_manage {
 
  width: auto;
 
}
 
#content div.panel ul.pagination {
 
  margin: 10px 0 0 0;
 
}
kallithea/public/less/style.less
Show inline comments
 
@@ -188,9 +188,6 @@ div.panel.panel-default > div.panel-head
 
  border-bottom: 1px solid #DDD;
 
  clear: both;
 
}
 
#content div.panel table#permissions_manage {
 
  width: auto;
 
}
 

	
 
#content div.panel ul.pagination {
 
  margin: 10px 0 0 0;
0 comments (0 inline, 0 general)