projets
/
auf_rh_dae.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Routeur: Ajout temporaire des modules workflow et dae en écriture
[auf_rh_dae.git]
/
project
/
templates
/
alphafilter
/
alphafilter_styles.html
1
<style
type
=
"text/css"
media
=
"screen"
>
2
ul.alphabetfilter {
3
list-style: none;
4
display: inline;
5
}
6
ul.alphabetfilter li,
7
.change-list ul.alphabetfilter li {
8
width:
0.7
em;
9
display: inline;
10
}
11
ul.alphabetfilter li.first,
12
.change-list ul.alphabetfilter li.first {
13
width:
2
em;
14
}
15
.inactive {
16
color: #
999
;
17
}
18
.selected {
19
color: red;
20
}
21
</style>