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
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
chrome
/
browser
/
resources
/
settings
/
users_page
/
users_page.css
blob
de1cfa545ae791a8cfb9a2586ca00aca18dd785b
1
/* Copyright 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
#addUserInput
{
6
width
:
100
%;
7
}
8
9
.add-user-button
{
10
padding-top
:
25px
;
11
}
12
13
.page-content > div
{
14
margin-top
:
30px
;
15
}
16
17
.users
{
18
-webkit-margin-start
:
50px
;
19
}
20
21
cr-input
{
22
width
:
300px
;
23
}