Merge pull request #969 from yemel/feature/address-external-link

Open bitcoin url in external app
This commit is contained in:
Matias Alejo Garcia 2014-07-30 09:55:33 -03:00
commit d62883e88f
4 changed files with 19 additions and 3 deletions

View file

@ -897,6 +897,10 @@ button.gray:focus,
margin-left: 0;
}
.pointer {
cursor: pointer;
}
.video-box {
width: 70px;
text-align: center;