Summary | width of selected_addresses and search_result |
Queue | IMP |
Queue Version | 6.1.6 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | samuel.wolf (at) wolf-maschinenbau (dot) de |
Created | 11/20/2013 (4250 days ago) |
Due | |
Updated | 04/01/2014 (4118 days ago) |
Assigned | |
Resolved | 04/01/2014 (4118 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 0edb50827e27f85311fe4e8d0a69cbfd8e6367f8
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Mar 31 23:36:23 2014 -0600
Tweaked default size of contacts popup (
Request #12851)imp/js/compose-dimp.js | 2 +-
imp/templates/contacts/contacts.html.php | 8 ++++----
imp/themes/default/screen.css | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/0edb50827e27f85311fe4e8d0a69cbfd8e6367f8
is defined?
#contactstable CSS rules
the compose window.
State ⇒ Feedback
the compose window.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ width of selected_addresses and search_result
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ New
the search result, but the table is to small.
Found the width of the table in imp/themes/default/screen.css
#contactstable #search_results, #contactstable #selected_addresses {
width: 200px;
Width of 350px is perfect, unfortunately the window is to small and I
do not found the code which size the address book window width.
With the screens today it should not be a problem with a default of 350px.