fixes #1001 - Support downloading

This commit is contained in:
Luke Pulverenti 2015-02-06 00:39:07 -05:00
parent 0fa6a27827
commit 622daeb572
13 changed files with 73 additions and 286 deletions

View file

@ -66,6 +66,12 @@ body {
overflow-y: hidden !important;
}
.jqmButtonNoText {
padding: 3px 4px!important;
border-radius: 4px!important;
vertical-align: top;
}
.textlink {
text-decoration: none;
}