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

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

Issue 225523004: Updates the UI and reenables the fix introduced in commit 256939 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes chromeos_rel test failure and includes a rebase Created 6 years, 8 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) 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: 38px; 10 height: 38px;
(...skipping 19 matching lines...) Expand all
30 #create-profile-name, 30 #create-profile-name,
31 #manage-profile-name { 31 #manage-profile-name {
32 margin-left: 10px; 32 margin-left: 10px;
33 } 33 }
34 34
35 #create-profile-name:invalid, 35 #create-profile-name:invalid,
36 #manage-profile-name:invalid { 36 #manage-profile-name:invalid {
37 background-color: pink; 37 background-color: pink;
38 } 38 }
39 39
40 #disconnect-managed-profile-domain-name {
41 font-weight: bold;
42 }
43
44 #disconnect-managed-profile-domain-information {
45 background-color: #f0f0f0;
46 padding: 14px 0 14px 17px;
47 }
48
49 #disconnect-managed-profile-message {
50 padding-top: 9px;
51 }
52
40 #create-profile-error-bubble, 53 #create-profile-error-bubble,
41 #manage-profile-error-bubble { 54 #manage-profile-error-bubble {
42 -webkit-transition: max-height 200ms, padding 200ms; 55 -webkit-transition: max-height 200ms, padding 200ms;
43 background-color: rgb(238, 185, 57); 56 background-color: rgb(238, 185, 57);
44 border-radius: 4px; 57 border-radius: 4px;
45 font-weight: bold; 58 font-weight: bold;
46 margin-left: auto; 59 margin-left: auto;
47 margin-right: auto; 60 margin-right: auto;
48 max-height: 50px; 61 max-height: 50px;
49 overflow: hidden; 62 overflow: hidden;
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 153
141 #import-existing-managed-user-link { 154 #import-existing-managed-user-link {
142 left: 17px; 155 left: 17px;
143 position: absolute; 156 position: absolute;
144 } 157 }
145 158
146 #supervised-user-import { 159 #supervised-user-import {
147 margin: 0; 160 margin: 0;
148 padding: 0; 161 padding: 0;
149 } 162 }
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