author | Chloe Laisne <chloe.laisne@gmail.com> |
Tue, 21 Jun 2016 14:24:30 +0200 | |
changeset 196 | 7550cb541901 |
parent 95 | f7ab931581af |
child 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 |
.result-header .filters.location{ |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
19 |
background-color: #3985AB; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
20 |
} |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
21 |
.result-header .filters.langue{ |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
22 |
background-color: #B94A43; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
23 |
} |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
24 |
.result-header .filters.discours{ |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
25 |
background-color: #468842; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
26 |
} |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
27 |
.result-header .filters.date{ |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
28 |
background-color: #E50086; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
29 |
} |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
30 |
.result-header .filters.thematique{ |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
31 |
background-color: #F89406; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
32 |
} |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
33 |
.result-header .fa{ |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
34 |
display: inline-block; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
35 |
margin-left: 5px; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
36 |
position: relative; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
37 |
top: 1px; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
38 |
cursor: pointer; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
39 |
} |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
40 |
|
53 | 41 |
.result-list{ |
42 |
flex: 1 1 auto; |
|
43 |
float: left; |
|
44 |
overflow: auto; |
|
82
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
45 |
border: none; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
46 |
background: #eeeeee; |
95 | 47 |
padding: 5px 10px; |
53 | 48 |
} |
49 |
||
95 | 50 |
|
196 | 51 |
.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
|
52 |
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
|
53 |
margin: 1rem 0rem; |
d489885d116d
add fontawesome and improve results and tags interface
nowmad@nowmads-macbook-pro.local
parents:
78
diff
changeset
|
54 |
z-index: 200; |
87
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
55 |
} |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
56 |
|
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
57 |
.result-item.playing .playing-indicator { |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
58 |
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
|
59 |
height: 14px; |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
60 |
margin: 2px 7px; |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
61 |
width: 15px; |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
62 |
} |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
63 |
.result-item.playing .playing-indicator:before { |
24fef043ea0b
add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents:
84
diff
changeset
|
64 |
content: none; |
68
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
53
diff
changeset
|
65 |
} |
84 | 66 |
|
67 |
.result-item button{ |
|
95 | 68 |
margin-top: 10px; |
84 | 69 |
} |