| Index: remoting/webapp/main.html
|
| diff --git a/remoting/webapp/main.html b/remoting/webapp/main.html
|
| index c4afdadd9d18b80e6625a1711338f6198184edec..89f641d7fa2c603e5af7a81c9bce003fe2a4e434 100644
|
| --- a/remoting/webapp/main.html
|
| +++ b/remoting/webapp/main.html
|
| @@ -171,10 +171,13 @@ found in the LICENSE file.
|
| src="icon_host.png"
|
| class="host-list-main-icon">
|
| <div id="this-host-name" class="box-spacer"></div>
|
| - <img id="this-host-rename"
|
| - class="host-list-edit host-list-rename-icon"
|
| - src="icon_pencil.png"
|
| - tabIndex="0">
|
| + <span id="this-host-rename"
|
| + class="host-list-edit"
|
| + tabIndex="0">
|
| + <img id="this-host-rename"
|
| + class="host-list-rename-icon"
|
| + src="icon_pencil.png">
|
| + </span>
|
| <button type="button"
|
| id="stop-daemon"
|
| i18n-content="HOME_DAEMON_STOP_BUTTON">
|
|
|