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

Side by Side Diff: ui/webui/resources/css/bubble_button.css

Issue 152143009: Clarify settings UI in multi-profiles mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 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 .bubble-button { 6 .bubble-button {
7 display: inline-block; 7 display: inline-block;
8 height: 0; 8 height: 0;
9 line-height: 1; 9 line-height: 1;
10 margin-left: 4px;
10 vertical-align: middle; 11 vertical-align: middle;
11 width: 16px; 12 width: 16px;
12 } 13 }
13 14
14 .bubble-button > div { 15 .bubble-button > div {
15 background-size: 16px; 16 background-size: 16px;
16 height: 16px; 17 height: 16px;
17 position: relative; 18 position: relative;
18 top: -8px; 19 top: -9px;
Dan Beam 2014/02/12 21:56:31 screenshots for these change
michaelpg 2014/02/13 02:15:23 Will upload tomorrow (working remotely today)
michaelpg 2014/02/13 19:36:10 https://drive.google.com/a/google.com/folderview?i
19 width: 16px; 20 width: 16px;
20 } 21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698