diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-23 17:31:55 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-04-23 17:31:55 +0000 |
| commit | 95a80cea4ae95a556e6a3ef82779a0f8c1275f6d (patch) | |
| tree | 7793658e03e4180b1746870888cea1b4931cd221 /roundcubemail/program | |
| parent | 14190c2d174d68ddcb0063817fcc21dc2fa1fc47 (diff) | |
- small css fixes in login form, boxes and subscription list
git-svn-id: https://svn.roundcube.net/trunk@2418 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/js/app.js | 1 |
1 files changed, 0 insertions, 1 deletions
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, ''); |
