From 95a80cea4ae95a556e6a3ef82779a0f8c1275f6d Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 23 Apr 2009 17:31:55 +0000 Subject: - small css fixes in login form, boxes and subscription list git-svn-id: https://svn.roundcube.net/trunk@2418 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 1 - 1 file changed, 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 65b7c835d..bc39bdbfb 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -3008,7 +3008,6 @@ function rcube_webmail() var reg = new RegExp('.*['+RegExp.escape(this.env.delimiter)+']'); this.name_input = document.createElement('INPUT'); this.name_input.value = this.env.subscriptionrows[id][0].replace(reg, ''); - this.name_input.style.width = '100%'; reg = new RegExp('['+RegExp.escape(this.env.delimiter)+']?[^'+RegExp.escape(this.env.delimiter)+']+$'); this.name_input.__parent = this.env.subscriptionrows[id][0].replace(reg, ''); -- cgit v1.2.3