From: moodler Date: Thu, 11 Jan 2007 08:11:34 +0000 (+0000) Subject: Fixed some buggy css for user view buttons X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d2f9ab166748e9f69cc72e09050351a860ce2a49;p=moodle.git Fixed some buggy css for user view buttons --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 446bef45ff..c945ec0a95 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2046,12 +2046,13 @@ body#user-index h2 { text-align: center; } -#user-view .buttons { +#user-view .buttons, +#user-index .buttons { text-align: center; } -#user-view .buttons .form { - display: inline; +#user-view .buttons form { + display:inline; } body#user-index #longtimenosee,