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

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

Issue 9609023: css hack n' slash, continued: New styles for checkboxes and radios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: csilv review Created 8 years, 9 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/tracing.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 body.uber-frame { 5 body.uber-frame {
6 -webkit-margin-start: 155px; 6 -webkit-margin-start: 155px;
7 } 7 }
8 8
9 html[dir="rtl"] body.uber-frame { 9 html[dir="rtl"] body.uber-frame {
10 /* Enable vertical scrollbar at all times in RTL to avoid visual glitches when 10 /* Enable vertical scrollbar at all times in RTL to avoid visual glitches when
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 } 45 }
46 46
47 body.uber-frame header > .search-field-container, 47 body.uber-frame header > .search-field-container,
48 body.uber-frame header > .header-extras, 48 body.uber-frame header > .header-extras,
49 body.uber-frame header > button { 49 body.uber-frame header > button {
50 position: absolute; 50 position: absolute;
51 right: 20px; 51 right: 20px;
52 top: 21px; 52 top: 21px;
53 } 53 }
54 54
55 body.uber-frame html[dir='rtl'] header > .search-field-container, 55 html[dir='rtl'] body.uber-frame header > .search-field-container,
56 body.uber-frame html[dir='rtl'] header > .header-extras, 56 html[dir='rtl'] body.uber-frame header > .header-extras,
57 body.uber-frame html[dir='rtl'] header > button { 57 html[dir='rtl'] body.uber-frame header > button {
58 left: 20px; 58 left: 20px;
59 right: auto; 59 right: auto;
60 } 60 }
61 61
62 body.uber-frame header input, 62 body.uber-frame header input,
63 body.uber-frame header button { 63 body.uber-frame header button {
64 margin: 0; 64 margin: 0;
65 } 65 }
66 66
67 body.uber-frame header > h1 { 67 body.uber-frame header > h1 {
(...skipping 14 matching lines...) Expand all
82 } 82 }
83 83
84 body.uber-frame footer { 84 body.uber-frame footer {
85 border-top: 1px solid #eee; 85 border-top: 1px solid #eee;
86 margin-top: 16px; 86 margin-top: 16px;
87 /* min-width and max-width should match the header */ 87 /* min-width and max-width should match the header */
88 min-width: 600px; 88 min-width: 600px;
89 max-width: 638px; 89 max-width: 638px;
90 padding: 8px 0; 90 padding: 8px 0;
91 } 91 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/tracing.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698