1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-12-21 20:50:07 +00:00

small CSS fix for the radio button image

This commit is contained in:
Simon Chenard 2014-12-03 14:31:38 -05:00
parent c9201c6a1d
commit 87bc6c06d4

View File

@ -65,7 +65,7 @@ void HTMLRenderer::process_form(ofstream & out)
<< " style=\"position: absolute; left: " << x1
<< "px; bottom: " << y1 << "px;"
<< " width: " << width << "px; height: "
<< std::to_string(height) << "px; \" class=\""
<< std::to_string(height) << "px; background-size: cover;\" class=\""
<< CSS::INPUT_RADIO_CN << "\"></div>" << endl;
}