Overview
Comment: | Corrections styles pour mobiles |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | dev |
Files: | files | file ages | folders |
SHA1: |
b9e69f153691a3bae78da9852671b543 |
User & Date: | bohwaz on 2017-08-04 05:28:27 |
Other Links: | branch diff | manifest | tags |
Context
2017-08-04
| ||
05:38 | Autres corrections pour style mobile check-in: 7b6b7bf40e user: bohwaz tags: dev | |
05:28 | Corrections styles pour mobiles check-in: b9e69f1536 user: bohwaz tags: dev | |
05:28 | Dans une asso, certaines dates du wiki étaient encore au format unix timestamp, corrigeons avant de migrer check-in: dc3f733f4e user: bohwaz tags: dev | |
Changes
Modified src/www/admin/static/admin.css from [05095aac5b] to [c43255362e].
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
...
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
|
text-shadow: 1px 1px 1px #999; border: none; cursor: pointer; position: relative; z-index: 200; } .icn[title]:after { display: none; position: absolute; content: attr(title); font-size: 10pt; border-radius: .2em; top: 0; bottom: 0; ................................................................................ text-shadow: none; white-space: pre; box-shadow: 0px 0px 2px #000; text-decoration: underline; padding-right: 2em; } dl dd.actions .icn[title]:after { right: auto; left: 0; padding-left: 2em; padding-right: 0; } .icn[title]:hover:after { display: inline-block; } .num a { text-decoration: none; border-radius: .5em; display: inline-block; |
|
|
|
|
|
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
...
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
|
text-shadow: 1px 1px 1px #999; border: none; cursor: pointer; position: relative; z-index: 200; } a.icn[title]:after { display: none; position: absolute; content: attr(title); font-size: 10pt; border-radius: .2em; top: 0; bottom: 0; ................................................................................ text-shadow: none; white-space: pre; box-shadow: 0px 0px 2px #000; text-decoration: underline; padding-right: 2em; } dl dd.actions a.icn[title]:after { right: auto; left: 0; padding-left: 2em; padding-right: .4em; } a.icn[title]:hover:after { display: inline-block; } .num a { text-decoration: none; border-radius: .5em; display: inline-block; |
Modified src/www/admin/static/handheld.css from [0d1120945a] to [4d8d1d2f3b].
10
11
12
13
14
15
16
17
18
19
20
21
22
23
..
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
margin: .3em 0; } .header .menu { position: relative; margin: 0; width: 100%; background: none; } .header .menu > li { margin: .1em 0; } ................................................................................ } .header .menu li li.current > a { border-radius: .5em; padding: .2em .4em; } .page { margin: 0; padding: .1em; } ul.actions { padding: 0; border: none; |
>
|
|
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
..
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
margin: .3em 0; } .header .menu { position: relative; margin: 0; width: 100%; padding: 0; background: none; } .header .menu > li { margin: .1em 0; } ................................................................................ } .header .menu li li.current > a { border-radius: .5em; padding: .2em .4em; } main { margin: 0; padding: .1em; } ul.actions { padding: 0; border: none; |