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

Side by Side Diff: chrome/browser/resources/history/other_devices.css

Issue 664863004: history: more VoiceOver enhancements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bookmarked Created 6 years, 2 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 (c) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 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 .other-devices { 5 .other-devices {
6 width: 718px; /* Same as history section max-width */ 6 width: 718px; /* Same as history section max-width */
7 } 7 }
8 8
9 .device-row:not(:first-of-type) { 9 .device-row:not(:first-of-type) {
10 margin-top: 20px; 10 margin-top: 20px;
(...skipping 20 matching lines...) Expand all
31 line-height: 1.2em; 31 line-height: 1.2em;
32 } 32 }
33 33
34 .device-name, 34 .device-name,
35 .device-timestamp { 35 .device-timestamp {
36 overflow: hidden; 36 overflow: hidden;
37 text-overflow: ellipsis; 37 text-overflow: ellipsis;
38 white-space: nowrap; 38 white-space: nowrap;
39 } 39 }
40 40
41 .device-contents {
42 margin: 0;
43 padding: 0;
44 }
45
41 .device-tab-entry { 46 .device-tab-entry {
42 -webkit-margin-end: 8px; 47 -webkit-margin-end: 8px;
43 -webkit-margin-start: 0; 48 -webkit-margin-start: 0;
44 -webkit-padding-end: 0; 49 -webkit-padding-end: 0;
45 -webkit-padding-start: 20px; 50 -webkit-padding-start: 20px;
46 background: no-repeat 0 50%; 51 background: no-repeat 0 50%;
47 background-color: transparent !important; 52 background-color: transparent !important;
48 background-size: 16px 16px; 53 background-size: 16px 16px;
49 box-sizing: border-box; 54 box-sizing: border-box;
50 display: block; 55 display: block;
(...skipping 26 matching lines...) Expand all
77 .device-show-more-tabs, 82 .device-show-more-tabs,
78 .device-show-more-tabs:active, 83 .device-show-more-tabs:active,
79 .device-show-more-tabs:visited, 84 .device-show-more-tabs:visited,
80 .device-show-more-tabs:link { 85 .device-show-more-tabs:link {
81 color: rgb(151, 156, 160); 86 color: rgb(151, 156, 160);
82 } 87 }
83 88
84 .other-devices-bottom { 89 .other-devices-bottom {
85 clear: both; 90 clear: both;
86 } 91 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/history/history.js ('k') | chrome/browser/resources/history/other_devices.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698