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

Side by Side Diff: chrome/browser/resources/options/startup_overlay.css

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 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 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 #startup-overlay { 5 #startup-overlay {
6 min-width: 500px; 6 min-width: 500px;
7 } 7 }
8 8
9 #startupPagesList { 9 #startupPagesList {
10 margin-bottom: 20px; 10 margin-bottom: 20px;
(...skipping 21 matching lines...) Expand all
32 border-radius: 0; 32 border-radius: 0;
33 border-top-color: transparent; 33 border-top-color: transparent;
34 box-sizing: border-box; 34 box-sizing: border-box;
35 display: none; 35 display: none;
36 height: 6px; 36 height: 6px;
37 overflow: hidden; 37 overflow: hidden;
38 pointer-events: none; 38 pointer-events: none;
39 position: fixed; 39 position: fixed;
40 z-index: 10; 40 z-index: 10;
41 } 41 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/spelling_confirm_overlay.js ('k') | chrome/browser/resources/options/startup_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698