Changeset 120821 in spip-zone
- Timestamp:
- Jan 26, 2020, 6:13:04 PM (13 months ago)
- Location:
- _core_/plugins/svp
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/svp
- Property subgit:lock:b610d35c259fdf4d241708b611cdb3e7cbcb7332 deleted
-
Property
subgit:lock:3523ef7e16700677b20d61ca8fd36220970950c2
set to
2020-01-26T19:14:20.091
-
_core_/plugins/svp/paquet.xml
r120820 r120821 2 2 prefix="svp" 3 3 categorie="maintenance" 4 version="2.1. 2"4 version="2.1.3" 5 5 etat="stable" 6 6 compatibilite="[3.3.0-dev;3.3.*]" -
_core_/plugins/svp/prive/objets/infos/plugin.html
r115961 r120821 9 9 10 10 [(#REM) <!-- Le prefixe --> ] 11 <div class="prefixe"> 12 <div class='label'><:svp:label_prefixe:> :</div> 13 <div class="texte"> 14 <strong>[(#PREFIXE|strtolower)]</strong> 15 </div> 11 <div class="numero"> 12 <:svp:label_prefixe:> : 13 <p class="plugin"><span>#PREFIXE</span></p> 16 14 </div> 17 15 -
_core_/plugins/svp/prive/style_prive_plugin_svp.html
r115915 r120821 142 142 /* **************** EXEC PLUGIN ***************** */ 143 143 /* Boite d'infos */ 144 .info .prefixe { margin-top: 0.7em; } 145 .info .prefixe .label, .info .prefixe .texte { display: inline-block; } 146 .info .branches { margin-top: 0.5em; } 147 .info .actualite .liste-items { padding-top: 0.7em; border-top: 1px solid #eee; } 144 #navigation .infos .numero p.plugin { font-size: 1.3em; text-transform: lowercase; } 145 #navigation .info .branches { margin-top: 0.5em; } 146 #navigation .info .actualite .liste-items { padding-top: 0.7em; border-top: 1px solid #eee; } 148 147 /* Contenu objet */ 149 148 .plugin #wysiwyg .champ.contenu_texte .label { display: block; }
Note: See TracChangeset
for help on using the changeset viewer.