# HG changeset patch # User Søren Løvborg # Date 2017-02-16 16:09:53 # Node ID 8d57723ffc3032358d40f36990bc479afcb7b19b # Parent 56bce741176f8ba27450647e4df618b2fbcaad3b css: don't force permission tables to 100% width They become visually really awkward, with the None/Read/Write/Admin columns spanning most of the table width. diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -964,6 +964,9 @@ div.form div.form-horizontal div.form-gr border: 1px solid #eee; border-radius: 4px; } +#content div.panel table#permissions_manage { + width: auto; +} #content div.panel table th { background: #eee;