We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b73fcd commit 9938ea0Copy full SHA for 9938ea0
ajaxCRUD.class.php
@@ -6,7 +6,7 @@
6
*/
7
8
/************************************************************************/
9
- /* ajaxCRUD.class.php v8.9 */
+ /* ajaxCRUD.class.php v8.91 */
10
/* =========================== */
11
/* Copyright (c) 2013 by Loud Canvas Media (arts@loudcanvas.com) */
12
/* http://www.ajaxcrud.com by http://www.loudcanvas.com */
@@ -1847,7 +1847,7 @@ function showTable(){
1847
$table_html .= "</tr>";
1848
1849
if ($this->orientation == 'vertical'){
1850
- $table_html .= "<tr><td colspan='2' style='border-top: 1px silver solid;' ></td></tr>\n";
+ $table_html .= "<tr><td colspan='2' style='border-top: 4px silver solid;' ></td></tr>\n";
1851
}
1852
1853
0 commit comments