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

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

Issue 403343002: Rename "managed (mode|user)" to "supervised user" (part 8) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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
(Empty)
1 /* Copyright 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
4
5 #managed-user-learn-more {
6 width: 722px;
7 }
8
9 #managed-user-learn-more-title {
10 padding: 20px;
11 }
12
13 #managed-user-learn-more-text {
14 padding: 0 20px 0 20px;
15 white-space: pre-wrap;
16 word-wrap: break-word;
17 }
18
19 @media only screen and (max-height:500px) {
20
21 /* Omit the image on very small screens. */
22 #managed-user-learn-more-image {
23 display: none;
24 }
25
26 } /* @media only screen and (max-height:500px) */
27
28 #managed-user-learn-more-image {
29 -webkit-border-radius: 3px 3px 0 0;
30 -webkit-box-flex: 1;
31 background-image: -webkit-image-set(
32 url('../../../../ui/resources/default_100_percent/supervised_illustration_ start.png') 1x,
33 url('../../../../ui/resources/default_200_percent/supervised_illustration_ start.png') 2x);
34 background-position: center;
35 height: 344px;
36 }
37
38 #managed-user-learn-more-action-area {
39 padding: 20px;
40 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/managed_user_import.js ('k') | chrome/browser/resources/options/managed_user_learn_more.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698