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

Side by Side Diff: chrome/browser/resources/chromeos/power.css

Issue 123713002: [chromeos] Add an about:power UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 6 years, 11 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
(Empty)
1 /*
2 * Copyright 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7 #main-layout {
8 margin-left: auto;
9 margin-right: auto;
10 width: 600px;
11 }
12
13 hr.section-boundary {
14 background: #000;
15 border: 0;
16 height: 2px;
17 width: 100%;
18 }
19
20 div.plot-canvas-div {
arv (Not doing code reviews) 2014/01/06 23:29:57 No need for the tag name here and below
21 overflow: auto;
22 width: 100%;
23 }
24
25 button.reload-button {
26 margin-bottom: 10px;
27 margin-top: 10px;
28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698