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/classic/settings.css | 20 -------------------- 1 files changed, 0 insertions(+), 20 deletions(-) diff --git a/skins/classic/settings.css b/skins/classic/settings.css index 336422e..c918e3c 100644 --- a/skins/classic/settings.css +++ b/skins/classic/settings.css @@ -34,11 +34,6 @@ height: 18px; } -#identities-table tbody tr.readonly td -{ - font-style: italic; -} - #subscription-table tr.virtual td { color: #666; @@ -86,19 +81,10 @@ } #identity-details table td.title, -#response-details table td.title, #folder-details table td.title { font-weight: bold; text-align: right; -} - -#response-details table td.title -{ - text-align: left; - vertical-align: top; - width: 140px; - padding-top: 5px; } #bottomboxes @@ -159,12 +145,6 @@ white-space: nowrap; text-align: right; float: right; -} - -#formfooter .footerindent -{ - padding: 10px 0; - margin-left: 155px; } #quota -- Gitblit v1.9.1