translation fix on _person.haml. button tweak
This commit is contained in:
parent
f57f3236d9
commit
969c668518
4 changed files with 18 additions and 21 deletions
|
|
@ -5,4 +5,4 @@
|
|||
= form_tag(requests_path) do
|
||||
= select_tag(:aspect_id, options_from_collection_for_select(aspects, "id", "name"))
|
||||
= hidden_field_tag :destination_handle, person.diaspora_handle
|
||||
= submit_tag t('people.person.add_connection')
|
||||
= submit_tag t('people.person.add_contact')
|
||||
|
|
|
|||
|
|
@ -252,7 +252,7 @@ en:
|
|||
people:
|
||||
person:
|
||||
pending_request: "pending request"
|
||||
already_friends: "Already friends"
|
||||
already_connected: "Already connected"
|
||||
thats_you: "thats you!"
|
||||
add_contact: "add contact"
|
||||
index:
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ header
|
|||
|
||||
:background
|
||||
:color #333
|
||||
:background -webkit-gradient( linear, left bottom, left top, color-stop(0.01, rgb(21,21,21)), color-stop(0.12, rgb(51,51,51)))
|
||||
:background -webkit-gradient(linear, 0% 0%, 0% 100%, from(#080808), to(#191919), color-stop(.9,#262626),color-stop(.1,#333333),color-stop(.75,#343434))
|
||||
:background -moz-linear-gradient( center bottom, rgb(21,21,21) 1%, rgb(51,51,51) 12%)
|
||||
|
||||
:padding 0
|
||||
|
|
|
|||
|
|
@ -21,36 +21,33 @@
|
|||
:min-height 10px
|
||||
|
||||
:background -webkit-gradient(linear, 0% 39%, 0% 100%, from(#FCFCFC), to(#d0d0d0))
|
||||
:background -moz-linear-gradient(top, #FCFCFC, #e0e0e0)
|
||||
:background -moz-linear-gradient(top, #FCFCFC, #d0d0d0)
|
||||
|
||||
:border 1px solid #cecece
|
||||
:bottom 1px solid #777
|
||||
:left 1px solid #aaa
|
||||
:right 1px solid #aaa
|
||||
:border 1px solid #aaa
|
||||
:top 1px solid #bbb
|
||||
:bottom 1px solid #888
|
||||
|
||||
:border-radius 4px
|
||||
:-moz-border-radius 4px
|
||||
:-webkit-border-radius 4px
|
||||
|
||||
:cursor pointer
|
||||
|
||||
:box-shadow 0 1px 1px #ccc
|
||||
:-webkit-box-shadow 0 1px 1px #ccc
|
||||
:-moz-box-shadow 0 1px 1px #ccc
|
||||
:cursor default
|
||||
|
||||
:color #444
|
||||
|
||||
&:hover
|
||||
:color #666
|
||||
:background -webkit-gradient(linear, 0% 29%, 0% 85%, from(#FAFAFA), to(#F0F0F0))
|
||||
:background -moz-linear-gradient(top, #FAFAFA, #F0F0F0)
|
||||
:color #444
|
||||
:background -webkit-gradient(linear, 0% 39%, 0% 100%, from(#DCDCDC), to(#b0b0b0))
|
||||
:background -moz-linear-gradient(top, #DCDCDC, #b0b0b0)
|
||||
|
||||
&:active
|
||||
:color #666
|
||||
:background -webkit-gradient(linear, 0% 29%, 0% 85%, from(#F0F0F0), to(#FAFAFA))
|
||||
:background -moz-linear-gradient(top, #F0F0F0, #FAFAFA)
|
||||
:border
|
||||
:top 1px solid #ccc
|
||||
:color #111
|
||||
:text-shadow 0 1px 0 #ccc
|
||||
:background -webkit-gradient(linear, 0% 39%, 0% 100%, from(#ACACAC), to(#808080))
|
||||
:background -moz-linear-gradient(top, #ACACAC, #808080)
|
||||
:border 1px solid #666
|
||||
:top 1px solid #333
|
||||
:bottom 1px solid #888
|
||||
|
||||
ul.button_set
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue