author | Chloe Laisne <chloe.laisne@gmail.com> |
Tue, 28 Jun 2016 23:36:40 +0200 | |
changeset 211 | 7451203a1321 |
parent 203 | 2ee21302dc47 |
permissions | -rw-r--r-- |
53 | 1 |
.result-header, |
2 |
.result-list{ |
|
3 |
background-color: #eeeeee; |
|
4 |
} |
|
13 | 5 |
|
53 | 6 |
.result-header{ |
7 |
flex: 0 1 auto; |
|
8 |
float: left; |
|
95 | 9 |
padding: 0 10px; |
53 | 10 |
} |
11 |
||
82
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
12 |
.result-header .filters{ |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
13 |
display: inline-block; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
14 |
border-radius: 5px; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
15 |
padding: 1px 5px; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
16 |
color: #fff; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
17 |
} |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
18 |
|
53 | 19 |
.result-list{ |
20 |
flex: 1 1 auto; |
|
21 |
float: left; |
|
22 |
overflow: auto; |
|
82
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
23 |
border: none; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
24 |
background: #eeeeee; |
95 | 25 |
padding: 5px 10px; |
53 | 26 |
} |
27 |
||
95 | 28 |
|
196 | 29 |
.playlist-component ul li.show-more { |
82
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
30 |
box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
31 |
margin: 1rem 0rem; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
32 |
z-index: 200; |
87
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
33 |
} |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
34 |
|
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
35 |
.result-item.playing .playing-indicator { |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
36 |
background: rgba(0, 0, 0, 0) url("images/equalizer.png") no-repeat scroll 0 0 / 15px auto; |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
37 |
height: 14px; |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
38 |
margin: 2px 7px; |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
39 |
width: 15px; |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
40 |
} |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
41 |
.result-item.playing .playing-indicator:before { |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
42 |
content: none; |
68
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
53
diff
changeset
|
43 |
} |
84 | 44 |
|
45 |
.result-item button{ |
|
95 | 46 |
margin-top: 10px; |
84 | 47 |
} |