Commit e3f531215744318fc4c90743f241b29330ac76ce

Authored by Caio Almeida
Committed by Daniela Feitosa
1 parent 33f08817

Adjusting when there is just one column

public/designs/templates/leftbar/stylesheets/style.css
... ... @@ -35,3 +35,42 @@
35 35 #profile-wall #leave_scrap textarea {
36 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 35 #profile-wall #leave_scrap textarea {
36 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/images/forum-activity-bg-onecol.png 0 → 100644

1.73 KB

public/images/gallery-image-activity-border-big-onecol.png 0 → 100644

2.21 KB

public/images/gallery-image-activity-border-onecol.png 0 → 100644

1.44 KB

public/stylesheets/application.css
... ... @@ -268,6 +268,12 @@ td.field-name {
268 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 277 table.profile th {
272 278 border-bottom: 2px solid #eeeeec;
273 279 padding: 10px 0px 0px 0px;
... ...