From: Andrew Dolgov Date: Sat, 10 Dec 2011 18:21:54 +0000 (+0400) Subject: misc layout fixes X-Git-Tag: 1.5.8~38 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=a299881140a256317dfa394489789bd1eea507d5 misc layout fixes --- diff --git a/digest.php b/digest.php index a2c350af..f3879ace 100644 --- a/digest.php +++ b/digest.php @@ -91,3 +91,4 @@ + diff --git a/functions.js b/functions.js index 926e155c..15f645c2 100644 --- a/functions.js +++ b/functions.js @@ -638,7 +638,7 @@ function displayHelpInfobox(topic_id) { var url = "backend.php?op=help&tid=" + param_escape(topic_id); - var w = window.open(url, "ttrss_help", + window.open(url, "ttrss_help", "status=0,toolbar=0,location=0,width=450,height=500,scrollbars=1,menubar=0"); } diff --git a/help/3.php b/help/3.php index 45143dce..fa2ee458 100644 --- a/help/3.php +++ b/help/3.php @@ -1,6 +1,6 @@

-
+

diff --git a/help/4.php b/help/4.php index b3333f23..4cf3a126 100644 --- a/help/4.php +++ b/help/4.php @@ -1,6 +1,6 @@

-
+

diff --git a/login_form.php b/login_form.php index 5810c5ce..04ca3e6d 100644 --- a/login_form.php +++ b/login_form.php @@ -116,7 +116,7 @@ function validateLoginForm(f) {
- +
diff --git a/register.php b/register.php index 43e6b912..19fce711 100644 --- a/register.php +++ b/register.php @@ -225,7 +225,7 @@
@@ -147,7 +147,7 @@ function validateLoginForm(f) {
-
+ disabled="disabled" onclick='return validateRegForm()'>
diff --git a/tt-rss.css b/tt-rss.css index fe6d8835..06ec3bc0 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -827,6 +827,7 @@ span.debugTS { table.loginForm2 { padding : 1em; + width : 100%; } table.loginForm2 .loginTop {