repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
settings
/
search_engines_page
/
search_engine_adder.css
blob
b4cb0bb3c50122168fe41fb39b1e330f3621d0bc
1
/* Copyright (c) 2015 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
.input-label
{
6
font-size
:
0.75em
;
7
}
8
9
.container
{
10
margin-top
:
14px
;
11
width
:
660px
;
12
}
13
14
.add-label
{
15
width
:
660px
;
16
}
17
18
.input-field
{
19
-webkit-margin-end
:
20px
;
20
}