From 228b37f372187c86ac407eb318a038e61ea65957 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Tue, 9 Jun 2015 21:20:55 +0200 Subject: [PATCH] fix tables --- app/assets/stylesheets/zammad.css.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index 0f365c836..f7899956d 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -463,6 +463,7 @@ span[data-tooltip]:hover:before { } table { + table-layout: fixed; } .table { @@ -4093,6 +4094,8 @@ footer { } .user-list { + table-layout: auto; + tr:hover .switchView { visibility: visible; } @@ -4486,6 +4489,10 @@ footer { background: white; } +.userSearch { + margin: 0 0 20px; +} + .userSearch .tabs { margin: 0; }