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

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: fix couple rtl bugs 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
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 } 44 }
45 45
46 body.uber-frame header > .search-field-container, 46 body.uber-frame header > .search-field-container,
47 body.uber-frame header > .header-extras, 47 body.uber-frame header > .header-extras,
48 body.uber-frame header > button { 48 body.uber-frame header > button {
49 position: absolute; 49 position: absolute;
50 right: 20px; 50 right: 20px;
51 top: 21px; 51 top: 21px;
52 } 52 }
53 53
54 body.uber-frame html[dir='rtl'] header > .search-field-container, 54 html[dir='rtl'] body.uber-frame header > .search-field-container,
55 body.uber-frame html[dir='rtl'] header > .header-extras, 55 html[dir='rtl'] body.uber-frame header > .header-extras,
56 body.uber-frame html[dir='rtl'] header > button { 56 html[dir='rtl'] body.uber-frame header > button {
57 left: 20px; 57 left: 20px;
58 right: auto; 58 right: auto;
59 } 59 }
60 60
61 body.uber-frame header input, 61 body.uber-frame header input,
62 body.uber-frame header button { 62 body.uber-frame header button {
63 margin: 0; 63 margin: 0;
64 } 64 }
65 65
66 body.uber-frame header > h1 { 66 body.uber-frame header > h1 {
(...skipping 14 matching lines...) Expand all
81 } 81 }
82 82
83 body.uber-frame footer { 83 body.uber-frame footer {
84 border-top: 1px solid #eee; 84 border-top: 1px solid #eee;
85 margin-top: 16px; 85 margin-top: 16px;
86 /* min-width and max-width should match the header */ 86 /* min-width and max-width should match the header */
87 min-width: 600px; 87 min-width: 600px;
88 max-width: 638px; 88 max-width: 638px;
89 padding: 8px 0; 89 padding: 8px 0;
90 } 90 }
OLDNEW
« chrome/browser/resources/shared/css/widgets.css ('K') | « chrome/browser/resources/tracing.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698