Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1aqhQI-0004Pb-2O for pgadmin-hackers@arkaria.postgresql.org; Thu, 14 Apr 2016 13:35:06 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1aqhQH-00072j-Lb for pgadmin-hackers@arkaria.postgresql.org; Thu, 14 Apr 2016 13:35:05 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1aqhQH-00072c-Bc for pgadmin-hackers@postgresql.org; Thu, 14 Apr 2016 13:35:05 +0000 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1aqhQD-0001ah-Vb for pgadmin-hackers@postgresql.org; Thu, 14 Apr 2016 13:35:04 +0000 Received: by mail-wm0-x232.google.com with SMTP id l6so3743307wml.1 for ; Thu, 14 Apr 2016 06:35:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=7VANIQyCaxh5n2I2i4ohV7PvbGx0F7hXYIBbw+dOOxg=; b=uOxF/QFgMmex64mMjIzUMqNC3N+KicTn5658aEmde1tbb4i66mZFCQXzdzFHNGqXWs tr+qLsI0zjU85+4dq0MluabCbUif8/Y+LpliQ314zyN2J6wxVDSzvTdOCu8RqYTVghW1 taoCc2mxqaefchrwYHzhhsvbQAjshs5rwqofZ7IzmP3gzfriv1qtzdpX1+j7Afg8beI0 nPOqiBOeQqpmrc1fU1mcsRGNqqjh7rDBei6USAF70u8e4gXyUYB6EfYzvxF1e6oZxIvp CtZJ7+cXW84/vEVBMs3HYHv73uQ2C7rkaiTlbk1YBZY9WCPGgcLOGdVJRjp8jhT7PsKu nLlw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=7VANIQyCaxh5n2I2i4ohV7PvbGx0F7hXYIBbw+dOOxg=; b=U1WdXJu4lEhP5L6ku0iD3vD7hA0dimFINDTRBav2zvJRhsgNQmJO8bY6KmSnliSJwd nfzCGpYxWHqj7m8Tq+BxJDgNTEqPLswT5MCMhxD9Hs9Y3FYVRwqer6K+4e37JbBvJJJg UDiQBwLNQHdZsQUQUsAzP9iIwK+9PpG3NTFDrMZywx4VeZHDpZmGFQvU5PKQIZfJkIkA LgAwjNdsfoeEAFLpx0NFEIJdwrEyFukxmsZRm7/aNn4CPHt5c3Ye8+62lGglQ0WatnxM Q5si3G5zOXCX57NbaYeBO0Ya61z3whjPLS/lBspOrJk/0YQ6mO5T17QrVNjHT9LIGAd+ p/VQ== X-Gm-Message-State: AOPr4FVrsmzuN/lr0HSO/K8ahBQla6qILDMG1Xie2xipwn6V2+mNJSiz6u8PD8ZIWPdzGC6N0qmmliJ57jFhYwI7 MIME-Version: 1.0 X-Received: by 10.194.92.132 with SMTP id cm4mr176363wjb.25.1460640901027; Thu, 14 Apr 2016 06:35:01 -0700 (PDT) Received: by 10.28.111.5 with HTTP; Thu, 14 Apr 2016 06:35:00 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 Apr 2016 14:35:00 +0100 Message-ID: Subject: Re: Styling error panel on dialogues From: Arun Kollan To: pgadmin-hackers@postgresql.org, Dave Page Content-Type: multipart/mixed; boundary=047d7bfceac00d796a053071f688 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --047d7bfceac00d796a053071f688 Content-Type: multipart/alternative; boundary=047d7bfceac00d7965053071f686 --047d7bfceac00d7965053071f686 Content-Type: text/plain; charset=UTF-8 Hi Team, The patch broke the vertical scroll on all object properties panel. I have replaced the margin-bottom attribute with a value of 75px ( earlier it was 110px and was not required on discussion with Ashesh) . The attached patch should fix the issue with version 1 Thank you. Regards, Arun On Thu, Apr 14, 2016 at 11:51 AM, Arun Kollan wrote: > Hi Team, > > Please find attached patch for fixing the styling issues with the error > panel on dialogues. > > The codemirror-gutter will now extend to the bottom and will be overlayed > on top of the object properties status bar. > > Thanks. > > Regards, > Arun > --047d7bfceac00d7965053071f686 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Team,
=C2=A0The patch broke the vertical scroll on = all object properties panel. I have replaced the margin-bottom attribute wi= th a value of 75px ( earlier it was 110px and was not required on discussio= n with Ashesh) .=C2=A0

