* Copy available funds to input (amount) on Chrome browser.
* Improve style of topAvailable button.
* Show valid message immediately after copy.
* Hide link if not have funds
This commit is contained in:
Gustavo Cortez 2014-06-25 18:54:08 -03:00
commit 2de90d093e
3 changed files with 18 additions and 4 deletions

View file

@ -635,3 +635,9 @@ ul.pagination li.current a:hover, ul.pagination li.current a:focus {
color:white;
}
.input-note {
margin-top: -10px;
display: block;
margin-bottom: 1rem;
}