From 97f4a77291ed2129d7619f3af5573cb988b3b01c Mon Sep 17 00:00:00 2001 From: Caio SBA Date: Wed, 9 Feb 2011 23:24:42 -0300 Subject: [PATCH] Forcing some thumbnail sizes --- public/stylesheets/application.css | 10 ++++++++++ 1 file changed, 10 insertions(+), 0 deletions(-) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 18b17d5..bb0cb1b 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -2068,6 +2068,8 @@ input.disabled { .common-profile-list-block img { border: none; + width: 50px; + height: 50px; } .box-2 .common-profile-list-block span, @@ -5511,6 +5513,8 @@ h1#agenda-title { padding: 1px; border: 1px solid #ccc; margin: 4px 3px 0 0; + width: 20px; + height: 20px; } .profile-wall-image { @@ -5536,6 +5540,12 @@ h1#agenda-title { text-align: center; } +#profile-network .upload_image .profile-network-text span img, +#profile-activity .upload_image .profile-activity-text span img { + width: auto; + height: auto; +} + #profile-network .upload_image .profile-network-text img, #profile-activity .upload_image .profile-activity-text img { padding: 0; -- libgit2 0.21.2