minor section header tweaks (album stuff)

This commit is contained in:
danielvincent 2010-08-13 23:20:39 -07:00
parent 22910ef4ce
commit a7eab9e50c
7 changed files with 19 additions and 27 deletions

View file

@ -1,6 +1,5 @@
.back= link_to "⇧ #{@album.name}", @album
%h1.big_text %h1.big_text
.back
= link_to "⇧ #{@album.name}", @album
= "Editing #{@album.name}" = "Editing #{@album.name}"

View file

@ -1,6 +1,5 @@
.back= link_to "⇧ home", root_path
%h1.big_text %h1.big_text
.back
= link_to "⇧ home", root_path
Albums Albums
.right .right
= link_to 'New Album', '#new_album_pane', {:class => "button", :id => "add_album_button"} = link_to 'New Album', '#new_album_pane', {:class => "button", :id => "add_album_button"}

View file

@ -1,6 +1,5 @@
.back= link_to '⇧ albums', albums_path
%h1.big_text %h1.big_text
.back
= link_to '⇧ albums', albums_path
= @album.name = @album.name

View file

@ -1,6 +1,5 @@
.back= link_to "⇧ #{@album.name}", album_path(@album)
%h1.big_text %h1.big_text
.back
= link_to "⇧ #{@album.name}", album_path(@album)
= @photo.image = @photo.image
.right .right

View file

@ -14,9 +14,8 @@
#friend_pictures #friend_pictures
- for friend in @group.people - for friend in @group.people
= person_image_link(friend) = person_image_link(friend)
= link_to "+", "#add_request_pane", :id => 'add_request_button', :class => "add_new"
.add_new
= link_to "+", "#add_request_pane", :id => 'add_request_button'
.yo{:style => 'display:none'} .yo{:style => 'display:none'}
#add_request_pane #add_request_pane
= render "requests/new_request" = render "requests/new_request"

View file

@ -377,8 +377,7 @@ ul#publisher_content_pickers li {
h1.big_text { h1.big_text {
position: relative; position: relative;
line-height: auto; line-height: auto;
border-bottom: 1px solid #666666; border-bottom: 1px solid #666666; }
text-align: center; }
.big_text .right { .big_text .right {
top: -8px; } top: -8px; }
@ -391,7 +390,6 @@ h1.big_text {
float: right; } float: right; }
.back { .back {
position: absolute;
font-size: 12px; font-size: 12px;
font-weight: normal; } font-weight: normal; }
@ -449,12 +447,12 @@ h1.big_text {
width: 40px; width: 40px;
background-color: #222222; background-color: #222222;
text-align: center; text-align: center;
font-size: 40px; } font-size: 40px;
#group #friend_pictures .add_new a { line-height: 33px;
display: block; top: -9px; }
position: absolute; #group #friend_pictures .add_new:hover {
top: -13px; background: #999999;
left: 7px; } color: black; }
#group #friend_pictures img { #group #friend_pictures img {
display: none; display: none;
height: 40px; } height: 40px; }

View file

@ -469,8 +469,6 @@ h1.big_text
:border :border
//:top 2px solid #666 //:top 2px solid #666
:bottom 1px solid #666 :bottom 1px solid #666
:text
:align center
.big_text .big_text
.right .right
@ -484,7 +482,6 @@ h1.big_text
:float right :float right
.back .back
:position absolute
:font :font
:size 12px :size 12px
:weight normal :weight normal
@ -563,11 +560,13 @@ h1.big_text
:color #222 :color #222
:text-align center :text-align center
:font-size 40px :font-size 40px
a :line-height 33px
:display block :top -9px
:position absolute
:top -13px &:hover
:left 7px :background #999
:color #000
img img
:display none :display none
:height 40px :height 40px