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

public indicator tag on status message partial.

parent 15a4609c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -22,3 +22,8 @@
.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?
.aspect_tag
public
......@@ -675,3 +675,18 @@ ul#settings_nav {
#fancybox-close:hover {
background-color: transparent; }
.aspect_tag {
position: absolute;
top: 15px;
right: 2em;
background-color: #fffc7f;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
font-size: smaller;
padding: 0 6px;
color: #999999;
text-shadow: 0 1px white;
border-bottom: 1px solid #eeeeee;
cursor: default; }
......@@ -866,3 +866,26 @@ ul#settings_nav
:background
:color transparent
.aspect_tag
:position absolute
:top 15px
:right 2em
:background
:color #FFFC7F
:border-radius 5px
:-webkit-border-radius 5px
:-moz-border-radius 5px
:font
:size smaller
:padding 0 6px
:color #999
:text
:shadow 0 1px #fff
:border
:bottom 1px solid #eee
:cursor default
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter