showbuttons: bottom, fix #198

This commit is contained in:
vitalets
2013-04-24 10:00:56 +04:00
parent b9977b25bb
commit 458e11cbfe
4 changed files with 20 additions and 4 deletions

View File

@@ -17,6 +17,12 @@
*display: inline;
}
.editable-buttons.editable-buttons-bottom {
display: block;
margin-top: 7px;
margin-left: 0;
}
.editable-input {
vertical-align: top;
display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */