Layout improvements. Change default inner padding for html_frame_start() from 5 to 0, this
lets us eliminate the white spacing between frames and their contents. Add in a div.default_container class that has a 5px padding to replace the now not present default spacing.
This commit is contained in:
@@ -276,7 +276,7 @@ class Url {
|
||||
|
||||
$sReturn .= html_frame_start("URLs", "90%", "", 0);
|
||||
$sReturn .= "<form method=\"post\" action=\"$sFormAction\">\n";
|
||||
$sReturn .= html_table_begin("width=100%");
|
||||
$sReturn .= html_table_begin("border=0 cellpadding=5 cellspacing=0 width=100%");
|
||||
$sReturn .= html_tr(array(
|
||||
array("<b>Remove</b>", "width=\"90\""),
|
||||
"<b>Description</b>",
|
||||
|
||||
Reference in New Issue
Block a user