Changeset 93767 in spip-zone
- Timestamp:
- Dec 17, 2015, 11:16:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/foundation_6/trunk/inclure/head-foundation.html
r93756 r93767 10 10 ] 11 11 12 12 13 [(#REM) Ce CSS règles les conflit entre les CSS de SPIP et ceux de Foundation ] 13 14 [<link rel="stylesheet" href="(#PRODUIRE{fond=lib/conflit_spip.css}|direction_css)" type="text/css" />] 14 15 [(#REM)16 Foundation utilise un propriété (border-box) qui n'est pas prise en charge nativement par IE.17 On ajoute un fix pour rendre cela compatible.18 ]19 <style type="text/css">20 [(#CONFIG{foundation/fichier_htc}|oui)21 .lt-ie8 *, .lt-ie8 *:before, .lt-ie8 *:after {22 [behavior: url((#CHEMIN{boxsizing.htc}));]23 }24 ]25 26 [(#REM)27 Il y a un bug sous Firefox (et opéra?) avec les line-height et les input.28 Il faudra probablement le faire pour chaque type de bouton si on veux avoir un affichage similaire entre les a.bouton et les input.button.29 30 On utilise @-moz-document url-prefix() pour ne cibler que firefox31 ]32 @-moz-document url-prefix() {33 input.button.small {34 padding-top: 0.38em !important;35 padding-bottom: 0.3em !important;36 }37 38 }39 </style>
Note: See TracChangeset
for help on using the changeset viewer.