From cd072acba40b59634cf43fc61681b42ebca69eaa Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Fri, 24 Jan 2014 06:21:25 -0500
Subject: [PATCH] changed the regex; new line at the end is allowed - prevents problems when using cut&paste for the private-key in the interface

---
 interface/web/themes/default_combobox/css/additional.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/web/themes/default_combobox/css/additional.css b/interface/web/themes/default_combobox/css/additional.css
index 639320b..be7769b 100644
--- a/interface/web/themes/default_combobox/css/additional.css
+++ b/interface/web/themes/default_combobox/css/additional.css
@@ -1,4 +1,4 @@
-table.list td {min-width:32px}
+.list button.ui-widget{position:absolute}
 
 /*
  * jQuery UI CSS Framework 1.8.16
@@ -150,4 +150,4 @@
 .ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
 
 /* workarounds */
-button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
+button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
\ No newline at end of file

--
Gitblit v1.9.1