From 48287e3b94d87ce2f329e6c845d7c4fca367f13d Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Sun, 4 Mar 2007 19:18:05 +0000 Subject: [PATCH] 'merged from 1.8: MDL-8747 - added .buttons form div {display:inline} to aligen buttons beside each other' --- theme/standard/styles_layout.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 7192b16a94..7a72b25b3d 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2375,7 +2375,8 @@ body#user-index h2 { text-align: center; } -#user-view .buttons form { +#user-view .buttons form, +#user-view .buttons form div { display:inline; } -- 2.39.5