Changeset 65811 in spip-zone
- Timestamp:
- Sep 12, 2012, 10:54:05 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/notifications/trunk/notifications/forum_poste_html_corps.html
r65780 r65811 22 22 23 23 <hr/> 24 <h 4><:notifications:titre_moderation:></h4>24 <h5><:notifications:titre_moderation:></h5> 25 25 <div style="text-align:center;"> 26 26 [<a class="submit" href="(#ENV{url_moderer_publie})"><:notifications:info_lien_publier_commentaire:></a><br />] 27 27 [<a class="submit" href="(#ENV{url_moderer_off})"><:notifications:info_lien_supprimer_commentaire:></a><br />] 28 28 [<a class="submit" href="(#ENV{url_moderer_spam})"><:notifications:info_lien_signaler_spam_commentaire:></a><br />] 29 </ ul>29 </div> 30 30 [ 31 31 <p><strong><:forum:info_liens_texte:> :</strong><br /> … … 38 38 <p><small><:form_forum_message_auto:></small></p> 39 39 <style type="text/css"> 40 .submit { position:relative;display:inline-block;width:auto;min-width:14em;text-align:center;padding:5px 1em 6px;margin: 1em;overflow:visible;cursor:pointer;background:#DDD;40 .submit { position:relative;display:inline-block;width:auto;min-width:14em;text-align:center;padding:5px 1em 6px;margin:0.5em 1em;overflow:visible;cursor:pointer;background:#DDD; 41 41 -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);box-shadow:0 1px 3px rgba(0,0,0,0.5); 42 42 border:0;border-bottom:1px solid rgba(0,0,0,0.25);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-size:100%;line-height:1;font-weight:bold;}
Note: See TracChangeset
for help on using the changeset viewer.