X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fwebcit.css;h=37ea57889e53fe0295a22e2b227db494d18c8b98;hb=d9bf2e1004a03e0dbd8076bf6a7747aa8f360784;hp=d732223e7ddf112dbc937baa313cf508f94766dd;hpb=375c84d4ed58b49836588adf5eb62d1c6bdbc90b;p=citadel.git diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index d732223e7..37ea57889 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -853,7 +853,7 @@ div.auto_complete ul strong.highlight { width: 100%; } -.smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .downloads_background, .vcard_edit_background, .who_background { +.smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .downloads_background, .vcard_edit_background { border: 0; width: 100%; background-color: #ffffff; @@ -1020,11 +1020,11 @@ div.auto_complete ul strong.highlight { color: #000; } -.from_host { +.edit_col, .host_col { display: none; } -.who_is_online .from_host { +.who_is_online .edit_col, .who_is_online .host_col { display: block; } @@ -1046,4 +1046,15 @@ div.auto_complete ul strong.highlight { border-top: 1px solid #aaaaaa; } +table.altern { + background-color: #ffffff; + width: 100%; +} +table.altern .even { + background-color: #dddddd; +} + +table.altern .odd { + background-color: #ffffff; +}