blob: d58c61de85837533c77f09c0a6f32ea90a83ac94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
#wallpaper-title span {
-webkit-padding-start: 17px;
padding-top: 6px;
}
#set-wallpaper-page .content-area {
height: 400px;
}
#wallpaper-grid {
margin: 0;
width: 640px;
}
#wallpaper-grid img {
height: 80px;
width: 128px;
}
.grayout img {
-webkit-filter: opacity(50%);
}
.bottom-bar {
-webkit-box-orient: vertical;
display: -webkit-box;
}
.bottom-bar .spacer {
-webkit-box-flex: 1;
}
.image-attr {
-webkit-padding-start: 34px;
line-height: 26px;
padding-top: 14px;
}
#author-website {
-webkit-padding-start: 5px;
}
#wallpaper-action-area {
-webkit-padding-start: 34px;
padding-top: 0;
}
|