From fe96447b2bc9cb4a7fe1a5c36fc76d5fe2560b5f Mon Sep 17 00:00:00 2001 From: Charles Fulton Date: Tue, 23 Jul 2013 17:36:55 -0700 Subject: [PATCH] MDL-38759 mod_choice: use inline-block for horizontal choices --- mod/choice/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/choice/styles.css b/mod/choice/styles.css index bdca951939d..7c3ba479f60 100644 --- a/mod/choice/styles.css +++ b/mod/choice/styles.css @@ -15,7 +15,7 @@ .path-mod-choice .horizontal, .path-mod-choice .vertical {margin-left: 10%;margin-right: 10%;} -.path-mod-choice .horizontal .choices .option {padding-right:20px;display:inline; white-space: normal;} +.path-mod-choice .horizontal .choices .option {padding-right: 20px; display: inline-block; white-space: normal;} .path-mod-choice .horizontal .choices .button {margin-top: 10px;} .path-mod-choice ul.choices li {list-style:none;} .path-mod-choice .results { text-align: center;}