Skip to content
Snippets Groups Projects
Commit b02e231d authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

Improved positioning of the find widget elements for the nw.js 0.47.

parent 9c940366
No related branches found
No related tags found
No related merge requests found
......@@ -497,8 +497,8 @@ text {
#canvas_find {
width: 100%;
height: 1em;
padding-top: 4px;
padding-left: 8px;
padding-top: 2px;
padding-left: 2px;
padding-bottom: 8px;
background: silver;
position: fixed;
......
......@@ -39,11 +39,13 @@
defaultValue="Search in Canvas"
style="width:10em"/>
</label>
<label><span data-i18n="canvas.find.whole_word"></span>
<input type="checkbox"
<label><span data-i18n="canvas.find.whole_word"
style="margin-left: 7px; margin-right: -3px;"></span>
<input type="checkbox"
id="canvas_find_whole_word"
name="canvas_find_whole_word"
onchange="canvas_find_whole_word(this);"/>
onchange="canvas_find_whole_word(this);"
style="position: relative; top: 2px; margin-right: 5px;"/>
</label>
<button type="button"
id="canvas_find_button"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment