From 037af6890fe6fdb84a08d3c86083e847c90ec0ad Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 22 Oct 2013 08:17:26 -0400 Subject: [PATCH] Fix vulnerability in handling _session argument of utils/save-prefs (#1489382) --- skins/larry/mail.css | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/skins/larry/mail.css b/skins/larry/mail.css index e7e33a4..0f7752a 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1228,6 +1228,19 @@ text-overflow: ellipsis; } +#contacts-table td.contactgroup a { + color: #376572; + text-decoration: none; +} + +#contacts-table td.contactgroup a span { + display: inline-block; + font-size: 16px; + font-weight: bold; + line-height: 11px; + margin-left: 0.3em; +} + #contacts-table tr:first-child td { border-top: 0; } -- Gitblit v1.9.1