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

Side by Side Diff: chrome/browser/resources/options/manage_profile_overlay.css

Issue 17320005: Update strings to match the final spec. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Null-check the signin manager for CrOS Created 7 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
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 #manage-profile-overlay { 5 #manage-profile-overlay {
6 width: 612px; 6 width: 612px;
7 } 7 }
8 8
9 .profile-icon-grid-item { 9 .profile-icon-grid-item {
10 height: 31px; 10 height: 31px;
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 .action-area-shortcut-container { 95 .action-area-shortcut-container {
96 -webkit-box-flex: 1; 96 -webkit-box-flex: 1;
97 } 97 }
98 98
99 /* Proper spacing for the buttons. */ 99 /* Proper spacing for the buttons. */
100 #remove-shortcut-button, 100 #remove-shortcut-button,
101 #add-shortcut-button { 101 #add-shortcut-button {
102 -webkit-margin-end: 10px; 102 -webkit-margin-end: 10px;
103 } 103 }
104 104
105 #delete-profile-message { 105 #delete-profile-message,
106 #delete-managed-profile-addendum {
106 -webkit-padding-start: 48px; 107 -webkit-padding-start: 48px;
107 background-repeat: no-repeat; 108 background-repeat: no-repeat;
108 } 109 }
109 110
111 #delete-managed-profile-addendum {
112 margin-top: 10px;
113 }
114
110 html[dir='rtl'] #delete-profile-message { 115 html[dir='rtl'] #delete-profile-message {
111 background-position: right; 116 background-position: right;
112 } 117 }
113 118
114 #create-profile-limited-not-signed-in { 119 #create-profile-managed-not-signed-in {
115 color: #999; 120 color: #999;
116 } 121 }
117 122
118 #create-profile-limited-not-signed-in-label { 123 #create-profile-managed-not-signed-in-label {
119 white-space: pre-wrap; 124 white-space: pre-wrap;
120 word-wrap: break-word; 125 word-wrap: break-word;
121 } 126 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/resources/options/manage_profile_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698