diff options
author | rtz12 <koenig@fagott.pw> | 2015-12-29 19:51:43 (UTC) |
---|---|---|
committer | rtz12 <koenig@fagott.pw> | 2015-12-29 19:51:43 (UTC) |
commit | 989ab00b731d659aa17d6a626efb899f8e400936 (patch) | |
tree | 8f31f5987a0ee6232b730dfad3fdd4d75f9ce153 /assets | |
parent | c2498d562d3e30e4795056058fc3d8a5cec4ec11 (diff) | |
parent | 1354a3a30c1639c1441e79356df12601151630a6 (diff) |
Merge branch 'master' of projekte.fagott.pw:grilist
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/list.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/assets/css/list.css b/assets/css/list.css new file mode 100644 index 0000000..7e6dde9 --- /dev/null +++ b/assets/css/list.css | |||
@@ -0,0 +1,27 @@ | |||
1 | .jap-name { | ||
2 | color: rgb(166, 166, 166); | ||
3 | } | ||
4 | |||
5 | .list-entry { | ||
6 | height: 80px; | ||
7 | padding: 8px; | ||
8 | } | ||
9 | |||
10 | .list-img { | ||
11 | width: 64px; | ||
12 | height: 64px; | ||
13 | } | ||
14 | |||
15 | .list-controls { | ||
16 | position: relative; | ||
17 | top: 8px; | ||
18 | left: -15px; | ||
19 | } | ||
20 | |||
21 | .gril-img { | ||
22 | background-repeat: no-repeat; | ||
23 | background-position: center center; | ||
24 | background-size: cover; | ||
25 | width: 64px; | ||
26 | height: 64px; | ||
27 | } \ No newline at end of file | ||