Skip to content
Extraits de code Groupes Projets
Valider b314ee22 rédigé par danielvincent's avatar danielvincent
Parcourir les fichiers

intermediate misc ui polish

parent 14ae1e8e
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
= javascript_include_tag 'aspect-edit.js' = javascript_include_tag 'aspect-edit.js'
- content_for :left_pane do - content_for :left_pane do
%h1=t('.requests') %h3=t('.requests')
.requests .requests
%ul.dropzone %ul.dropzone
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
= person_image_tag(request.person) = person_image_tag(request.person)
.name .name
= request.person.real_name = request.person.real_name
%h1=t('.ignore_remove') %h3=t('.ignore_remove')
%li.remove %li.remove
%ul.dropzone %ul.dropzone
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
.aspect_name .aspect_name
%span.edit_name_field %span.edit_name_field
%h1{:contenteditable => true}= aspect.name %h3{:contenteditable => true}= aspect.name
%span.tip click to edit %span.tip click to edit
%ul.tools %ul.tools
......
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
= person_image_tag(post.person) = person_image_tag(post.person)
%span.from %span.from
= link_to post.person.real_name, post.person = link_to post.person.real_name, post.person
= post.text = post.text
%div.time %div.time
= "#{time_ago_in_words(post.updated_at)} #{t('.ago')}" = "#{time_ago_in_words(post.updated_at)} #{t('.ago')}"
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
= render "shared/sub_header" = render "shared/sub_header"
.container .container
.span-5.last .span-4.append-1.last
= yield :left_pane = yield :left_pane
.span-19.last .span-19.last
......
...@@ -3,6 +3,34 @@ ...@@ -3,6 +3,34 @@
-# the COPYRIGHT file. -# the COPYRIGHT file.
#friend_pictures #friend_pictures
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link
= owner_image_link = owner_image_link
- for friend in @friends - for friend in @friends
= person_image_link(friend) = person_image_link(friend)
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
.container .container
.span-5.last .span-5.last
- if @person - if @person
%h1 %h2
= @person.real_name = @person.real_name
- else - else
%h1 %h2
- if @aspect == :all - if @aspect == :all
= link_to t('.all_aspects'), root_path = link_to t('.all_aspects'), root_path
- elsif @aspect == :public - elsif @aspect == :public
......
...@@ -7,28 +7,27 @@ ...@@ -7,28 +7,27 @@
= person_image_link(post.person) = person_image_link(post.person)
.content .content
%span.from .from
= link_to post.person.real_name, post.person = link_to post.person.real_name, post.person
= post.message .aspect
- for aspect in current_user.aspects_with_post( post.id )
= aspect.name
- if current_user.owns?(post)
.destroy_link
= link_to t('.delete'), status_message_path(post), :confirm => t('.are_you_sure'), :method => :delete, :remote => true, :class => "delete"
= render "shared/reshare", :post => post, :current_user => current_user
= post.message
.info .info
%span.time= link_to(how_long_ago(post), object_path(post)) %span.time= link_to(how_long_ago(post), object_path(post))
\--
= link_to "#{t('.show_comments')} (#{post.comments.count})", '#', :class => "show_post_comments" = link_to "#{t('.show_comments')} (#{post.comments.count})", '#', :class => "show_post_comments"
= render "comments/comments", :post => post = render "comments/comments", :post => post
- if current_user.owns?(post)
.destroy_link
= link_to t('.delete'), status_message_path(post), :confirm => t('.are_you_sure'), :method => :delete, :remote => true, :class => "delete"
= render "shared/reshare", :post => post, :current_user => current_user
- if post.public? - if post.public?
.public_aspect_tag .public_aspect_tag
public public
- else
.aspect_tag
%ul
- for aspect in current_user.aspects_with_post( post.id )
%li= aspect.name
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
- content_for :publish do - content_for :publish do
%h1="#{t('.editing_profile')}" %h2="#{t('.editing_profile')}"
- content_for :left_pane do - content_for :left_pane do
%ul#settings_nav %ul#settings_nav
......
...@@ -94,7 +94,7 @@ $(function() { ...@@ -94,7 +94,7 @@ $(function() {
}); });
$(".aspect h1").live( 'focus', function() { $(".aspect h3").live( 'focus', function() {
var $this = $(this), var $this = $(this),
id = $this.closest("li").children("ul").attr("id"), id = $this.closest("li").children("ul").attr("id"),
......
...@@ -11,23 +11,16 @@ body { ...@@ -11,23 +11,16 @@ body {
margin: 0; } margin: 0; }
a { a {
color: #556270;
color: #107fc9; color: #107fc9;
color: #019dbe;
text-decoration: none; } text-decoration: none; }
a:hover { a:hover {
color: white; color: #22aae0; }
background-color: #556270;
background-color: #019dbe; }
h1 { h1, h2, h3, h4 {
font-size: 21px; color: #444444; }
font-weight: bold;
line-height: 36px; }
h3 { h3 {
font-size: 18px; font-size: 18px; }
font-weight: bold; }
.avatar { .avatar {
width: 50px; width: 50px;
...@@ -125,17 +118,15 @@ header { ...@@ -125,17 +118,15 @@ header {
border-top: 1px solid white; border-top: 1px solid white;
padding: 20px 0; } padding: 20px 0; }
header #aspect_header h1 { header #aspect_header h1 {
margin-bottom: 0; text-shadow: 0 1px 0 white; }
text-shadow: 0 2px 0 white; }
header #aspect_header a { header #aspect_header a {
color: #111111; } color: #444444; }
header #aspect_header a:hover { header #aspect_header a:hover {
background: none; background: none;
color: #999999; } color: #999999; }
header #aspect_header .page_title { header #aspect_header .page_title {
text-transform: uppercase; text-transform: uppercase;
text-shadow: 0 2px 0 white; text-shadow: 0 1px 0 white; }
margin-top: -5px; }
ul#stream { ul#stream {
margin: 0; margin: 0;
...@@ -146,7 +137,6 @@ ul#stream { ...@@ -146,7 +137,6 @@ ul#stream {
padding: 12px 0; padding: 12px 0;
border-bottom: 1px solid #eeeeee; } border-bottom: 1px solid #eeeeee; }
ul#stream > li:hover { ul#stream > li:hover {
background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#fafafa), to(#fcfcfc));
background-color: #fafafa; background-color: #fafafa;
border-bottom: 1px solid #dddddd; } border-bottom: 1px solid #dddddd; }
ul#stream > li:hover .destroy_link { ul#stream > li:hover .destroy_link {
...@@ -156,26 +146,41 @@ ul#stream { ...@@ -156,26 +146,41 @@ ul#stream {
li.message { li.message {
position: relative; position: relative;
line-height: 140%; line-height: 19px;
font-family: "Lucida Grande", sans-serif; font-family: "Arial", "Helvetica", sans-serif;
color: #999999; } color: #777777; }
li.message .avatar { li.message .avatar {
float: left; float: left;
margin-right: 15px; } margin-right: 15px; }
li.message .delete:hover { li.message .delete:hover {
background: #eeeeee; } background: #eeeeee; }
li.message .content { li.message .content {
margin-top: -4px;
padding-left: 65px; padding-left: 65px;
width: 600px; } color: #444444;
li.message .content span.from { font-weight: normal;
color: black; font-size: 14px; }
font-weight: normal; li.message .content .from {
font-size: 110%; } font-family: "Helvetica neue", Arial, Helvetica, sans-serif;
text-shadow: 0 1px white; }
li.message .content .from .aspect {
display: inline;
color: #bbbbbb;
font-size: 12px; }
li.message .content .from a {
font-weight: bold; }
li.message .content div.info { li.message .content div.info {
color: #bababa; color: #eeeeee;
font-size: 70%; } font-size: 11px; }
li.message .content div.info .time a { li.message .content div.info a {
color: #666666; } color: #cccccc; }
li.message .content div.info .time {
font-weight: bold;
margin-right: 5px; }
li.message .content div.info .time a {
color: #bbbbbb; }
li.message:hover div.info a, li.message:hover .time a {
color: #107fc9; }
.reshare_pane { .reshare_pane {
margin-left: 5px; margin-left: 5px;
...@@ -261,19 +266,21 @@ ul.comment_set { ...@@ -261,19 +266,21 @@ ul.comment_set {
margin-top: 1em; margin-top: 1em;
padding: 0; padding: 0;
list-style: none; list-style: none;
width: 495px; } width: 610px; }
ul.comment_set textarea { ul.comment_set textarea {
width: 100%; } width: 100%; }
ul.comment_set li.comment { ul.comment_set li.comment {
margin-bottom: 0.5em; margin-bottom: 0.5em;
background-color: rgba(10, 81, 109, 0.05); background-color: rgba(10, 81, 109, 0.05);
padding: 0.6em; padding: 0.6em;
border-bottom: 1px solid #dddddd; } border-bottom: 1px solid #dddddd;
ul.comment_set li.comment .from { font-size: 12px;
font-size: 1em; } line-height: 17px; }
ul.comment_set li.comment .from a {
color: #444444; }
ul.comment_set li.comment div.time { ul.comment_set li.comment div.time {
color: #666666; color: #666666;
font-size: 70%; } font-size: 10px; }
ul.comment_set li.comment form { ul.comment_set li.comment form {
margin-top: -5px; margin-top: -5px;
margin-bottom: 0; margin-bottom: 0;
...@@ -306,18 +313,15 @@ ul.comment_set { ...@@ -306,18 +313,15 @@ ul.comment_set {
.destroy_link, .request_button { .destroy_link, .request_button {
position: absolute; position: absolute;
right: 2em; right: 0; }
bottom: 15px; }
.destroy_link a, .request_button a { .destroy_link a, .request_button a {
color: #999999; color: #999999;
font-weight: normal; } font-weight: normal; }
.destroy_link a:hover, .request_button a:hover { .destroy_link a:hover, .request_button a:hover {
text-decoration: underline; text-decoration: underline; }
background: none; }
.destroy_link { .destroy_link {
display: none; display: none; }
font-size: smaller; }
.request_buttons { .request_buttons {
position: absolute; position: absolute;
...@@ -350,7 +354,7 @@ ul.comment_set { ...@@ -350,7 +354,7 @@ ul.comment_set {
input[type='text'], input[type='text'],
input[type='password'], input[type='password'],
textarea { textarea {
font-family: "lucida grande", "lucida sans", "sans-serif"; font-family: "Arial", "Helvetica", sans-serif;
font-size: 14px; font-size: 14px;
padding: 0.3em; padding: 0.3em;
display: block; display: block;
...@@ -374,11 +378,13 @@ form p { ...@@ -374,11 +378,13 @@ form p {
margin: 0; } margin: 0; }
label { label {
font-family: "Arial", "Helvetica", sans-serif;
font-weight: normal;
color: #999999; color: #999999;
position: absolute; position: absolute;
top: 3px; top: 3px;
left: 0.48em; left: 0.48em;
font-weight: normal; } text-shadow: 0 1px 1px #eeeeee; }
#publisher { #publisher {
color: #999999; color: #999999;
...@@ -506,7 +512,8 @@ h1.big_text { ...@@ -506,7 +512,8 @@ h1.big_text {
#aspect_nav { #aspect_nav {
color: black; color: black;
margin-top: 8px; margin-top: 8px;
margin-bottom: 1px; } margin-bottom: 1px;
font-family: "Arial", "Helvetica", sans-serif; }
#aspect_nav #aspect_manage_button { #aspect_nav #aspect_manage_button {
display: inline; } display: inline; }
#aspect_nav #aspect_manage_button a { #aspect_nav #aspect_manage_button a {
...@@ -520,7 +527,7 @@ h1.big_text { ...@@ -520,7 +527,7 @@ h1.big_text {
display: inline; display: inline;
margin-right: 2px; } margin-right: 2px; }
#aspect_nav ul > li a { #aspect_nav ul > li a {
text-shadow: 0 2px 0 #444444; text-shadow: 0 1px 0 #444444;
-webkit-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0;
line-height: 22px; line-height: 22px;
...@@ -535,7 +542,7 @@ h1.big_text { ...@@ -535,7 +542,7 @@ h1.big_text {
#aspect_nav ul > li.selected a { #aspect_nav ul > li.selected a {
-webkit-box-shadow: 0px -4px 6px -2px #777777; -webkit-box-shadow: 0px -4px 6px -2px #777777;
-moz-box-shadow: 0px -4px 6px -2px #777777; -moz-box-shadow: 0px -4px 6px -2px #777777;
text-shadow: 0 2px 0 white; text-shadow: 0 1px 0 white;
padding-top: 4px; padding-top: 4px;
padding-bottom: 5px; padding-bottom: 5px;
line-height: 18px; line-height: 18px;
...@@ -545,7 +552,7 @@ h1.big_text { ...@@ -545,7 +552,7 @@ h1.big_text {
background: -moz-linear-gradient(19% 75% 90deg, #f7f7f7, white); background: -moz-linear-gradient(19% 75% 90deg, #f7f7f7, white);
border: 1px solid white; border: 1px solid white;
border-bottom: 1px solid #f7f7f7; border-bottom: 1px solid #f7f7f7;
color: black; } color: #444444; }
#aspect_nav ul > li.selected a:hover { #aspect_nav ul > li.selected a:hover {
background-color: #efefef; } background-color: #efefef; }
#aspect_nav ul > li.selected a a { #aspect_nav ul > li.selected a a {
...@@ -574,9 +581,9 @@ h1.big_text { ...@@ -574,9 +581,9 @@ h1.big_text {
.requests, .requests,
.remove { .remove {
list-style: none; } list-style: none; }
.aspect h1, .aspect h3,
.requests h1, .requests h3,
.remove h1 { .remove h3 {
display: inline-block; } display: inline-block; }
.aspect .tip, .aspect .tip,
.requests .tip, .requests .tip,
...@@ -596,7 +603,7 @@ h1.big_text { ...@@ -596,7 +603,7 @@ h1.big_text {
.requests .aspect_name ul.tools, .requests .aspect_name ul.tools,
.remove .aspect_name ul.tools { .remove .aspect_name ul.tools {
position: absolute; position: absolute;
top: 10px; top: 5px;
right: 0; right: 0;
display: inline; display: inline;
padding: 0; padding: 0;
...@@ -616,7 +623,7 @@ h1.big_text { ...@@ -616,7 +623,7 @@ h1.big_text {
.remove .grey { .remove .grey {
color: #999999; color: #999999;
cursor: default; cursor: default;
text-shadow: 0 2px white; } text-shadow: 0 1px white; }
.aspect ul.dropzone, .aspect ul.dropzone,
.requests ul.dropzone, .requests ul.dropzone,
.remove ul.dropzone { .remove ul.dropzone {
...@@ -678,10 +685,11 @@ ul#settings_nav { ...@@ -678,10 +685,11 @@ ul#settings_nav {
marign: 0; marign: 0;
font-size: larger; } font-size: larger; }
ul#settings_nav > li a { ul#settings_nav > li a {
font-size: smaller;
display: block; display: block;
height: 100%; height: 100%;
border-bottom: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee;
padding: 5px 0; } padding: 2px; }
.settings_pane { .settings_pane {
display: none; } display: none; }
...@@ -735,7 +743,9 @@ ul#settings_nav { ...@@ -735,7 +743,9 @@ ul#settings_nav {
#friend_pictures { #friend_pictures {
line-height: 1em; } line-height: 1em; }
#friend_pictures img { #friend_pictures img {
margin-right: -1px; } margin-right: -1px;
width: 35px;
height: 35px; }
#thumbnails { #thumbnails {
line-height: 14px; } line-height: 14px; }
...@@ -15,28 +15,18 @@ body ...@@ -15,28 +15,18 @@ body
:padding 2em :padding 2em
:margin 0 :margin 0
a a
:color #556270
:color #107FC9 :color #107FC9
:color #019DBE
:text :text
:decoration none :decoration none
&:hover &:hover
:color #fff :color #22AAE0
:background
:color #556270
:color #019DBE
h1 h1, h2, h3, h4
:font :color #444
:size 21px
:weight bold
:line
:height 36px
h3 h3
:font :font
:size 18px :size 18px
:weight bold
.avatar .avatar
:width 50px :width 50px
...@@ -158,12 +148,10 @@ header ...@@ -158,12 +148,10 @@ header
:padding 20px 0 :padding 20px 0
h1 h1
:margin :text-shadow 0 1px 0 #fff
:bottom 0
:text-shadow 0 2px 0 #fff
a a
:color #111 :color #444
&:hover &:hover
:background none :background none
:color #999 :color #999
...@@ -171,9 +159,7 @@ header ...@@ -171,9 +159,7 @@ header
.page_title .page_title
:text :text
:transform uppercase :transform uppercase
:shadow 0 2px 0 #fff :shadow 0 1px 0 #fff
:margin
:top -5px
ul#stream ul#stream
...@@ -187,14 +173,10 @@ ul#stream ...@@ -187,14 +173,10 @@ ul#stream
:bottom 1px solid #eee :bottom 1px solid #eee
&:hover &:hover
:background -webkit-gradient(linear, 0% 0%, 0% 50%, from(#FAFAFA), to(#FCFCFC))
:background :background
:color #fafafa :color #fafafa
:border :border
:bottom 1px solid #ddd :bottom 1px solid #ddd
.destroy_link .destroy_link
:display inline :display inline
...@@ -203,10 +185,10 @@ ul#stream ...@@ -203,10 +185,10 @@ ul#stream
li.message li.message
:position relative :position relative
:line-height 140% :line-height 19px
:font :font
:family 'Lucida Grande', sans-serif :family 'Arial', 'Helvetica', sans-serif
:color #999 :color #777
.avatar .avatar
:float left :float left
...@@ -217,24 +199,49 @@ li.message ...@@ -217,24 +199,49 @@ li.message
:background #eee :background #eee
.content .content
:margin
:top -4px
:padding :padding
:left 65px :left 65px
:width 600px
span.from .from
:color #000
:font
:weight normal
:font :font
:size 110% :family 'Helvetica neue', Arial, Helvetica, sans-serif
:text
:shadow 0 1px #fff
div.info .aspect
:color #bababa :display inline
:font-size 70% :color #bbb
:font
:size 12px
a
:font
:weight bold
:color #444
:font
:weight normal
:size 14px
div.info
:color #eee
:font-size 11px
a
:color #ccc
.time .time
a a
:color #666 :color #bbb
:font
:weight bold
:margin
:right 5px
&:hover
div.info, .time
a
:color #107FC9
.reshare_pane .reshare_pane
:margin :margin
...@@ -354,7 +361,7 @@ ul.comment_set ...@@ -354,7 +361,7 @@ ul.comment_set
:top 1em :top 1em
:padding 0 :padding 0
:list-style none :list-style none
:width 495px :width 610px
textarea textarea
:width 100% :width 100%
...@@ -369,12 +376,17 @@ ul.comment_set ...@@ -369,12 +376,17 @@ ul.comment_set
:bottom 1px solid #ddd :bottom 1px solid #ddd
.from .from
:font a
:size 1em :color #444
:font
:size 12px
:line
:height 17px
div.time div.time
:color #666 :color #666
:font-size 70% :font-size 10px
form form
:margin :margin
...@@ -418,8 +430,7 @@ ul.comment_set ...@@ -418,8 +430,7 @@ ul.comment_set
.destroy_link, .request_button .destroy_link, .request_button
:position absolute :position absolute
:right 2em :right 0
:bottom 15px
a a
:color #999 :color #999
:font :font
...@@ -427,11 +438,9 @@ ul.comment_set ...@@ -427,11 +438,9 @@ ul.comment_set
&:hover &:hover
:text :text
:decoration underline :decoration underline
:background none
.destroy_link .destroy_link
:display none :display none
:font-size smaller
.request_buttons .request_buttons
:position absolute :position absolute
...@@ -471,7 +480,7 @@ input[type='text'], ...@@ -471,7 +480,7 @@ input[type='text'],
input[type='password'], input[type='password'],
textarea textarea
:font :font
:family 'lucida grande', 'lucida sans', 'sans-serif' :family 'Arial', 'Helvetica', sans-serif
:size 14px :size 14px
:padding 0.3em :padding 0.3em
:display block :display block
...@@ -499,12 +508,15 @@ form p ...@@ -499,12 +508,15 @@ form p
:margin 0 :margin 0
label label
:font
:family 'Arial', 'Helvetica', sans-serif
:weight normal
:color #999 :color #999
:position absolute :position absolute
:top 3px :top 3px
:left 0.48em :left 0.48em
:font :text
:weight normal :shadow 0 1px 1px #eee
#publisher #publisher
:color #999 :color #999
...@@ -676,6 +688,9 @@ h1.big_text ...@@ -676,6 +688,9 @@ h1.big_text
:top 8px :top 8px
:bottom 1px :bottom 1px
:font
:family 'Arial', 'Helvetica', sans-serif
#aspect_manage_button #aspect_manage_button
:display inline :display inline
...@@ -697,7 +712,7 @@ h1.big_text ...@@ -697,7 +712,7 @@ h1.big_text
:right 2px :right 2px
a a
:text-shadow 0 2px 0 #444 :text-shadow 0 1px 0 #444
:-webkit-border-radius 3px 3px 0 0 :-webkit-border-radius 3px 3px 0 0
:-moz-border-radius 3px 3px 0 0 :-moz-border-radius 3px 3px 0 0
:line :line
...@@ -720,7 +735,7 @@ h1.big_text ...@@ -720,7 +735,7 @@ h1.big_text
:-webkit-box-shadow 0px -4px 6px -2px #777 :-webkit-box-shadow 0px -4px 6px -2px #777
:-moz-box-shadow 0px -4px 6px -2px #777 :-moz-box-shadow 0px -4px 6px -2px #777
:text-shadow 0 2px 0 #fff :text-shadow 0 1px 0 #fff
:padding :padding
:top 4px :top 4px
:bottom 5px :bottom 5px
...@@ -736,7 +751,7 @@ h1.big_text ...@@ -736,7 +751,7 @@ h1.big_text
:border 1px solid #fff :border 1px solid #fff
:bottom 1px solid #F7F7F7 :bottom 1px solid #F7F7F7
:color #000 :color #444
&:hover &:hover
:background :background
:color #efefef :color #efefef
...@@ -776,7 +791,7 @@ h1.big_text ...@@ -776,7 +791,7 @@ h1.big_text
:list :list
:style none :style none
h1 h3
:display inline-block :display inline-block
.tip .tip
...@@ -795,7 +810,7 @@ h1.big_text ...@@ -795,7 +810,7 @@ h1.big_text
ul.tools ul.tools
:position absolute :position absolute
:top 10px :top 5px
:right 0 :right 0
:display inline :display inline
:padding 0 :padding 0
...@@ -814,7 +829,7 @@ h1.big_text ...@@ -814,7 +829,7 @@ h1.big_text
.grey .grey
:color #999 :color #999
:cursor default :cursor default
:text-shadow 0 2px #fff :text-shadow 0 1px #fff
ul.dropzone ul.dropzone
:min-height 20px :min-height 20px
...@@ -868,13 +883,14 @@ ul#settings_nav ...@@ -868,13 +883,14 @@ ul#settings_nav
:size larger :size larger
> li > li
a a
:font
:size smaller
:display block :display block
:height 100% :height 100%
:border :border
:bottom 1px solid #eee :bottom 1px solid #eee
:padding 5px 0 :padding 2px
.settings_pane .settings_pane
...@@ -954,6 +970,8 @@ ul#settings_nav ...@@ -954,6 +970,8 @@ ul#settings_nav
:line-height 1em :line-height 1em
img img
:margin-right -1px :margin-right -1px
:width 35px
:height 35px
#thumbnails #thumbnails
:line-height 14px :line-height 14px
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter