#8374: Addessing review comments
[friendica-addons.git/.git] / showmore_dyn / showmore_dyn.css
1 .limit-height {
2        max-height: 250px;
3        overflow: hidden;
4 }
5
6 .wall-item-body-toggle {
7     width: 100%;
8     text-align: center;
9     background-image: linear-gradient(rgba(0,0,0,0), #f6f6f6);
10     cursor: pointer;
11     height: 50px;
12     position: absolute;
13     top: auto;
14     bottom: 0;
15     z-index: 11;
16     left: 0;
17     display: none;
18 }
19 .wall-item-body-toggle-text {
20     width: 100%;
21     position: absolute;
22     top: auto;
23     bottom: 0;
24     z-index: 12;
25     left: 0;
26     text-shadow: 0 0 5px #f6f6f6;
27     font-weight: bold;
28 }
29 .wall-item-body {
30     position: relative;
31     width: 100%;
32 }
33 .wall-item-body-wrapper {
34     position: relative;
35     width: 100%;
36     display: inline-block;
37 }
38
39