Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
8ac901b0
Commit
8ac901b0
authored
Sep 26, 2007
by
Richard Mansfield
Committed by
Nigel McNie
Oct 17, 2007
Browse files
More spacing between letters
parent
3ac9b824
Changes
2
Show whitespace changes
Inline
Side-by-side
htdocs/theme/default/static/style/style.css
View file @
8ac901b0
...
...
@@ -1549,7 +1549,7 @@ a.pieform-calendar-toggle img {
}
table
#initials
{
width
:
5
0
0px
;
width
:
5
5
0px
;
margin-top
:
10px
;
margin-bottom
:
10px
;
border
:
none
;
...
...
@@ -1557,8 +1557,15 @@ table#initials {
table
#initials
.initial-label
{
text-align
:
right
;
}
table
#initials
.initial-letters
{
font-size
:
13px
;
}
#initials
.initial-letters
span
{
padding-left
:
2px
;
padding-right
:
2px
;
}
#initials
span
.selected
a
,
#initials
.initial-letters
span
.selected
a
,
.search-results-pages
span
.selected
a
{
color
:
#000
!important
;
text-decoration
:
none
;
...
...
htdocs/theme/default/templates/admin/users/search.tpl
View file @
8ac901b0
...
...
@@ -7,7 +7,7 @@
<table
id=
"initials"
><tbody>
<tr
id=
"firstnamelist"
>
<td
class=
"initial-label"
>
{
str
tag
=
"firstname"
}
:
</td>
<td>
<td
class=
"initial-letters"
>
<span
class=
"first-initial
{
if
empty
(
$search
->
f
)
}
selected
{/
if
}
all"
>
<a
href=
"?
{
if
$search
->
l
}
l=
{
$search
->
l
}{/
if
}
"
>
{
str
tag
=
"all"
}
</a>
</span>
...
...
@@ -20,7 +20,7 @@
</tr>
<tr
id=
"lastnamelist"
>
<td
class=
"initial-label"
>
{
str
tag
=
"lastname"
}
:
</td>
<td>
<td
class=
"initial-letters"
>
<span
class=
"last-initial
{
if
empty
(
$search
->
l
)
}
selected
{/
if
}
all"
>
<a
href=
"?
{
if
$search
->
f
}
f=
{
$search
->
f
}{/
if
}
"
>
{
str
tag
=
"all"
}
</a>
</span>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment