From: the_mgt Date: Sun, 3 Jul 2011 18:24:30 +0000 (+0200) Subject: Tried to fix the scrolling in #room_info and renamed contancts.png. All our images... X-Git-Tag: v8.11~628 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=9db7f27bc37e97c70711c4eb93c9607d09d39d11 Tried to fix the scrolling in #room_info and renamed contancts.png. All our images have "singular" case in their name. (task.png, not tasks.png for example!) --- diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index 3ee668a1f..cbafa5517 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -68,7 +68,7 @@ body { #room_infos, #address_book_popup, .mimepart, .room_actions form select { border: 1px solid #5C646B; - overflow: auto; + overflow: scroll; } .buttons a,.tablabel,.treetitle { diff --git a/webcit/static/webcit_icons/essen/16x16/contact.png b/webcit/static/webcit_icons/essen/16x16/contact.png new file mode 100644 index 000000000..8c9472256 Binary files /dev/null and b/webcit/static/webcit_icons/essen/16x16/contact.png differ diff --git a/webcit/static/webcit_icons/essen/16x16/contacts.png b/webcit/static/webcit_icons/essen/16x16/contacts.png deleted file mode 100644 index 8c9472256..000000000 Binary files a/webcit/static/webcit_icons/essen/16x16/contacts.png and /dev/null differ