From f055b12f3ef5a15f1562869fcf5ecf00c94f2f7a Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 23 Apr 2009 13:31:55 -0400
Subject: [PATCH] - small css fixes in login form, boxes and subscription list

---
 program/js/app.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index 65b7c83..bc39bdb 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -3008,7 +3008,6 @@
       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, '');

--
Gitblit v1.9.1