From f36346d45a8f1bc90fe852df78547795c6f8f64f Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Thu, 08 Jan 2015 04:41:05 -0500 Subject: [PATCH] - Layout fixes (column width and alignment) --- interface/web/themes/default/assets/stylesheets/ispconfig.css | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/interface/web/themes/default/assets/stylesheets/ispconfig.css b/interface/web/themes/default/assets/stylesheets/ispconfig.css index a0fa9e4..e173439 100644 --- a/interface/web/themes/default/assets/stylesheets/ispconfig.css +++ b/interface/web/themes/default/assets/stylesheets/ispconfig.css @@ -264,7 +264,9 @@ width: 14%; } thead.dark th.tiny-col { - width: 7%; } + width: 8%; + overflow: hidden; + text-overflow: ellipsis; } thead.dark td input, thead.dark td select { -- Gitblit v1.9.1