Tweaks for big green buttons

Make the images larger, and switch to display: inline-block so that we
get better behaviour with line wrapping.
This commit is contained in:
Jermolene 2015-03-30 20:20:42 +01:00
parent 33953f2634
commit b9a2150f4e
1 changed files with 3 additions and 2 deletions

View File

@ -286,6 +286,7 @@ button svg, button img {
}
.tc-btn-big-green {
display: inline-block;
padding: 8px;
margin: 4px 8px 4px 8px;
background: <<colour download-background>>;
@ -299,8 +300,8 @@ button svg, button img {
.tc-btn-big-green svg,
.tc-btn-big-green img {
height: 1em;
width: 1em;
height: 2em;
width: 2em;
vertical-align: middle;
}