Skip to content

Commit

Permalink
Updated .posted_at bg color to match .current_user bg. Also properly …
Browse files Browse the repository at this point in the history
…nested CSS classes.
  • Loading branch information
ndbroadbent committed Jun 3, 2012
1 parent e84c1c2 commit 314a477
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions app/assets/stylesheets/_activity.sass
Expand Up @@ -35,26 +35,30 @@
font-weight: bold
margin-top: 5px

.posted_at
float: right
text-align: right
font-size: 11px
position: absolute
right: 0px
+border-radius(4px)
padding: 4px
background: #F3F8F9
color: #BDC6CA
.posted_at
float: right
text-align: right
font-size: 11px
position: absolute
right: 0px
+border-radius(4px)
padding: 4px
background: #F3F8F9
color: #BDC6CA


.avatar
margin-right: 10px
display: block
float: left
width: 5%
width: 30px
height: 30px

.avatar
margin-right: 10px
display: block
float: left
width: 5%
width: 30px
height: 30px


.current_user
background-color: #F0F0F0
&.current_user
background-color: #F5F5F5
.posted_at
background: #E6EAEB
color: #A9B1B6

0 comments on commit 314a477

Please sign in to comment.