From 87bc6c06d4b3a12e2afbb34cc7da31c51f6517b0 Mon Sep 17 00:00:00 2001 From: Simon Chenard Date: Wed, 3 Dec 2014 14:31:38 -0500 Subject: [PATCH] small CSS fix for the radio button image --- src/HTMLRenderer/form.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HTMLRenderer/form.cc b/src/HTMLRenderer/form.cc index 5ac3054..b8b0521 100644 --- a/src/HTMLRenderer/form.cc +++ b/src/HTMLRenderer/form.cc @@ -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 << "\">" << endl; }