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

Side by Side Diff: chrome/browser/resources/options/chromeos/display_options.css

Issue 227593011: Modifies the threshold for hidpi displays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 #display-options-page { 5 #display-options-page {
6 background-color: rgb(240, 240, 240); 6 background-color: rgb(240, 240, 240);
7 min-width: 450px;
7 } 8 }
8 9
9 #display-options-content-area { 10 #display-options-content-area {
10 padding: 0; 11 padding: 0;
11 } 12 }
12 13
13 #display-options-displays-view-host { 14 #display-options-displays-view-host {
14 padding: 20px 0 20px 0; 15 padding: 20px 0 20px 0;
15 } 16 }
16 17
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 .displays-focused { 86 .displays-focused {
86 border: solid 2px rgb(0, 138, 255); 87 border: solid 2px rgb(0, 138, 255);
87 color: rgb(0, 138, 255); 88 color: rgb(0, 138, 255);
88 } 89 }
89 90
90 #display-options-toggle-mirroring { 91 #display-options-toggle-mirroring {
91 margin-right: 5px; 92 margin-right: 5px;
92 } 93 }
93 94
94 .display-options-button { 95 .display-options-button {
95 width: 130px; 96 width: 155px;
96 } 97 }
OLDNEW
« no previous file with comments | « ash/display/display_change_observer_chromeos.cc ('k') | chrome/browser/resources/options/chromeos/display_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698