Browse Source

Fix icon alignment in timeline feed view

pull/1129/head
jlukic 10 years ago
parent
commit
9c36f83316
2 changed files with 2 additions and 1 deletions
  1. 2
      src/themes/packages/default/globals/site.variables
  2. 1
      src/themes/packages/timeline/views/feed.overrides

2
src/themes/packages/default/globals/site.variables

@ -169,7 +169,7 @@
/* Mood */
@positiveBackgroundColor : #E4F5DD;
@negativeBackgroundColor : #FAF1F1;
@negativeBackgroundColor : #FAE8E8;
@positiveBorderColor : #B7CAA7;
@negativeBorderColor : #DBB1B1;

1
src/themes/packages/timeline/views/feed.overrides

@ -16,6 +16,7 @@
color: #FFFFFF;
width: 3rem;
height: 3rem;
line-height: 1.5;
left: -1.6rem;
opacity: 1;
position: relative;

Loading…
Cancel
Save