Page MenuHomePhabricator

Wikieditor's search and replace window is unnecessarily large, covers parts of the textarea
Open, LowestPublic

Description

The search and replace window is too big and covers parts of the textarea. Often I can't see what it found because it covers it and I have to move the window around or resize it. At least on my monitor with a textarea height of 30 lines.

If you can, please make it like the Code Editor's search and replace, which is extremely compact. For now though, please just remove the unnecessary vertical paddings in the window, including in the title bar. Thank you!

Event Timeline

V111P raised the priority of this task from to Medium.
V111P updated the task description. (Show Details)
V111P added a project: WikiEditor (2010).
V111P subscribed.

Here is how I did it (removing the unnecessary vertical padding). It looks really nice that way. (I also added a border because I thought it was needed with the smaller padding.)

.wikiEditor-toolbar-dialog {border: 1px solid lightgray;}
.wikieditor-toolbar-field-wrapper { padding-bottom: 5px;}
.wikiEditor-toolbar-dialog .ui-dialog-content { padding: 10px 10px 5px !important;}
.ui-dialog-buttonpane button {margin-top: 0; margin-bottom: 0;}
body .ui-dialog .ui-dialog-titlebar {padding-top: 5px !important; padding-bottom: 5px !important;}
body .ui-dialog .ui-dialog-buttonpane { padding: 0.1em 1.3em 0.3em !important }

TheDJ lowered the priority of this task from Medium to Lowest.Apr 15 2016, 8:10 PM