From 35e1abcde7f5187090aa4548a720f2580d6ca326 Mon Sep 17 00:00:00 2001 From: Andrew Robert Nicols Date: Mon, 21 May 2012 12:25:34 +0100 Subject: [PATCH] MDL-33137 Add styling to activity chooser buttons --- theme/base/style/core.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index ceb387d10c2..c38d5fd20db 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -930,6 +930,11 @@ sup {vertical-align: super;} text-align: center; } +#choosercontainer #chooseform .submitbuttons input { + min-width: 100px; + margin: 0px 0.5em; +} + /* Various settings for the options area */ #choosercontainer #chooseform .options { position: relative;