From e3f531215744318fc4c90743f241b29330ac76ce Mon Sep 17 00:00:00 2001 From: Caio SBA Date: Wed, 29 Feb 2012 00:14:07 -0300 Subject: [PATCH] Adjusting when there is just one column --- public/designs/templates/leftbar/stylesheets/style.css | 39 +++++++++++++++++++++++++++++++++++++++ public/designs/templates/rightbar/stylesheets/style.css | 39 +++++++++++++++++++++++++++++++++++++++ public/images/forum-activity-bg-onecol.png | Bin 0 -> 1773 bytes public/images/gallery-image-activity-border-big-onecol.png | Bin 0 -> 2265 bytes public/images/gallery-image-activity-border-onecol.png | Bin 0 -> 1479 bytes public/stylesheets/application.css | 6 ++++++ 6 files changed, 84 insertions(+), 0 deletions(-) create mode 100644 public/images/forum-activity-bg-onecol.png create mode 100644 public/images/gallery-image-activity-border-big-onecol.png create mode 100644 public/images/gallery-image-activity-border-onecol.png diff --git a/public/designs/templates/leftbar/stylesheets/style.css b/public/designs/templates/leftbar/stylesheets/style.css index a8beae4..fbeb80e 100644 --- a/public/designs/templates/leftbar/stylesheets/style.css +++ b/public/designs/templates/leftbar/stylesheets/style.css @@ -35,3 +35,42 @@ #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; +} + +#profile-wall li.profile-activity-item.upload_image span, +#profile-wall li.profile-activity-item.upload_image span img, +#profile-wall li.profile-activity-item.upload_image span a, +#profile-network li.profile-activity-item.upload_image span, +#profile-network li.profile-activity-item.upload_image span img, +#profile-network li.profile-activity-item.upload_image span a { + width: 178px; + height: 144px; +} + +#profile-wall li.profile-activity-item.upload_image span a, +#profile-network li.profile-activity-item.upload_image span a { + background-image: url(/images/gallery-image-activity-border-onecol.png); +} + +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span, +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span img, +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a, +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span, +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span img, +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a { + width: 549px; + height: 254px; +} + +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a, +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a { + background-image: url(/images/gallery-image-activity-border-big-onecol.png); +} diff --git a/public/designs/templates/rightbar/stylesheets/style.css b/public/designs/templates/rightbar/stylesheets/style.css index 48ac3a4..34d02e3 100644 --- a/public/designs/templates/rightbar/stylesheets/style.css +++ b/public/designs/templates/rightbar/stylesheets/style.css @@ -35,3 +35,42 @@ #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; +} + +#profile-wall li.profile-activity-item.upload_image span, +#profile-wall li.profile-activity-item.upload_image span img, +#profile-wall li.profile-activity-item.upload_image span a, +#profile-network li.profile-activity-item.upload_image span, +#profile-network li.profile-activity-item.upload_image span img, +#profile-network li.profile-activity-item.upload_image span a { + width: 178px; + height: 144px; +} + +#profile-wall li.profile-activity-item.upload_image span a, +#profile-network li.profile-activity-item.upload_image span a { + background-image: url(/images/gallery-image-activity-border-onecol.png); +} + +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span, +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span img, +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a, +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span, +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span img, +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a { + width: 549px; + height: 254px; +} + +#profile-wall li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a, +#profile-network li.profile-activity-item.upload_image .activity-gallery-images-count-1 span a { + background-image: url(/images/gallery-image-activity-border-big-onecol.png); +} diff --git a/public/images/forum-activity-bg-onecol.png b/public/images/forum-activity-bg-onecol.png new file mode 100644 index 0000000..2973d35 Binary files /dev/null and b/public/images/forum-activity-bg-onecol.png differ diff --git a/public/images/gallery-image-activity-border-big-onecol.png b/public/images/gallery-image-activity-border-big-onecol.png new file mode 100644 index 0000000..56692b8 Binary files /dev/null and b/public/images/gallery-image-activity-border-big-onecol.png differ diff --git a/public/images/gallery-image-activity-border-onecol.png b/public/images/gallery-image-activity-border-onecol.png new file mode 100644 index 0000000..113d269 Binary files /dev/null and b/public/images/gallery-image-activity-border-onecol.png differ diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index fefcacc..3182a53 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -268,6 +268,12 @@ td.field-name { vertical-align: top; } +table.profile .ui-tabs .ui-tabs-panel { + border-left: 0; + border-right: 0; + border-bottom: 0; +} + table.profile th { border-bottom: 2px solid #eeeeec; padding: 10px 0px 0px 0px; -- libgit2 0.21.2