fixed left friends bar a bit
This commit is contained in:
parent
ee7005ad74
commit
2b125fdc66
3 changed files with 14 additions and 18 deletions
|
|
@ -14,12 +14,10 @@
|
||||||
= render "groups/new_group"
|
= render "groups/new_group"
|
||||||
|
|
||||||
- if @group
|
- if @group
|
||||||
%ul#friend_pictures
|
#friend_pictures
|
||||||
- for friend in @group.people
|
- for friend in @group.people
|
||||||
%li
|
= person_image_link(friend)
|
||||||
= person_image_link(friend)
|
= link_to (image_tag 'add_friend_button.png'), "#add_request_pane", :id => 'add_request_button'
|
||||||
= friend.real_name
|
|
||||||
%li= link_to (image_tag 'add_friend_button.png'), "#add_request_pane", :id => 'add_request_button'
|
|
||||||
|
|
||||||
.yo{:style => 'display:none'}
|
.yo{:style => 'display:none'}
|
||||||
#add_request_pane
|
#add_request_pane
|
||||||
|
|
|
||||||
|
|
@ -302,10 +302,9 @@ label {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 80px; }
|
height: 80px; }
|
||||||
#publisher textarea {
|
#publisher textarea {
|
||||||
width: 95%;
|
width: 485px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
margin-top: 0;
|
margin-top: 0; }
|
||||||
-webkit-border-radius: 0; }
|
|
||||||
#publisher .user_image img {
|
#publisher .user_image img {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
padding-left: 10px; }
|
padding-left: 10px; }
|
||||||
|
|
@ -414,7 +413,7 @@ h1.big_text {
|
||||||
|
|
||||||
#group {
|
#group {
|
||||||
color: black;
|
color: black;
|
||||||
background-color: #eeeeee; }
|
margin-bottom: 1em; }
|
||||||
#group ul {
|
#group ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
@ -425,9 +424,9 @@ h1.big_text {
|
||||||
#group ul .selected {
|
#group ul .selected {
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 24px; }
|
font-size: 30px; }
|
||||||
#group #friend_pictures img {
|
#group #friend_pictures img {
|
||||||
height: 20px; }
|
height: 40px; }
|
||||||
|
|
||||||
#add_photo_loader {
|
#add_photo_loader {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
||||||
|
|
@ -373,13 +373,11 @@ label
|
||||||
:height 80px
|
:height 80px
|
||||||
|
|
||||||
textarea
|
textarea
|
||||||
:width 95%
|
:width 485px
|
||||||
:height 40px
|
:height 40px
|
||||||
:margin
|
:margin
|
||||||
:top 0
|
:top 0
|
||||||
|
|
||||||
:-webkit-border-radius 0
|
|
||||||
|
|
||||||
.user_image
|
.user_image
|
||||||
img
|
img
|
||||||
:height 50px
|
:height 50px
|
||||||
|
|
@ -527,8 +525,8 @@ h1.big_text
|
||||||
|
|
||||||
#group
|
#group
|
||||||
:color #000
|
:color #000
|
||||||
:background
|
:margin
|
||||||
:color #eee
|
:bottom 1em
|
||||||
ul
|
ul
|
||||||
:margin 0
|
:margin 0
|
||||||
:padding 0
|
:padding 0
|
||||||
|
|
@ -544,11 +542,12 @@ h1.big_text
|
||||||
:color #000
|
:color #000
|
||||||
:font
|
:font
|
||||||
:weight bold
|
:weight bold
|
||||||
:size 24px
|
:size 30px
|
||||||
|
|
||||||
#friend_pictures
|
#friend_pictures
|
||||||
img
|
img
|
||||||
:height 20px
|
:height 40px
|
||||||
|
|
||||||
|
|
||||||
#add_photo_loader
|
#add_photo_loader
|
||||||
:position absolute
|
:position absolute
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue