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

Side by Side Diff: chrome/browser/resources/print_preview/search/search_box.css

Issue 10450022: Print Preview Print Destination Search Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Reduces size of search image. Created 8 years, 7 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
(Empty)
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
3 * found in the LICENSE file.
4 */
5
6 .search-box {
7 -webkit-user-select: none;
8 position: relative;
9 }
10
11 .search-box-icon {
12 -webkit-user-select: none;
13 display: inline-block;
14 height: 12px;
15 left: 8px;
16 position: absolute;
17 top: 6px;
18 width: 12px;
19 }
20
21 .search-box-input {
22 text-indent: 24px;
23 width: 100%;
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698