Merge pull request #973 from WhaleWatching/add_space_for_mark

Add space after table columns name, to prevent misuse when you want to m...
This commit is contained in:
Michal Čihař 2014-02-27 14:34:36 +01:00
commit ad51d8a42c

View File

@ -2615,6 +2615,10 @@ fieldset .disabled-field td {
overflow: hidden;
}
.pma_table th.draggable span {
margin-<?php echo $right; ?>: 10px;
}
.modal-copy input {
display: block;
width: 100%;