author | nowmad@nowmads-macbook-pro.local |
Fri, 15 Jan 2016 15:49:42 +0100 | |
changeset 84 | 36f84e8f1ad5 |
parent 78 | 08765d161e96 |
child 95 | f7ab931581af |
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; |
68
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
53
diff
changeset
|
4 |
height: 600px; |
5
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 |
|
68
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
53
diff
changeset
|
10 |
@import 'tabs/chrono'; |
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
53
diff
changeset
|
11 |
@import 'tabs/carto'; |
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
53
diff
changeset
|
12 |
@import 'tabs/langues'; |
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
53
diff
changeset
|
13 |
@import 'tabs/discours'; |
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
53
diff
changeset
|
14 |
@import 'tabs/thematiques'; |
13 | 15 |
} |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
16 |
|
37
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
17 |
.mapdiv{ |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
18 |
width: 470px; |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
19 |
background-color: #FFFFFF; |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
20 |
height: 500px; |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
21 |
} |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
22 |
|
13 | 23 |
.corpus-app { |
24 |
@at-root { |
|
25 |
@import 'container'; |
|
26 |
@import 'player'; |
|
27 |
@import 'results'; |
|
84 | 28 |
@import 'modal'; |
13 | 29 |
|
30 |
&-container{ |
|
31 |
display: block; |
|
32 |
width: 50%; |
|
68
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
53
diff
changeset
|
33 |
height: 600px; |
13 | 34 |
float: left; |
35 |
border-top: none; |
|
36 |
border-right: 1px solid grey; |
|
37 |
} |
|
38 |
&-wrapper{ |
|
68
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
53
diff
changeset
|
39 |
height: 600px; |
13 | 40 |
display : flex; |
41 |
flex-flow: column; |
|
42 |
border: none; |
|
43 |
padding: 0 10px; |
|
44 |
} |
|
45 |
&-player{ |
|
46 |
flex: 0 1 auto; |
|
47 |
float: left; |
|
48 |
border-left: none; |
|
49 |
border-top: none; |
|
53 | 50 |
margin-bottom: 10px; |
51 |
background-color: #eeeeee; |
|
13 | 52 |
} |
53 |
} |
|
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
54 |
} |