From be9d2980ebd2d3aea980ea29c4416ce4ab6237d9 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 14 Apr 2005 09:29:25 +0000 Subject: [PATCH] Some styles for messaging --- theme/standard/styles_fonts.css | 10 ++++++++++ theme/standard/styles_layout.css | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index adf14e79dad..11660abed69 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -353,6 +353,16 @@ body#doc-contents ul { .message .content { } +#message-user .commands span { + font-size:0.7em; + white-space:nowrap; +} + +#message-user .name { + font-weight: bold; + font-size:1.1em; +} + /*** *** Tabs diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 8f6f6f776c2..51177db8888 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -781,6 +781,11 @@ table.message_search_results td { text-align:center; } +#message-user .commands span { + margin-left:10px; + margin-right:10px; +} + /*** *** Tabs