From: Dan Brown Date: Wed, 9 Mar 2016 23:23:28 +0000 (+0000) Subject: Fixed firefox list editing bug and made button text size more consistent X-Git-Tag: v0.8.0~1^2~6 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/e9c213f80316f02f6ae89e3d536ad77497125f9d Fixed firefox list editing bug and made button text size more consistent Fixes #77 --- diff --git a/resources/assets/sass/_html.scss b/resources/assets/sass/_html.scss index 0eb945e1c..07ffb10a6 100644 --- a/resources/assets/sass/_html.scss +++ b/resources/assets/sass/_html.scss @@ -13,6 +13,10 @@ body { -webkit-font-smoothing: antialiased; } +button { + font-size: 100%; +} + table { min-width: 100px; td { diff --git a/resources/assets/sass/_text.scss b/resources/assets/sass/_text.scss index 86150e94b..f76fa4d01 100644 --- a/resources/assets/sass/_text.scss +++ b/resources/assets/sass/_text.scss @@ -217,20 +217,22 @@ p.secondary, p .secondary, span.secondary, .text-secondary { span.highlight { //background-color: rgba($primary, 0.2); font-weight: bold; - //padding: 2px 4px; + padding: 2px 4px; } /* * Lists */ ul { - padding-left: $-m * 1.5; - list-style: disc inside; + padding-left: $-m * 1.3; + list-style: disc; + overflow: hidden; } ol { - list-style: decimal inside; - padding-left: $-m * 1.5; + list-style: decimal; + padding-left: $-m * 1.3; + overflow: hidden; } /*