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 |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/skins/classic/settings.css b/skins/classic/settings.css
index 8758c57..c918e3c 100644
--- a/skins/classic/settings.css
+++ b/skins/classic/settings.css
@@ -81,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
@@ -154,12 +145,6 @@
   white-space: nowrap;
   text-align: right;
   float: right;
-}
-
-#formfooter .footerindent
-{
-  padding: 10px 0;
-  margin-left: 155px;
 }
 
 #quota

--
Gitblit v1.9.1