Web client wastes tons of vertical space with two-line format

(Formally Chit Chat) Anything Goes (Almost). Should be somehow Zimbra or communication related.
Post Reply
kbulgrien
Posts: 10
Joined: Mon Nov 05, 2018 6:51 pm

Web client wastes tons of vertical space with two-line format

Post by kbulgrien »

While changing PCs I've come to realize that Zimbra Desktop has been EOL for a while. Though it occasionally (rarely) burped and had to be restarted, I very much liked it.

I've opened the Web Client, and I HATE its gratuitous waste of screen real estate. Does anyone know how to change the display format to one-line per e-mail thread like Zimbra Desktop did? I've looked around but don't see anything obvious. I guess I'll walk through the multitude of themes. The two-line format is NOT awesome.
User avatar
JDunphy
Outstanding Member
Outstanding Member
Posts: 896
Joined: Fri Sep 12, 2014 11:18 pm
Location: Victoria, BC
ZCS/ZD Version: 9.0.0_P39 NETWORK Edition

Re: Web client wastes tons of vertical space with two-line format

Post by JDunphy »

I may not be understanding what you are saying but the theme I use (hotrod) didn't work for my linux workstation with firefox because there was too much spacing. I did this:

Code: Select all

mail:~/Zimbra/patch-scripts:46> cat fix-skins.sh 
#!/bin/sh

PATH=/usr/bin:/bin:/sbin:/usr/sbin:/usr/local/bin:$PATH export PATH

#
# Note: needs to be run as root
#

theme="/opt/zimbra/jetty/webapps/zimbra/skins/hotrod/skin.properties"

# Only add if not present
grep "JAD" $theme > /dev/null 2>&1
if [ $? -ne 0 ]; then
su zimbra -c 'echo "
#JAD 
# Actual line-to-line spacing is 2px more than this 
ListItemHeight = height:16px; 
TreeItemHeight = height:16px;" ' >> $theme
fi

su - zimbra -c "/opt/zimbra/bin/zmprov flushCache skin"

exit 0
I have to do this sometimes after updates and upgrades of course. We didn't see this spacing problem with other platforms but perhaps this gives you an idea of a workaround if this is the spacing problem you are talking about.

HTH,

Jim
User avatar
L. Mark Stone
Ambassador
Ambassador
Posts: 2799
Joined: Wed Oct 09, 2013 11:35 am
Location: Portland, Maine, US
ZCS/ZD Version: 10.0.7 Network Edition
Contact:

Re: Web client wastes tons of vertical space with two-line format

Post by L. Mark Stone »

If you really want to go very deep indeed down the Themes rabbit hole in the Classic web UI, this link is for you:

https://files.zimbra.com/docs/skins/Themes.html

Hope that helps,
Mark
___________________________________
L. Mark Stone
Mission Critical Email - Zimbra VAR/BSP/Training Partner https://www.missioncriticalemail.com/
AWS Certified Solutions Architect-Associate
Post Reply