Commit e3f531215744318fc4c90743f241b29330ac76ce
Committed by
Daniela Feitosa
1 parent
33f08817
Exists in
master
and in
29 other branches
Adjusting when there is just one column
Showing
6 changed files
with
84 additions
and
0 deletions
Show diff stats
public/designs/templates/leftbar/stylesheets/style.css
@@ -35,3 +35,42 @@ | @@ -35,3 +35,42 @@ | ||
35 | #profile-wall #leave_scrap textarea { | 35 | #profile-wall #leave_scrap textarea { |
36 | width: 640px; | 36 | width: 640px; |
37 | } | 37 | } |
38 | + | ||
39 | +#profile-wall li textarea { | ||
40 | + width: 548px; | ||
41 | +} | ||
42 | + | ||
43 | +.profile-activity-article-forum .profile-activity-lead { | ||
44 | + background: url(/images/forum-activity-bg-onecol.png); | ||
45 | + width: 489px; | ||
46 | +} | ||
47 | + | ||
48 | +#profile-wall li.profile-activity-item.upload_image span, | ||
49 | +#profile-wall li.profile-activity-item.upload_image span img, | ||
50 | +#profile-wall li.profile-activity-item.upload_image span a, | ||
51 | +#profile-network li.profile-activity-item.upload_image span, | ||
52 | +#profile-network li.profile-activity-item.upload_image span img, | ||
53 | +#profile-network li.profile-activity-item.upload_image span a { | ||
54 | + width: 178px; | ||
55 | + height: 144px; | ||
56 | +} | ||
57 | + | ||
58 | +#profile-wall li.profile-activity-item.upload_image span a, | ||
59 | +#profile-network li.profile-activity-item.upload_image span a { | ||
60 | + background-image: url(/images/gallery-image-activity-border-onecol.png); | ||
61 | +} | ||
62 | + | ||
63 | +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span, | ||
64 | +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span img, | ||
65 | +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a, | ||
66 | +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span, | ||
67 | +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span img, | ||
68 | +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a { | ||
69 | + width: 549px; | ||
70 | + height: 254px; | ||
71 | +} | ||
72 | + | ||
73 | +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a, | ||
74 | +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a { | ||
75 | + background-image: url(/images/gallery-image-activity-border-big-onecol.png); | ||
76 | +} |
public/designs/templates/rightbar/stylesheets/style.css
@@ -35,3 +35,42 @@ | @@ -35,3 +35,42 @@ | ||
35 | #profile-wall #leave_scrap textarea { | 35 | #profile-wall #leave_scrap textarea { |
36 | width: 640px; | 36 | width: 640px; |
37 | } | 37 | } |
38 | + | ||
39 | +#profile-wall li textarea { | ||
40 | + width: 548px; | ||
41 | +} | ||
42 | + | ||
43 | +.profile-activity-article-forum .profile-activity-lead { | ||
44 | + background: url(/images/forum-activity-bg-onecol.png); | ||
45 | + width: 489px; | ||
46 | +} | ||
47 | + | ||
48 | +#profile-wall li.profile-activity-item.upload_image span, | ||
49 | +#profile-wall li.profile-activity-item.upload_image span img, | ||
50 | +#profile-wall li.profile-activity-item.upload_image span a, | ||
51 | +#profile-network li.profile-activity-item.upload_image span, | ||
52 | +#profile-network li.profile-activity-item.upload_image span img, | ||
53 | +#profile-network li.profile-activity-item.upload_image span a { | ||
54 | + width: 178px; | ||
55 | + height: 144px; | ||
56 | +} | ||
57 | + | ||
58 | +#profile-wall li.profile-activity-item.upload_image span a, | ||
59 | +#profile-network li.profile-activity-item.upload_image span a { | ||
60 | + background-image: url(/images/gallery-image-activity-border-onecol.png); | ||
61 | +} | ||
62 | + | ||
63 | +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span, | ||
64 | +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span img, | ||
65 | +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a, | ||
66 | +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span, | ||
67 | +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span img, | ||
68 | +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a { | ||
69 | + width: 549px; | ||
70 | + height: 254px; | ||
71 | +} | ||
72 | + | ||
73 | +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a, | ||
74 | +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a { | ||
75 | + background-image: url(/images/gallery-image-activity-border-big-onecol.png); | ||
76 | +} |
1.73 KB
2.21 KB
1.44 KB
public/stylesheets/application.css
@@ -268,6 +268,12 @@ td.field-name { | @@ -268,6 +268,12 @@ td.field-name { | ||
268 | vertical-align: top; | 268 | vertical-align: top; |
269 | } | 269 | } |
270 | 270 | ||
271 | +table.profile .ui-tabs .ui-tabs-panel { | ||
272 | + border-left: 0; | ||
273 | + border-right: 0; | ||
274 | + border-bottom: 0; | ||
275 | +} | ||
276 | + | ||
271 | table.profile th { | 277 | table.profile th { |
272 | border-bottom: 2px solid #eeeeec; | 278 | border-bottom: 2px solid #eeeeec; |
273 | padding: 10px 0px 0px 0px; | 279 | padding: 10px 0px 0px 0px; |