fixed sidebar?
This commit is contained in:
parent
926eacc588
commit
1a51d99ad7
2 changed files with 21 additions and 12 deletions
|
|
@ -117,7 +117,13 @@ ul#stream, ul#friend_stream {
|
||||||
margin-bottom: 5px; }
|
margin-bottom: 5px; }
|
||||||
|
|
||||||
ul#friend_stream > li {
|
ul#friend_stream > li {
|
||||||
padding: 0.2em 0; }
|
padding: 0.2em 0;
|
||||||
|
display: inline;
|
||||||
|
border: none; }
|
||||||
|
ul#friend_stream > li img {
|
||||||
|
position: relative;
|
||||||
|
float: none;
|
||||||
|
display: inline; }
|
||||||
|
|
||||||
li.message {
|
li.message {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -195,7 +201,7 @@ ul.comment_set {
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
padding-bottom: 8px; }
|
padding-bottom: 8px; }
|
||||||
|
|
||||||
img.person_picture {
|
#stream img.person_picture {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
|
|
|
||||||
|
|
@ -136,10 +136,12 @@ ul#friend_stream
|
||||||
:border none
|
:border none
|
||||||
|
|
||||||
img
|
img
|
||||||
|
:width 30px
|
||||||
:position relative
|
:position relative
|
||||||
:float none
|
:float none
|
||||||
:display inline
|
:display inline
|
||||||
|
|
||||||
|
|
||||||
li.message
|
li.message
|
||||||
:position relative
|
:position relative
|
||||||
:line-height 140%
|
:line-height 140%
|
||||||
|
|
@ -242,6 +244,7 @@ ul.comment_set
|
||||||
:padding
|
:padding
|
||||||
:bottom 8px
|
:bottom 8px
|
||||||
|
|
||||||
|
#stream
|
||||||
img.person_picture
|
img.person_picture
|
||||||
:border-radius 3px
|
:border-radius 3px
|
||||||
:-webkit-border-radius 3px
|
:-webkit-border-radius 3px
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue