touch up header
This commit is contained in:
parent
8bc67f983c
commit
a2b79d0338
3 changed files with 12 additions and 12 deletions
|
|
@ -26,10 +26,6 @@
|
|||
= link_to aspects_path, :title => t('_home') do
|
||||
= image_tag 'icons/home_grey.svg', :height => 16, :alt => t('_home')
|
||||
|
||||
#contacts_badge.badge
|
||||
= link_to contacts_link, :title => t('_contacts') do
|
||||
= image_tag 'icons/contacts_grey.svg', :height => 16, :alt => t('_contacts')
|
||||
|
||||
#notification_badge.badge
|
||||
= link_to notifications_path, :title => new_notification_text(@notification_count) do
|
||||
= image_tag 'icons/notifications_grey.svg', :height => 16, :id => "notification-flag", :alt => new_notification_text(@notification_count)
|
||||
|
|
@ -79,6 +75,7 @@
|
|||
= owner_image_tag(:thumb_small)
|
||||
= link_to current_user.name, '#', :title => current_user.diaspora_handle
|
||||
%li= link_to t('.profile'), current_user.person
|
||||
%li= link_to t('_contacts'), contacts_link
|
||||
%li= link_to t('.settings'), edit_user_path
|
||||
-if current_user.admin?
|
||||
%li= link_to t('.admin'), user_search_path
|
||||
|
|
|
|||
|
|
@ -338,9 +338,9 @@ en:
|
|||
|
||||
layouts:
|
||||
header:
|
||||
profile: "profile"
|
||||
settings: "settings"
|
||||
logout: "log out"
|
||||
profile: "Profile"
|
||||
settings: "Settings"
|
||||
logout: "Log out"
|
||||
blog: "blog"
|
||||
login: "log in"
|
||||
code: "code"
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ form
|
|||
:margin 0
|
||||
|
||||
header
|
||||
@include box-shadow(0,0px,2px,#777)
|
||||
@include box-shadow(0,1px,2px,rgba(0,0,0,0.5))
|
||||
@include linear-gradient(rgba(35,30,30,0.95),rgba(35,30,30,1))
|
||||
|
||||
:z-index 50
|
||||
|
|
@ -153,6 +153,9 @@ header
|
|||
:top 0
|
||||
:left 0
|
||||
|
||||
:border
|
||||
:bottom 1px solid rgb(4,0,0)
|
||||
|
||||
&.fixit
|
||||
:position fixed
|
||||
:top -30px
|
||||
|
|
@ -285,9 +288,9 @@ ul.as-selections
|
|||
|
||||
.diaspora_header_logo
|
||||
:position relative
|
||||
:top 5px
|
||||
:top 4px
|
||||
:margin
|
||||
:right 49px
|
||||
:right 26px
|
||||
&:active
|
||||
:top 5px
|
||||
|
||||
|
|
@ -1153,7 +1156,7 @@ header #global_search
|
|||
:top 1px solid #111
|
||||
|
||||
:font
|
||||
:size 12px
|
||||
:size 13px
|
||||
|
||||
:border 1px solid #000
|
||||
|
||||
|
|
@ -1624,7 +1627,7 @@ h3 span.current_gs_step
|
|||
:display inline-block
|
||||
:min-width 170px
|
||||
:top 3px
|
||||
:left 460px
|
||||
:left 440px
|
||||
:margin
|
||||
:left 20px
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue