From 9db7f27bc37e97c70711c4eb93c9607d09d39d11 Mon Sep 17 00:00:00 2001 From: the_mgt Date: Sun, 3 Jul 2011 20:24:30 +0200 Subject: [PATCH] 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!) --- webcit/static/styles/webcit.css | 2 +- .../essen/16x16/{contacts.png => contact.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename webcit/static/webcit_icons/essen/16x16/{contacts.png => contact.png} (100%) 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/contacts.png b/webcit/static/webcit_icons/essen/16x16/contact.png similarity index 100% rename from webcit/static/webcit_icons/essen/16x16/contacts.png rename to webcit/static/webcit_icons/essen/16x16/contact.png -- 2.30.2