changeset 6506:8d57723ffc30

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.
author Søren Løvborg <sorenl@unity3d.com>
date Thu, 16 Feb 2017 16:09:53 +0100
parents 56bce741176f
children eb9b95e835cb
files kallithea/public/css/style.css
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Thu Feb 16 15:48:34 2017 +0100
+++ b/kallithea/public/css/style.css	Thu Feb 16 16:09:53 2017 +0100
@@ -964,6 +964,9 @@
     border: 1px solid #eee;
     border-radius: 4px;
 }
+#content div.panel table#permissions_manage {
+    width: auto;
+}
 
 #content div.panel table th {
     background: #eee;