Commit 01a342f3be55b4cb07da25a3bd0426b7f2006441

Authored by Joenio Costa
Committed by Daniela Feitosa
1 parent ab36975b

Setting a fixed width to activity, network and wall boxes

(ActionItem1870)
public/designs/templates/default/stylesheets/style.css
... ... @@ -27,3 +27,8 @@
27 27 float: none;
28 28 }
29 29  
  30 +#profile-activity ul,
  31 +#profile-network ul,
  32 +#profile-wall ul {
  33 + width: 460px;
  34 +}
... ...
public/designs/templates/leftbar/stylesheets/style.css
... ... @@ -22,3 +22,9 @@
22 22 #leave_scrap_content_left {
23 23 float: none;
24 24 }
  25 +
  26 +#profile-activity ul,
  27 +#profile-network ul,
  28 +#profile-wall ul {
  29 + width: 620px;
  30 +}
... ...
public/designs/templates/rightbar/stylesheets/style.css
... ... @@ -22,3 +22,9 @@
22 22 #leave_scrap_content_left {
23 23 float: none;
24 24 }
  25 +
  26 +#profile-activity ul,
  27 +#profile-network ul,
  28 +#profile-wall ul {
  29 + width: 620px;
  30 +}
... ...
public/stylesheets/application.css
... ... @@ -5871,6 +5871,7 @@ h1#agenda-title {
5871 5871  
5872 5872 #profile-activity .profile-activity-description, #profile-network .profile-network-description, #profile-wall .profile-wall-description {
5873 5873 width: 80%;
  5874 + word-wrap: break-word;
5874 5875 }
5875 5876  
5876 5877 #profile-wall .profile-wall-scrap-replies textarea,
... ...