summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-10 22:21:54 +0400
committerAndrew Dolgov <[email protected]>2011-12-10 22:21:54 +0400
commita299881140a256317dfa394489789bd1eea507d5 (patch)
tree44ed1e600d3c9dac5e8f743720578f660c7e3270
parent0bfbf1c2353dea912f9e38c0175fb5bca14691d7 (diff)
misc layout fixes
-rw-r--r--digest.php1
-rw-r--r--functions.js2
-rw-r--r--help/3.php2
-rw-r--r--help/4.php2
-rw-r--r--login_form.php4
-rw-r--r--register.php2
-rw-r--r--tt-rss.css1
7 files changed, 8 insertions, 6 deletions
diff --git a/digest.php b/digest.php
index a2c350afe..f3879ace2 100644
--- a/digest.php
+++ b/digest.php
@@ -91,3 +91,4 @@
</div>
</body>
+</html>
diff --git a/functions.js b/functions.js
index 926e155cc..15f645c2e 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 45143dcef..fa2ee4582 100644
--- a/help/3.php
+++ b/help/3.php
@@ -1,6 +1,6 @@
<h1><?php echo __("Keyboard Shortcuts") ?></h1>
- <table width='100%'><tr><td width='50%' valign='top'>
+ <table style='width : 100%'><tr><td style='width : 50%' valign='top'>
<h2><?php echo __("Navigation") ?></h2>
diff --git a/help/4.php b/help/4.php
index b3333f23f..4cf3a1261 100644
--- a/help/4.php
+++ b/help/4.php
@@ -1,6 +1,6 @@
<h1><?php echo __("Keyboard Shortcuts") ?></h1>
-<table width='100%'><tr><td width='50%' valign='top'>
+<table style='width : 100%'><tr><td style='width : 50%' valign='top'>
<h2><?php echo __("Go to...") ?></h2>
diff --git a/login_form.php b/login_form.php
index 5810c5cef..04ca3e6d0 100644
--- a/login_form.php
+++ b/login_form.php
@@ -116,7 +116,7 @@ function validateLoginForm(f) {
<form action="" method="POST" id="loginForm" name="loginForm" onsubmit="return validateLoginForm(this)">
<input type="hidden" name="login_action" value="do_login">
-<table width="100%" class="loginForm2">
+<table class="loginForm2">
<tr>
<td class="loginTop" valign="bottom" align="left">
<img src="images/logo_wide.png">
@@ -147,7 +147,7 @@ function validateLoginForm(f) {
<tr><td align="right"><?php echo __("Profile:") ?></td>
<td align="right" id="profile_box">
- <select style='width : 100%' disabled='1'>
+ <select style='width : 100%' disabled='disabled'>
<option><?php echo __("Default profile") ?></option></select>
</td></tr>
diff --git a/register.php b/register.php
index 43e6b9129..19fce7113 100644
--- a/register.php
+++ b/register.php
@@ -225,7 +225,7 @@
<input name="turing_test"></td></tr>
<tr><td colspan="2" align="right">
<input type="submit" name="sub_btn" value="<?php echo __('Submit registration') ?>"
- disabled="true" onclick='return validateRegForm()'>
+ disabled="disabled" onclick='return validateRegForm()'>
</td></tr>
</table>
</form>
diff --git a/tt-rss.css b/tt-rss.css
index fe6d88353..06ec3bc01 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -827,6 +827,7 @@ span.debugTS {
table.loginForm2 {
padding : 1em;
+ width : 100%;
}
table.loginForm2 .loginTop {