Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1148)

Unified Diff: remoting/webapp/html/window_frame.html

Issue 498813003: Separate menu & disconnect buttons from the window controls and clean up CSS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/html/template_main.html ('k') | remoting/webapp/window_frame.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/html/window_frame.html
diff --git a/remoting/webapp/html/window_frame.html b/remoting/webapp/html/window_frame.html
index 10f0536b2c0963be6101094ecd4a8ed6798969fe..67f7764efee36c886d115113f8f4d33f68b198a8 100644
--- a/remoting/webapp/html/window_frame.html
+++ b/remoting/webapp/html/window_frame.html
@@ -4,54 +4,52 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<div id="title-bar" class="title-bar apps-v2-only">
- <span class="window-title">&nbsp;</span>
- <span class="window-controls-hover-target">
- <div class="window-controls">
- <span i18n-title="OPTIONS_MENU"
- class="window-control window-options menu-button">
- <span class="menu-button-activator">
- <img src="icon_options.webp">
- </span>
- <ul class="window-options-menu right-align">
- <li class="menu-start-stop-recording"
- i18n-content="START_RECORDING"
- hidden></li>
- <li class="menu-send-ctrl-alt-del"
- i18n-content="SEND_CTRL_ALT_DEL"></li>
- <li class="menu-send-print-screen"
- i18n-content="SEND_PRINT_SCREEN"></li>
- <li class="menu-separator"></li>
- <li class="menu-resize-to-client"
- i18n-content="RESIZE_TO_CLIENT"></li>
- <li class="menu-shrink-to-fit"
- i18n-content="SHRINK_TO_FIT"></li>
- <li class="menu-separator"></li>
- <li class="menu-new-connection"
- i18n-content="NEW_CONNECTION"></li>
- <li class="menu-separator"></li>
- <li class="menu-help"
- i18n-content="HELP"></li>
- <li class="menu-feedback"
- i18n-content="ACTIONBAR_FEEDBACK"></li>
- </ul>
+ <div class="window-controls-and-title">
+ <span i18n-title="OPTIONS_MENU"
+ class="window-control window-options menu-button">
+ <span class="menu-button-activator">
+ <img src="icon_options.webp">
</span>
- <span i18n-title="DISCONNECT_MYSELF_BUTTON"
- class="window-control window-disconnect">
- <img src="icon_disconnect.webp">
- </span>
- <span i18n-title="MINIMIZE_WINDOW"
- class="window-control window-minimize">
- <img src="icon_minimize.webp">
- </span>
- <span i18n-title="MAXIMIZE_WINDOW"
- class="window-control window-maximize-restore">
- <img src="icon_maximize_restore.webp">
- </span>
- <span i18n-title="CLOSE_WINDOW"
- class="window-control window-close">
- <img src="icon_close.webp">
- </span>
- </div>
- <div class="window-controls-stub">&nbsp;</div>
- </span>
-</div>
+ <ul class="window-options-menu right-align">
+ <li class="menu-start-stop-recording"
+ i18n-content="START_RECORDING"
+ hidden></li>
+ <li class="menu-send-ctrl-alt-del"
+ i18n-content="SEND_CTRL_ALT_DEL"></li>
+ <li class="menu-send-print-screen"
+ i18n-content="SEND_PRINT_SCREEN"></li>
+ <li class="menu-separator"></li>
+ <li class="menu-resize-to-client"
+ i18n-content="RESIZE_TO_CLIENT"></li>
+ <li class="menu-shrink-to-fit"
+ i18n-content="SHRINK_TO_FIT"></li>
+ <li class="menu-separator"></li>
+ <li class="menu-new-connection"
+ i18n-content="NEW_CONNECTION"></li>
+ <li class="menu-separator"></li>
+ <li class="menu-help"
+ i18n-content="HELP"></li>
+ <li class="menu-feedback"
+ i18n-content="ACTIONBAR_FEEDBACK"></li>
+ </ul>
+ </span>
+ <span i18n-title="DISCONNECT_MYSELF_BUTTON"
+ class="window-control window-disconnect">
+ <img src="icon_disconnect.webp">
+ </span>
+ <span class="window-title">&nbsp;</span>
+ <span i18n-title="MINIMIZE_WINDOW"
+ class="window-control window-minimize">
+ <img src="icon_minimize.webp">
+ </span>
+ <span i18n-title="MAXIMIZE_WINDOW"
+ class="window-control window-maximize-restore">
+ <img src="icon_maximize_restore.webp">
+ </span>
+ <span i18n-title="CLOSE_WINDOW"
+ class="window-control window-close">
+ <img src="icon_close.webp">
+ </span>
+ </div>
+ <div class="window-controls-stub">&nbsp;</div>
+</div> <!-- title-bar -->
« no previous file with comments | « remoting/webapp/html/template_main.html ('k') | remoting/webapp/window_frame.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698