From: Thierry Pasqualier Date: Sun, 12 Aug 2007 08:02:58 +0000 (+0000) Subject: wholist screen : cleaning CSS / HTML codes X-Git-Tag: v7.86~3152 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=3c6c2af54e9d9da684b88a905cac9e8b3589511e wholist screen : cleaning CSS / HTML codes --- diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 3ed5f6c81..9cd12ebc6 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -242,6 +242,14 @@ li.start_page { /* overflow-x: hidden; */ } +.service { + text-align: center; +} + +.instructions { + +} + #message_list_hdr { position:fixed; display:block; @@ -910,25 +918,6 @@ div.auto_complete ul strong.highlight { background-color: #ffffff; } -.auth_banner, .event_banner, .floors_banner, .calendar_banner, .graphics_banner, .inetconf_banner, .listsub_banner { - border: 0; - width: 100%; - background-color: #444455; -} - -.netconf_banner, .paging_banner, .preferences_banner, .roomops_banner, .setup_banner, .sieve_banner, .siteconfig_banner { - border: 0; - width: 100%; - background-color: #444455; -} - -.smtpqueue_banner, .useredit_banner, .userlist_banner, .downloads_banner, .vcard_edit_banner, .who_banner, .room_banner { - border: 0; - width: 100%; - background-color: #444455; -} - - .vcard_edit_background_alt, .roomops_background_alt { border: 0; width: 100%; @@ -937,7 +926,7 @@ div.auto_complete ul strong.highlight { .box { - width: 100%; + width: 98%; padding: 0px; background-color: #FFFFFF; } @@ -1692,7 +1681,7 @@ div.auto_complete ul strong.highlight { table.altern { background-color: #ffffff; - width: 100%; + width: 98%; } table.altern .even { diff --git a/webcit/who.c b/webcit/who.c index 959abc962..11fac94a8 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -153,18 +153,19 @@ void who(void) wprintf(""); wprintf(""); - wprintf("
\n"); - - wprintf("
"); + wprintf("
\n"); + wprintf("
"); + wprintf("
"); + wprintf("
"); who_inner_div(); - wprintf("
\n"); + wprintf("
"); - wprintf("
"); + wprintf("
"); wprintf(_("Click on a name to read user info. Click on %s " "to send an instant message to that user."), "\"(p)\"" ); - wprintf("
\n"); + wprintf("
\n"); /** * JavaScript to make the ajax refresh happen: @@ -175,7 +176,7 @@ void who(void) */ wprintf( " \n" );