Return-Path: X-Original-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6436BDC3F for ; Mon, 24 Sep 2012 15:46:34 +0000 (UTC) Received: (qmail 57468 invoked by uid 500); 24 Sep 2012 15:46:34 -0000 Delivered-To: apmail-incubator-bloodhound-dev-archive@incubator.apache.org Received: (qmail 57435 invoked by uid 500); 24 Sep 2012 15:46:34 -0000 Mailing-List: contact bloodhound-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-dev@incubator.apache.org Received: (qmail 57427 invoked by uid 99); 24 Sep 2012 15:46:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 15:46:34 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gary.martin@wandisco.com designates 209.85.215.175 as permitted sender) Received: from [209.85.215.175] (HELO mail-ey0-f175.google.com) (209.85.215.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 15:46:26 +0000 Received: by eaac1 with SMTP id c1so170939eaa.6 for ; Mon, 24 Sep 2012 08:46:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=TfihGMHu5etWSyQyrWKoIPmhQ0XB0Rd4w5cIr8J4kAo=; b=U7f36iKaXuG0MbTyBF3P0LaAescfP07VjKGMvuyn66otW3xKmgIHl/jqB8aBvNHNRB Ud59af9oLPj3rACGHjfUooL+XveMKyjb9zqh/CfjBsksRvFx6sQqib4mKerAeSz/HEhm 0Y9balT594+Tn4yBjzuCbHMY1jB2GcqzPZ+hi62c3NAA5DTq75Snvo1TSrjaR28+M/tY m/maEVzewzIyUFVLJq0W7IDEK52GcK4YZRf/+dG90DQq0JvhTp/h3FRjjehaEhXrZGVy VX2V6w5qVD7O2P0/NjG3wmbWIpLEtUtt6cJ9wPJdVZAgKshQGm4lSSLX5yYXmPo5ekuR UF3Q== Received: by 10.14.219.198 with SMTP id m46mr15113567eep.18.1348501564386; Mon, 24 Sep 2012 08:46:04 -0700 (PDT) Received: from [10.2.5.106] ([77.86.30.139]) by mx.google.com with ESMTPS id m42sm44752572eep.16.2012.09.24.08.46.03 (version=SSLv3 cipher=OTHER); Mon, 24 Sep 2012 08:46:03 -0700 (PDT) Message-ID: <5060803A.9020207@wandisco.com> Date: Mon, 24 Sep 2012 16:46:02 +0100 From: Gary Martin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: bloodhound-dev@incubator.apache.org Subject: Re: [Apache Bloodhound] #203: Wiki toolbar not visible References: <055.67ff551fc27e676a95fe7f7c18c2010d@incubator.apache.org> <070.5046e1facfe530901e235f08e6283425@incubator.apache.org> In-Reply-To: <070.5046e1facfe530901e235f08e6283425@incubator.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQn26ln8wJiJTyNWvEDawEb6rjrxA/bV6iX4hKh3ywHHwEBmpW2fA4V5Utj/5VEDjuzSy4Xf X-Virus-Checked: Checked by ClamAV on apache.org On 09/24/2012 04:42 PM, Apache Bloodhound wrote: > #203: Wiki toolbar not visible > ------------------------+------------------------- > Reporter: olemis | Owner: olemis > Type: defect | Status: accepted > Priority: trivial | Milestone: Release 2 > Component: ui design | Version: > Resolution: | Keywords: starter css > ------------------------+------------------------- > > Comment (by gjm): > > Patch appears to have some changes that are not required and there may be > an accidental reduction in the size of {{{DIV.trac-resizable}}} which > appears to affect the {{{TEXTAREA}}} when editing wiki pages. > > I will consider committing with: > {{{ > #!css > div.trac-resizable { display: table; width: 100% } > }}} > instead of: > {{{ > #!css > div.trac-resizable { display: table; width: 1px } > }}} > A comment associated with the submitted patch. I have not checked the views exhaustively to make sure the suggestion makes sense yet. Cheers, Gary