From 01a342f3be55b4cb07da25a3bd0426b7f2006441 Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Thu, 17 Feb 2011 22:07:57 -0300 Subject: [PATCH] Setting a fixed width to activity, network and wall boxes --- public/designs/templates/default/stylesheets/style.css | 5 +++++ public/designs/templates/leftbar/stylesheets/style.css | 6 ++++++ public/designs/templates/rightbar/stylesheets/style.css | 6 ++++++ public/stylesheets/application.css | 1 + 4 files changed, 18 insertions(+), 0 deletions(-) diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index 604f927..127f48c 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -27,3 +27,8 @@ float: none; } +#profile-activity ul, +#profile-network ul, +#profile-wall ul { + width: 460px; +} diff --git a/public/designs/templates/leftbar/stylesheets/style.css b/public/designs/templates/leftbar/stylesheets/style.css index 6e1ccc0..65bf1c2 100644 --- a/public/designs/templates/leftbar/stylesheets/style.css +++ b/public/designs/templates/leftbar/stylesheets/style.css @@ -22,3 +22,9 @@ #leave_scrap_content_left { float: none; } + +#profile-activity ul, +#profile-network ul, +#profile-wall ul { + width: 620px; +} diff --git a/public/designs/templates/rightbar/stylesheets/style.css b/public/designs/templates/rightbar/stylesheets/style.css index b23e375..28065a7 100644 --- a/public/designs/templates/rightbar/stylesheets/style.css +++ b/public/designs/templates/rightbar/stylesheets/style.css @@ -22,3 +22,9 @@ #leave_scrap_content_left { float: none; } + +#profile-activity ul, +#profile-network ul, +#profile-wall ul { + width: 620px; +} diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 4d47103..a3e1879 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -5871,6 +5871,7 @@ h1#agenda-title { #profile-activity .profile-activity-description, #profile-network .profile-network-description, #profile-wall .profile-wall-description { width: 80%; + word-wrap: break-word; } #profile-wall .profile-wall-scrap-replies textarea, -- libgit2 0.21.2