author | nowmad@23.1.168.192.in-addr.arpa |
Fri, 22 Jan 2016 10:35:52 +0100 | |
changeset 95 | f7ab931581af |
parent 84 | 36f84e8f1ad5 |
child 98 | 2e6bfce6f99c |
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 |
} |
|
37 |
&-wrapper{ |
|
68
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
53
diff
changeset
|
38 |
height: 600px; |
13 | 39 |
display : flex; |
40 |
flex-flow: column; |
|
41 |
border: none; |
|
95 | 42 |
padding: 0 0 0 10px; |
13 | 43 |
} |
44 |
&-player{ |
|
45 |
flex: 0 1 auto; |
|
46 |
float: left; |
|
47 |
border-left: none; |
|
48 |
border-top: none; |
|
53 | 49 |
margin-bottom: 10px; |
50 |
background-color: #eeeeee; |
|
95 | 51 |
padding: 0 10px; |
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 |
} |