1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-16 03:24:01 +02:00

Allow moving select columns

This commit is contained in:
Jakub Vrana
2013-05-20 18:49:00 -07:00
parent 7be9d5c7ca
commit d812af573e
3 changed files with 4 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ input.default { box-shadow: 1px 1px 1px #777; }
.icon { width: 18px; height: 18px; }
.size { width: 6ex; }
.help { cursor: help; }
.move { cursor: move; }
.pages { position: fixed; bottom: 0; left: 21em; padding: 5px; background: #ddf; border: 1px solid #999; }
#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; }