Changeset 125305 in spip-zone
- Timestamp:
- Jun 24, 2020, 7:36:31 PM (7 months ago)
- Location:
- _plugins_/saisies/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/saisies/trunk
- Property subgit:lock:9d46eae0cdc94566606d117feaad92384d8e60f2 deleted
-
Property
subgit:lock:1b38c51aebdad6a063413e2d2d336ffbb6c86286
set to
2020-06-24T21:36:40.257
-
_plugins_/saisies/trunk/paquet.xml
r125300 r125305 2 2 prefix="saisies" 3 3 categorie="outil" 4 version="3.41. 1"4 version="3.41.2" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.2.*]" -
_plugins_/saisies/trunk/saisies.css.html
r114384 r125305 10 10 /* Dans l'espace privé, afficher les labels des vues de Saisies */ 11 11 #wysiwyg .afficher .label{ display:block; } 12 13 /* Correction d'un bug de navigateur. On l'ajoute là pour tout le monde, c'est gentil. https://stackoverflow.com/a/17863685 */ 14 fieldset { 15 min-width:0; 16 } 12 17 13 18 .fieldset.pliable > fieldset > .legend{ … … 66 71 content: ' → '; 67 72 } 73 74 /* Pour les saisies grilles, on s'arrange pour faire défiler si ça dépasse en largeur */ 75 .choix_grille_wrapper { 76 overflow-x: auto; 77 }
Note: See TracChangeset
for help on using the changeset viewer.