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

Side by Side Diff: chrome/browser/resources/uber/uber_frame.css

Issue 9265020: [uber] make the navigation controls an iframe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: opt = Created 8 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
« no previous file with comments | « chrome/browser/resources/uber/uber.js ('k') | chrome/browser/resources/uber/uber_frame.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 * found in the LICENSE file. */
4
5 body {
6 overflow: hidden;
7 }
8
9 h1 {
10 -webkit-margin-start: 23px;
11 color: rgb(92, 97, 102);
12 }
13
14 ol {
15 list-style-type: none;
16 padding: 0;
17 }
18
19 li {
20 -webkit-border-start: 6px solid white;
21 -webkit-padding-start: 18px;
22 color: #999;
23 cursor: pointer;
24 line-height: 17px;
25 margin: 5px 0;
26 text-transform: uppercase;
27 }
28
29 li:hover {
30 color: #777;
31 }
32
33 li.selected {
34 -webkit-border-start-color: rgb(78, 87, 100);
35 color: rgb(70, 78, 90);
36 }
37
38 #aboutPageNavItem {
39 margin-top: 27px;
40 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/uber/uber.js ('k') | chrome/browser/resources/uber/uber_frame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698