| author | rougeronj |
| Fri, 29 May 2015 13:38:24 +0200 | |
| changeset 105 | be1ff4e0593f |
| parent 95 | 46ce67c44723 |
| child 106 | cb13a9009bf5 |
| 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; |
|
105
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
19 |
height: 500px; |
|
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; |
|
105
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
24 |
height: 100%; |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
25 |
padding: 20px; |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
26 |
} |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
27 |
|
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
28 |
.media figure{ |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
29 |
display: initial; |
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
30 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
31 |
|
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
32 |
.media img, |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
33 |
.media video{ |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
34 |
max-height: 100%; |
| 95 | 35 |
max-width: 100%; |
36 |
display: block; |
|
37 |
margin: auto; |
|
|
105
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
38 |
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.60); |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
39 |
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.60); |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
40 |
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.60); |
| 37 | 41 |
} |
42 |
||
43 |
.caption { |
|
44 |
color: #000; |
|
45 |
position: static; |
|
46 |
text-shadow: none; |
|
47 |
text-align: left; |
|
| 95 | 48 |
overflow: scroll; |
49 |
height: 100% |
|
| 37 | 50 |
} |
51 |
||
|
105
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
52 |
.caption hr{ |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
53 |
border-color: grey; |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
54 |
} |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
55 |
|
| 37 | 56 |
.original-text { |
57 |
font-style: italic; |
|
58 |
} |
|
59 |
||
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
60 |
.user-details textarea.form-control { |
| 37 | 61 |
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
|
62 |
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
|
63 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
64 |
.user-details input.form-control{ |
| 95 | 65 |
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
|
66 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
67 |
|
|
105
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
68 |
.user-details label{ |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
69 |
margin-bottom: 0; |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
70 |
} |
|
be1ff4e0593f
remove unused fields in slide editor and show the entire image
rougeronj
parents:
95
diff
changeset
|
71 |
|
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
72 |
#back{ |
| 95 | 73 |
float:left; |
74 |
margin: 0 10px; |
|
| 37 | 75 |
} |
76 |
||
|
40
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
77 |
#previous, |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
78 |
#next{ |
| 95 | 79 |
float:right; |
80 |
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
|
81 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
82 |
.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
|
83 |
.user-details h4{ |
| 95 | 84 |
border: 1px solid #ededed; |
85 |
min-height: 21px; |
|
86 |
padding: 6px 12px; |
|
87 |
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
|
88 |
} |
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
89 |
|
|
4b3bebe4355d
add sanitize function to accept url from the request response - enable edit on dbclick - improve html
rougeronj
parents:
37
diff
changeset
|
90 |
.user-details p.description{ |
| 95 | 91 |
min-height: 140px; |
| 37 | 92 |
} |