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

Side by Side Diff: chrome/browser/resources/chromeos/login/header_bar.css

Issue 10444060: Use chrome_html structure for shared_resources and options2 page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 8 years, 6 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 | « build/common.gypi ('k') | chrome/browser/resources/chromeos/login/oobe.css » ('j') | 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 5
6 #login-header-bar { 6 #login-header-bar {
7 -webkit-padding-after: 7px; 7 -webkit-padding-after: 7px;
8 bottom: 0; 8 bottom: 0;
9 left: 0; 9 left: 0;
10 position: absolute; 10 position: absolute;
(...skipping 13 matching lines...) Expand all
24 opacity: 0.6; 24 opacity: 0.6;
25 padding: 5px 8px; 25 padding: 5px 8px;
26 vertical-align: middle; 26 vertical-align: middle;
27 } 27 }
28 28
29 .header-bar-item { 29 .header-bar-item {
30 -webkit-padding-start: 15px; 30 -webkit-padding-start: 15px;
31 background-image: url('chrome://theme/IDR_DIVIDER_VERT'); 31 background-image: url('chrome://theme/IDR_DIVIDER_VERT');
32 background-position: -2px center; 32 background-position: -2px center;
33 background-repeat: no-repeat; 33 background-repeat: no-repeat;
34 background-size: 15px;
34 display: inline-block; 35 display: inline-block;
35 height: 34px; 36 height: 34px;
36 } 37 }
37 38
38 html[dir=rtl] .header-bar-item { 39 html[dir=rtl] .header-bar-item {
39 background-position: right center; 40 background-position: right center;
40 } 41 }
41 42
42 .header-bar-item:first-child { 43 .header-bar-item:first-child {
43 -webkit-padding-start: 9px; 44 -webkit-padding-start: 9px;
44 background: none; 45 background: none;
45 } 46 }
46 47
47 #login-header-bar #shutdown-button, 48 #login-header-bar #shutdown-button,
48 #login-header-bar #add-user-button { 49 #login-header-bar #add-user-button {
49 -webkit-padding-start: 24px; 50 -webkit-padding-start: 24px;
50 background-position: left center; 51 background-position: left center;
51 background-repeat: no-repeat; 52 background-repeat: no-repeat;
52 } 53 }
53 54
54 html[dir=rtl] #login-header-bar #shutdown-button, 55 html[dir=rtl] #login-header-bar #shutdown-button,
55 html[dir=rtl] #login-header-bar #add-user-button { 56 html[dir=rtl] #login-header-bar #add-user-button {
56 background-position: right center; 57 background-position: right center;
57 } 58 }
58 59
59 #login-header-bar #shutdown-button { 60 #login-header-bar #shutdown-button {
60 background-image: url('chrome://theme/IDR_ICON_POWER24'); 61 background-image: url('chrome://theme/IDR_ICON_POWER24');
62 background-size: 24px;
61 } 63 }
62 64
63 #login-header-bar #add-user-button { 65 #login-header-bar #add-user-button {
64 background-image: url('chrome://theme/IDR_ICON_ADD_USER24'); 66 background-image: url('chrome://theme/IDR_ICON_ADD_USER24');
67 background-size: 24px;
65 } 68 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/resources/chromeos/login/oobe.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698