From d8475816014c26599b74c5910f138f7a293f4bb1 Mon Sep 17 00:00:00 2001 From: lazydaisy <lazydaisy@visible-expression.co.uk> Date: Fri, 21 Oct 2016 10:49:59 +0100 Subject: [PATCH] MDL-48350 theme_bootstrapbase: restyle action icons in docked blocks --- theme/bootstrapbase/less/moodle/dock.less | 2 ++ theme/bootstrapbase/style/moodle.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/theme/bootstrapbase/less/moodle/dock.less b/theme/bootstrapbase/less/moodle/dock.less index 9dfc80b9d3a..e55926c9acf 100644 --- a/theme/bootstrapbase/less/moodle/dock.less +++ b/theme/bootstrapbase/less/moodle/dock.less @@ -110,6 +110,8 @@ body.has_dock { font-size: 1.1em; padding: 0; margin: 0; + float: left; + max-width: 85%; } .commands { display: block; diff --git a/theme/bootstrapbase/style/moodle.css b/theme/bootstrapbase/style/moodle.css index 2747ac00fbf..9fd5bd78df3 100644 --- a/theme/bootstrapbase/style/moodle.css +++ b/theme/bootstrapbase/style/moodle.css @@ -16639,6 +16639,8 @@ body.has_dock div#dock { font-size: 1.1em; padding: 0; margin: 0; + float: left; + max-width: 85%; } #dockeditempanel .dockeditempanel_hd .commands { display: block;