]> git.joonet.de Git - adminer.git/commitdiff
Add space to Load More link
authorJakub Vrana <jakub@vrana.cz>
Thu, 6 Mar 2014 18:11:11 +0000 (10:11 -0800)
committerJakub Vrana <jakub@vrana.cz>
Thu, 6 Mar 2014 18:11:11 +0000 (10:11 -0800)
adminer/select.inc.php
adminer/static/default.css

index 6367e9a54a10f23b282da25c077beb2702b91027..3e70feb651aad2bb75214de3110680f920c1104c 100644 (file)
@@ -470,7 +470,7 @@ if (!$columns && support("table")) {
                                                );
                                        }
                                        echo (($found_rows === false ? count($rows) + 1 : $found_rows - $page * $limit) > $limit
-                                               ? ' <a href="' . h(remove_from_uri("page") . "&page=" . ($page + 1)) . '" onclick="return !selectLoadMore(this, ' . (+$limit) . ', \'' . lang('Loading') . '...\');">' . lang('Load more data') . '</a>'
+                                               ? ' <a href="' . h(remove_from_uri("page") . "&page=" . ($page + 1)) . '" onclick="return !selectLoadMore(this, ' . (+$limit) . ', \'' . lang('Loading') . '...\');" class="loadmore">' . lang('Load more data') . '</a>'
                                                : ''
                                        );
                                } else {
index 2fe601f81f9943a0e3707283b0e3d11fe2e23f30..63f5b93c4f2c467240af492c7a2603ccb30b8562 100644 (file)
@@ -58,6 +58,7 @@ input.required { box-shadow: 1px 1px 1px red; }
 .pages { position: fixed; bottom: 0; left: 21em; padding: 5px; background: #ddf; border: 1px solid #999; }
 .links a { white-space: nowrap; margin-right: 20px; }
 .logout { margin-top: .5em; position: absolute; top: 0; right: 0; }
+.loadmore { margin-left: 1ex; }
 #menu { position: absolute; margin: 10px 0 0; padding: 0 0 30px 0; top: 2em; left: 0; width: 19em; }
 #menu p { padding: .8em 1em; margin: 0; border-bottom: 1px solid #ccc; }
 #dbs { overflow: hidden; }