Skip to content
Snippets Groups Projects
Commit 54e1557e authored by Steven Wittens's avatar Steven Wittens
Browse files

- Increased width to 100% to reduce wasted space (and that link bar at the top...

- Increased width to 100% to reduce wasted space (and that link bar at the top was getting too wide)
parent 038b9cc1
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -54,7 +54,7 @@ function header() {
-->
</STYLE>
<BODY TEXT="#000000" BGCOLOR="<?php print $this->clc0; ?>" ALINK="#000000" LINK="#404040" VLINK="#404040" MARGINHEIGHT="10" MARGINWIDTH="10">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN=CENTER>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER" WIDTH="100%">
<TR><TD BGCOLOR="<?php print $this->cl00; ?>"><IMG SRC="themes/<?php print $this->themename; ?>/images/null.gif" WIDTH="10"></TD><TD BGCOLOR="<?php print $this->clc0; ?>"><IMG SRC="themes/<?php print $this->themename; ?>/images/null.gif" WIDTH="4"></TD>
<TD BGCOLOR="<?php print $this->cl80; ?>">
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="9" BGCOLOR="<?php print $this->cl80; ?>">
......@@ -75,7 +75,7 @@ function header() {
print "</TR></TD></TABLE>";
?></TD></TR>
<TR>
<TD VALIGN="top" WIDTH="640">
<TD VALIGN="top" WIDTH="80%">
<?php
}
......@@ -185,10 +185,10 @@ function box($subject, $content) {
function footer() {
?>
</TD>
<TD VALIGN="top" WIDTH="185">
<TD VALIGN="top" WIDTH="20%">
<?php
theme_account($this);
theme_blocks("all", $this);
theme_blocks("all", $this);
?>
</TD>
</TR>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment