From 6778444968a08ad4fac2cca8e5c8ea3d77dd1073 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Fri, 16 Sep 2011 21:29:21 +0000 Subject: [PATCH] Fix issue where a long line of icons doesn't properly wrap down to the next line - sometimes icons 'hang' on the icon to the left --- themes/advanced/skins/unl/ui.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/advanced/skins/unl/ui.css b/themes/advanced/skins/unl/ui.css index 7c7574e..8e1836e 100644 --- a/themes/advanced/skins/unl/ui.css +++ b/themes/advanced/skins/unl/ui.css @@ -224,7 +224,7 @@ background: none repeat scroll 0 0 transparent; display: block; height: 24px; - margin: 0 2px; + margin: 1px 2px; overflow: hidden; width: 1px; } @@ -321,6 +321,7 @@ /* SplitButton */ .unlSkin .mceSplitButton { height: 20px; + margin: 1px; } .unlSkin .mceSplitButton a, .unlSkin .mceSplitButton span { -- GitLab