Skip to content

Commit 9938ea0

Browse files
committed
vertical display revision
differentiating rows a bit more when in vert mode
1 parent 7b73fcd commit 9938ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ajaxCRUD.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
/************************************************************************/
9-
/* ajaxCRUD.class.php v8.9 */
9+
/* ajaxCRUD.class.php v8.91 */
1010
/* =========================== */
1111
/* Copyright (c) 2013 by Loud Canvas Media (arts@loudcanvas.com) */
1212
/* http://www.ajaxcrud.com by http://www.loudcanvas.com */
@@ -1847,7 +1847,7 @@ function showTable(){
18471847
$table_html .= "</tr>";
18481848

18491849
if ($this->orientation == 'vertical'){
1850-
$table_html .= "<tr><td colspan='2' style='border-top: 1px silver solid;' ></td></tr>\n";
1850+
$table_html .= "<tr><td colspan='2' style='border-top: 4px silver solid;' ></td></tr>\n";
18511851
}
18521852

18531853

0 commit comments

Comments
 (0)