fix styling for ordering questgroups (fixes issue #32)

This commit is contained in:
coderkun 2015-03-10 10:00:58 +01:00
commit 055943ed96
3 changed files with 14 additions and 10 deletions

View file

@ -52,6 +52,7 @@ table{border-collapse:collapse;border-spacing:0}
.cf:after{clear:both}
.cf{zoom:1}
.cb{clear:both}
li.cf .qgorder{padding:20px}
.wrap{margin:0 5%;max-height:999999px;min-height:1px}
@ -115,6 +116,7 @@ aside{display:none}
.qglist .qgtitle .solved .fa{color:#bcd75e}
.qglist .qgtitle .bonus{background:#f5821f}
.qglist .qgtitle .bonus:hover{background:#f68e34}
.qgorder{float:right}
.qtextbox{font-size:.875em;border-radius:5px;background:#fff;border:15px solid #fff;max-height:200px;overflow:hidden}
.qtext{padding-right:15px}