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

Side by Side Diff: remoting/webapp/window_frame.css

Issue 592793003: Make pop-up menus more easily dismissable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comment and fixed unit tests. Created 6 years, 3 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 unified diff | Download patch
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 .window-body { 6 .window-body {
7 position: relative; 7 position: relative;
8 } 8 }
9 9
10 html.apps-v2, 10 html.apps-v2,
(...skipping 18 matching lines...) Expand all
29 29
30 .window-title { 30 .window-title {
31 line-height: 32px; 31 line-height: 32px;
32 font-size: 14px; 32 font-size: 14px;
33 } 33 }
34 34
35 .title-bar .window-title { 35 .title-bar .window-title {
36 padding-__MSG_@@bidi_start_edge__: 12px; 36 padding-__MSG_@@bidi_start_edge__: 12px;
37 width: 100%; 37 width: 100%;
38 display: inline-block; 38 display: inline-block;
39 flex: 1;
40 }
41
42 .title-bar:not(.menu-opened) .window-title {
39 -webkit-app-region: drag; 43 -webkit-app-region: drag;
40 flex: 1;
41 } 44 }
42 45
43 .window-control { 46 .window-control {
44 width: 32px; 47 width: 32px;
45 height: 32px; 48 height: 32px;
46 padding-top: 9px; 49 padding-top: 9px;
47 padding-right: 1px; 50 padding-right: 1px;
48 text-align: center; 51 text-align: center;
49 display: inline-block; 52 display: inline-block;
50 } 53 }
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5); 192 box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
190 } 193 }
191 194
192 .fullscreen .title-bar.opened .window-controls-stub { 195 .fullscreen .title-bar.opened .window-controls-stub {
193 background-color: #a6a6a6; 196 background-color: #a6a6a6;
194 } 197 }
195 198
196 body.fullscreen .window-fullscreen { 199 body.fullscreen .window-fullscreen {
197 display: none; 200 display: none;
198 } 201 }
OLDNEW
« remoting/webapp/menu_button.js ('K') | « remoting/webapp/unittests/menu_button_unittest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698