The attached patch should f= ix the issue with version 1=C2=A0

Thank you.
=

Regards,
Arun

On Thu, Apr 14, 2016 at 11:51 AM, Aru= n Kollan <arun.kollan@enterprisedb.com> wrote:
Hi Team,

Please find attached patch for fixing the styling issues with the error p= anel on dialogues.=C2=A0

The codemirror-gutter wil= l now extend to the bottom and will be overlayed on top of =C2=A0the object= properties status bar.=C2=A0

Thanks.
Regards,
Arun

--047d7bfceac00d7965053071f686-- --047d7bfceac00d796a053071f688 Content-Type: application/octet-stream; name="error_panel_on_dialogue_stylingv2.patch" Content-Disposition: attachment; filename="error_panel_on_dialogue_stylingv2.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_in0btz1z1 ZGlmZiAtLWdpdCBhL3dlYi9wZ2FkbWluL3N0YXRpYy9jc3Mvb3ZlcnJpZGVz LmNzcyBiL3dlYi9wZ2FkbWluL3N0YXRpYy9jc3Mvb3ZlcnJpZGVzLmNzcwpp bmRleCAzODQzNzM0Li5hZTQ0NTE1IDEwMDc1NQotLS0gYS93ZWIvcGdhZG1p bi9zdGF0aWMvY3NzL292ZXJyaWRlcy5jc3MKKysrIGIvd2ViL3BnYWRtaW4v c3RhdGljL2Nzcy9vdmVycmlkZXMuY3NzCkBAIC0xOTQsNyArMTk0LDcgQEAg aWZyYW1lIHsKIAogLm9ial9wcm9wZXJ0aWVzIC5iYWNrZm9ybS10YWIgewog ICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTsKLSAgICBtYXJnaW46IDBweCAwcHgg MTEwcHg7CisgICAgbWFyZ2luOiAwcHggMHB4IDc1cHg7CiAgICAgcGFkZGlu ZzogMHB4OwogICAgIHRvcDogMHB4OwogICAgIGJvdHRvbTogMHB4OwpAQCAt OTUyLDMgKzk1MiwxMyBAQCB1bC5uYXYubmF2LXRhYnMgewogLnBnYWRtaW4t Y29udHJvbHMuU1FMPi5Db2RlTWlycm9yIHsKICAgaGVpZ2h0OiA1MDBweCFp bXBvcnRhbnQ7CiB9CisKKy8qIFRoaXMgcnVsZSB3aWxsIHN0b3AgQ2hyb21l IGFwcGx5IGhpZ2hsaWdodGluZyB0byBlbGVtZW50cyBzdWNoIGFzIERJVidz IHVzZWQgYXMgbW9kYWxzICovIAorKjpmb2N1cyB7CisgIG91dGxpbmU6IG5v bmU7Cit9CisKKy8qIGNvZGVtaXJyb3IgZ3V0dGVycyB3aWxsIGJlIGxheWVk IHVuZGVyIG9iamVjdCBwcm9wZXJ0aWVzIGJhciAqLworLkNvZGVNaXJyb3It Z3V0dGVycyB7CisgIHotaW5kZXg6IDA7Cit9ClwgTm8gbmV3bGluZSBhdCBl bmQgb2YgZmlsZQo= --047d7bfceac00d796a053071f688 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers --047d7bfceac00d796a053071f688--