author | nowmad@23.1.168.192.in-addr.arpa |
Fri, 22 Jan 2016 13:15:47 +0100 | |
changeset 98 | 2e6bfce6f99c |
parent 95 | f7ab931581af |
child 186 | 36e5a67656e6 |
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'; |
98
2e6bfce6f99c
add details tab for perma-link to documents
nowmad@23.1.168.192.in-addr.arpa
parents:
95
diff
changeset
|
15 |
@import 'tabs/detail'; |
13 | 16 |
} |
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
17 |
|
37
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
18 |
.mapdiv{ |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
19 |
width: 470px; |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
20 |
background-color: #FFFFFF; |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
21 |
height: 500px; |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
22 |
} |
343750d4d38e
small improvment of style and add forgotten tabs "thematiques"
nowmad@nowmads-macbook-pro.local
parents:
13
diff
changeset
|
23 |
|
13 | 24 |
.corpus-app { |
25 |
@at-root { |
|
26 |
@import 'container'; |
|
27 |
@import 'player'; |
|
28 |
@import 'results'; |
|
84 | 29 |
@import 'modal'; |
13 | 30 |
|
31 |
&-container{ |
|
32 |
display: block; |
|
33 |
width: 50%; |
|
68
69977e2aa39e
improve general design of components
nowmad@23.1.168.192.in-addr.arpa
parents:
53
diff
changeset
|
34 |
height: 600px; |
13 | 35 |
float: left; |
36 |
border-top: none; |
|
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; |
|
95 | 43 |
padding: 0 0 0 10px; |
13 | 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; |
|
95 | 52 |
padding: 0 10px; |
13 | 53 |
} |
54 |
} |
|
5
d4b3da0dadc9
init ember app with 2 pages and an images
nowmad@23.1.168.192.in-addr.arpa
parents:
diff
changeset
|
55 |
} |