aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2015-12-29 18:56:33 (UTC)
committerjan <jan@ruken.pw>2015-12-29 18:56:33 (UTC)
commitd6d002dda847b9bdeb6f464f7a1fafaab0419a55 (patch)
treed0b64c779c1aab618e82d419c1071944d0b18b3d /assets
parent0189b471cab18ec565bfa5605015d6f994cdde00 (diff)
die grils werden jetzt in einer besseren liste dargestellt. es gibt bereits knöpfe zum umsortieren, muss aber alles noch implementiert werden.
Diffstat (limited to 'assets')
-rw-r--r--assets/css/list.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/assets/css/list.css b/assets/css/list.css
new file mode 100644
index 0000000..bc51fd2
--- /dev/null
+++ b/assets/css/list.css
@@ -0,0 +1,19 @@
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} \ No newline at end of file