style.css
1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.box-1 {
margin: 0 0 0 200px;
}
.box-1 .blocks {
width: 100%;
float: left;
}
.box-2 {
position: relative;
float: left;
width: 190px;
}
#leave_scrap_content_limit,
#leave_scrap_content_left {
float: none;
}
#profile-activity ul,
#profile-network ul,
#profile-wall ul {
width: 620px;
}
.profile-activity-lead {
width: 534px;
}
#profile-wall textarea {
width: 534px;
}
#profile-wall #leave_scrap textarea {
width: 640px;
}
#profile-wall li textarea {
width: 548px;
}
.profile-activity-article-forum .profile-activity-lead {
background: url(../../../../images/forum-activity-bg-onecol.png);
width: 489px;
}
li.profile-activity-item.upload_image .upimg {
width: 168px;
height: 168px;
}
li.profile-activity-item.upload_image .more,
li.profile-activity-item.upload_image .upimg.morethen2 {
font-size: 46px;
width: 77px;
height: 77px;
}
li.profile-activity-item.upload_image .activity-gallery-images-count-3 .pos3 {
/* reduce size only for 4 or more itens */
width: 168px;
height: 168px;
}
li.profile-activity-item.upload_image .activity-gallery-images-count-4 .pos3 {
/* make a line-break on this case */
float: none;
margin-left: 364px;
}