| author | rougeronj |
| Wed, 27 May 2015 18:57:03 +0200 | |
| changeset 95 | 46ce67c44723 |
| parent 91 | f7a844a9079e |
| child 105 | be1ff4e0593f |
| permissions | -rw-r--r-- |
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
1 |
.slide { |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
2 |
margin-top: -20px; |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
3 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
4 |
|
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
5 |
.slide-title, |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
6 |
.slide-nav, |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
7 |
.slide-content { |
| 95 | 8 |
border-bottom:1px solid grey; |
| 37 | 9 |
} |
10 |
||
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
11 |
.slide-nav{ |
| 95 | 12 |
padding:10px 0; |
13 |
display: inline-block; |
|
14 |
width: 100%; |
|
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
15 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
16 |
|
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
17 |
.slide-content{ |
| 95 | 18 |
padding:10px 0; |
19 |
height: 400px; |
|
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
20 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
21 |
|
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
22 |
.media{ |
| 95 | 23 |
border-right:1px solid grey; |
24 |
height: 100% |
|
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
25 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
26 |
|
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
27 |
.media img, |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
28 |
.media video{ |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
29 |
max-height: 100%; |
| 95 | 30 |
max-width: 100%; |
31 |
display: block; |
|
32 |
margin: auto; |
|
| 37 | 33 |
} |
34 |
||
35 |
.caption { |
|
36 |
color: #000; |
|
37 |
position: static; |
|
38 |
text-shadow: none; |
|
39 |
text-align: left; |
|
| 95 | 40 |
overflow: scroll; |
41 |
height: 100% |
|
| 37 | 42 |
} |
43 |
||
44 |
.original-text { |
|
45 |
font-style: italic; |
|
46 |
} |
|
47 |
||
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
48 |
.user-details textarea.form-control { |
| 37 | 49 |
height: 140px; |
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
50 |
margin: 10px 0; |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
51 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
52 |
.user-details input.form-control{ |
| 95 | 53 |
margin: 10px 0; |
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
54 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
55 |
|
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
56 |
#back{ |
| 95 | 57 |
float:left; |
58 |
margin: 0 10px; |
|
| 37 | 59 |
} |
60 |
||
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
61 |
#previous, |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
62 |
#next{ |
| 95 | 63 |
float:right; |
64 |
margin: 0 10px; |
|
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
65 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
66 |
.user-details p, |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
67 |
.user-details h4{ |
| 95 | 68 |
border: 1px solid #ededed; |
69 |
min-height: 21px; |
|
70 |
padding: 6px 12px; |
|
71 |
border-radius: 4px; |
|
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
72 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
73 |
|
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
74 |
.user-details p.description{ |
| 95 | 75 |
min-height: 140px; |
| 37 | 76 |
} |