Overview
Comment: | Ne pas donner de taille mini aux select par défaut |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | dev |
Files: | files | file ages | folders |
SHA1: |
b326f97d28a4182e6e358e81b13c661a |
User & Date: | bohwaz on 2017-08-01 06:39:06 |
Other Links: | branch diff | manifest | tags |
Context
2017-08-01
| ||
06:42 | Donner la possibilité d'avoir le plugin dans un répertoire et pas dans une archive, rends le dév plus facile check-in: 49bf5729d2 user: bohwaz tags: dev | |
06:39 | Ne pas donner de taille mini aux select par défaut check-in: b326f97d28 user: bohwaz tags: dev | |
05:31 | Filtre squelette date_intelligente: heures facultative check-in: 3bf6f9e9f3 user: bohwaz tags: dev | |
Changes
Modified src/www/admin/static/admin.css from [267e33700e] to [979f563f24].
256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 |
input[type=url], input[type=tel], select { padding: 0.2em 0.4em; font-family: Sans-serif; min-width: 20em; max-width: 100%; } input[size] { min-width: 0; } input.time { text-align: center; padding: .2em 0; } |
| |
256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 |
input[type=url], input[type=tel], select {
padding: 0.2em 0.4em;
font-family: Sans-serif;
min-width: 20em;
max-width: 100%;
}
select, input[size] {
min-width: 0;
}
input.time {
text-align: center;
padding: .2em 0;
}
|