Overview
Comment: | Improve handheld UI |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | stable | 1.0.0-rc9 |
Files: | files | file ages | folders |
SHA1: |
89ebfbe17b03c402a59da1fb3a51c324 |
User & Date: | bohwaz on 2020-12-07 20:03:05 |
Other Links: | manifest | tags |
Context
2020-12-07
| ||
20:06 | New release check-in: 6e2fd5e0ac user: bohwaz tags: trunk, stable, 1.0.0-rc9 | |
20:03 | Improve handheld UI check-in: 89ebfbe17b user: bohwaz tags: trunk, stable, 1.0.0-rc9 | |
19:45 | Fix ability to change current year from simple tracking check-in: 9dd7fe3ea8 user: bohwaz tags: trunk, stable | |
Changes
Modified src/www/admin/static/handheld.css from [02f3d81c1c] to [35e1d3cbb8].
︙ | ︙ | |||
153 154 155 156 157 158 159 | width: auto; } dl.describe { margin: 0 .5em; } | < < < < < < < < < < < < < < | 153 154 155 156 157 158 159 160 161 162 163 164 165 166 | width: auto; } dl.describe { margin: 0 .5em; } fieldset { border-left: none; border-right: none; } .shortFormRight, .shortFormLeft { float: none; |
︙ | ︙ | |||
262 263 264 265 266 267 268 269 270 | dl.list { text-align: center; } table.statement td, table.statement tr { display: block; } dl.describe { | > > > > > > > > > | > > > > > > > | 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 | dl.list { text-align: center; } table.statement td, table.statement tr { display: block; } aside.describe { float: none; margin: 1em auto; } dl.describe { display: block; margin: 1em; text-align: left; } dl.describe > dt { text-align: unset; } dl.describe > dd { font-size: 1.2em; margin-bottom: .8em; } .datepicker-parent { position: static; } dialog.datepicker { margin: auto; } } |