changeset 7017:7e149192a0e9

less: remove width style for table#permissions_manage - it looks fine without it
author domruf <dominikruf@gmail.com>
date Sun, 29 Oct 2017 01:31:02 +0200
parents 26c20ab844cc
children e6c0425f5833
files kallithea/public/css/style.css kallithea/public/less/style.less
diffstat 2 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sun Oct 29 01:31:02 2017 +0200
+++ b/kallithea/public/css/style.css	Sun Oct 29 01:31:02 2017 +0200
@@ -172,9 +172,6 @@
   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;
 }
--- a/kallithea/public/less/style.less	Sun Oct 29 01:31:02 2017 +0200
+++ b/kallithea/public/less/style.less	Sun Oct 29 01:31:02 2017 +0200
@@ -188,9 +188,6 @@
   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;