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
3ac9b824
Commit
3ac9b824
authored
Sep 26, 2007
by
Richard Mansfield
Committed by
Nigel McNie
Oct 17, 2007
Browse files
Make initials table narrower
parent
38a45c15
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/static/style/style.css
View file @
3ac9b824
...
@@ -1548,9 +1548,19 @@ a.pieform-calendar-toggle img {
...
@@ -1548,9 +1548,19 @@ a.pieform-calendar-toggle img {
border
:
none
;
border
:
none
;
}
}
table
#initials
{
width
:
500px
;
margin-top
:
10px
;
margin-bottom
:
10px
;
border
:
none
;
}
table
#initials
.initial-label
{
text-align
:
right
;
}
#initials
span
.selected
a
,
#initials
span
.selected
a
,
.search-results-pages
span
.selected
a
{
.search-results-pages
span
.selected
a
{
color
:
#000
!important
;
color
:
#000
!important
;
text-decoration
:
none
;
text-decoration
:
none
;
font-weight
:
bold
;
font-weight
:
bold
;
}
}
htdocs/theme/default/templates/admin/users/search.tpl
View file @
3ac9b824
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<p>
{
str
tag
=
"usersearchinstructions"
section
=
"admin"
}
</p>
<p>
{
str
tag
=
"usersearchinstructions"
section
=
"admin"
}
</p>
<table
id=
"initials"
><tbody>
<table
id=
"initials"
><tbody>
<tr
id=
"firstnamelist"
>
<tr
id=
"firstnamelist"
>
<td>
{
str
tag
=
"firstname"
}
:
</td>
<td
class=
"initial-label"
>
{
str
tag
=
"firstname"
}
:
</td>
<td>
<td>
<span
class=
"first-initial
{
if
empty
(
$search
->
f
)
}
selected
{/
if
}
all"
>
<span
class=
"first-initial
{
if
empty
(
$search
->
f
)
}
selected
{/
if
}
all"
>
<a
href=
"?
{
if
$search
->
l
}
l=
{
$search
->
l
}{/
if
}
"
>
{
str
tag
=
"all"
}
</a>
<a
href=
"?
{
if
$search
->
l
}
l=
{
$search
->
l
}{/
if
}
"
>
{
str
tag
=
"all"
}
</a>
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
</td>
</td>
</tr>
</tr>
<tr
id=
"lastnamelist"
>
<tr
id=
"lastnamelist"
>
<td>
{
str
tag
=
"lastname"
}
:
</td>
<td
class=
"initial-label"
>
{
str
tag
=
"lastname"
}
:
</td>
<td>
<td>
<span
class=
"last-initial
{
if
empty
(
$search
->
l
)
}
selected
{/
if
}
all"
>
<span
class=
"last-initial
{
if
empty
(
$search
->
l
)
}
selected
{/
if
}
all"
>
<a
href=
"?
{
if
$search
->
f
}
f=
{
$search
->
f
}{/
if
}
"
>
{
str
tag
=
"all"
}
</a>
<a
href=
"?
{
if
$search
->
f
}
f=
{
$search
->
f
}{/
if
}
"
>
{
str
tag
=
"all"
}
</a>
...
...
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