[pgAdmin4][Patch]: RM#1261 - Fix corners and width of backgrid SQL fields.

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM#1261 - Fix corners and width of backgrid SQL fields.
Date: 2016-06-02 05:28:09
Message-ID: CAM5-9D8H8Yn2OODSnywE6Un6WqPUcv_==RGWjuoU1=GEiBuCHw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find attached patch for issues:
1) RM#1261
The border was applied to outer div instead it should be applied to the
CodeMirror class.
so It seemed to get more width.
Also applied z-index CodeMirror class to fix breaking corner issue.

2) In properties panel while scrolling the page, the content of page seems
to move over the navigation bar with edit button. Please see attached
screenshot.
It was the issue of z-index which is fixed.

Please review.

Thanks,
Surinder Kumar

Attachment Content-Type Size
image/png 36.2 KB
RM#1261.patch application/octet-stream 641 bytes

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-06-02 06:34:00 PATCH: Fix the issue in JSON decoding (pgAdmin4)
Previous Message Neel Patel 2016-06-01 13:06:44 [pgAdmin4][runtime]: Checkbox and radiobutton rendering issue on Mac OS