MDL-38759 mod_choice: use inline-block for horizontal choices

This commit is contained in:
Charles Fulton
2013-07-23 17:36:55 -07:00
parent ffc3f5308b
commit fe96447b2b
+1 -1
View File
@@ -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;}