author | nowmad@nowmads-macbook-pro.local |
Tue, 15 Dec 2015 17:20:27 +0100 | |
changeset 53 | 30e7ac1ff04a |
parent 44 | 6e2c500adca0 |
child 68 | 69977e2aa39e |
permissions | -rw-r--r-- |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
1 |
#corpus-app { |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
2 |
border: 1px solid; |
37
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
3 |
width: 1108px; |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
4 |
height: 900px; |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
5 |
display: block; |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
6 |
margin-left: auto; |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
7 |
margin-right: auto; |
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
8 |
margin-bottom: 10px; |
44 | 9 |
|
10 |
@import 'chrono'; |
|
13 | 11 |
} |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
12 |
|
37
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
13 |
.mapdiv{ |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
14 |
width: 470px; |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
15 |
background-color: #FFFFFF; |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
16 |
height: 500px; |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
17 |
} |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
18 |
|
13 | 19 |
.corpus-app { |
20 |
@at-root { |
|
21 |
@import 'container'; |
|
22 |
@import 'player'; |
|
23 |
@import 'results'; |
|
24 |
||
25 |
&-container{ |
|
26 |
display: block; |
|
27 |
width: 50%; |
|
28 |
height: 900px; |
|
29 |
float: left; |
|
30 |
border-top: none; |
|
31 |
border-right: 1px solid grey; |
|
32 |
} |
|
33 |
&-wrapper{ |
|
34 |
height: 900px; |
|
35 |
display : flex; |
|
36 |
flex-flow: column; |
|
37 |
border: none; |
|
38 |
padding: 0 10px; |
|
39 |
} |
|
40 |
&-player{ |
|
41 |
flex: 0 1 auto; |
|
42 |
float: left; |
|
43 |
border-left: none; |
|
44 |
border-top: none; |
|
53 | 45 |
margin-bottom: 10px; |
46 |
background-color: #eeeeee; |
|
13 | 47 |
} |
48 |
} |
|
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
49 |
} |