Commit 28328daac0aa3229f02fd0c848e193cfb564ede3

Authored by Rodrigo Souto
Committed by Daniela Feitosa
1 parent 85ae40bc

Adjusting the activity box

  * Removing padding between time and description.
  * Changing time color to a tango gray.
  * Reducing description min-height and image height.

(ActionItem1813)
Showing 1 changed file with 3 additions and 4 deletions   Show diff stats
public/stylesheets/application.css
@@ -5362,7 +5362,7 @@ h1#agenda-title { @@ -5362,7 +5362,7 @@ h1#agenda-title {
5362 5362
5363 #profile-activity .profile-activity-image, #profile-network .profile-network-image, #profile-wall .profile-wall-image { 5363 #profile-activity .profile-activity-image, #profile-network .profile-network-image, #profile-wall .profile-wall-image {
5364 float: left; 5364 float: left;
5365 - height: 80px; 5365 + height: 60px;
5366 margin: 0; 5366 margin: 0;
5367 padding: 0; 5367 padding: 0;
5368 border: 1px solid transparent; 5368 border: 1px solid transparent;
@@ -5371,7 +5371,7 @@ h1#agenda-title { @@ -5371,7 +5371,7 @@ h1#agenda-title {
5371 5371
5372 #profile-activity .profile-activity-description, #profile-network .profile-network-description, #profile-wall .profile-wall-description { 5372 #profile-activity .profile-activity-description, #profile-network .profile-network-description, #profile-wall .profile-wall-description {
5373 float: left; 5373 float: left;
5374 - min-height: 80px; 5374 + min-height: 60px;
5375 margin: 0; 5375 margin: 0;
5376 padding: 0; 5376 padding: 0;
5377 border: 1px solid #ccc; 5377 border: 1px solid #ccc;
@@ -5406,7 +5406,6 @@ h1#agenda-title { @@ -5406,7 +5406,6 @@ h1#agenda-title {
5406 #profile-activity .profile-activity-text, #profile-network .profile-network-text, #profile-wall .profile-wall-text { 5406 #profile-activity .profile-activity-text, #profile-network .profile-network-text, #profile-wall .profile-wall-text {
5407 font-size: 13px; 5407 font-size: 13px;
5408 margin: 5px; 5408 margin: 5px;
5409 - padding-top: 15px;  
5410 } 5409 }
5411 5410
5412 #profile-wall .profile-wall-text { 5411 #profile-wall .profile-wall-text {
@@ -5416,7 +5415,7 @@ h1#agenda-title { @@ -5416,7 +5415,7 @@ h1#agenda-title {
5416 #profile-activity .profile-activity-time, #profile-network .profile-network-time, #profile-wall .profile-wall-time { 5415 #profile-activity .profile-activity-time, #profile-network .profile-network-time, #profile-wall .profile-wall-time {
5417 font-size: 11px; 5416 font-size: 11px;
5418 margin: 5px; 5417 margin: 5px;
5419 - color: #333; 5418 + color: #babdb6;
5420 } 5419 }
5421 5420
5422 #profile-activity hr, #profile-network hr, #profile-wall hr { 5421 #profile-activity hr, #profile-network hr, #profile-wall hr {