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
e18ee579
Commit
e18ee579
authored
Apr 28, 2016
by
Aaron Wells
Committed by
Gerrit Code Review
Apr 28, 2016
Browse files
Merge "Admin user list asc/desc arrows to be like group report ones"
parents
0fe7af17
6dbc2452
Changes
2
Show whitespace changes
Inline
Side-by-side
htdocs/theme/raw/sass/_custom.scss
View file @
e18ee579
...
...
@@ -325,10 +325,11 @@
margin-left
:
3px
;
color
:
#888
;
}
.
asc
>
a
:
:
after
{
.
asc
>
a
:
:
after
{
content
:
'\f0dd'
;
}
.
sorted
>
a
:
:
after
{
.
desc
>
a
:
:
after
,
.
sorted
>
a
::
after
{
content
:
'\f0de'
;
top
:
2px
;
}
...
...
htdocs/theme/raw/sass/typography/_tables.scss
View file @
e18ee579
...
...
@@ -46,19 +46,10 @@ td.tiny {
position
:
relative
;
&
>
a
::after
{
display
:
block
;
position
:
absolute
;
right
:
-5px
;
bottom
:
8px
;
right
:
4px
;
text-decoration
:
none
;
color
:
$theme-text-midtone-color
;
}
&
.asc
>
a
::after
{
content
:
"▼"
;
}
&
.desc
>
a
::after
{
content
:
"▲"
;
}
&
:last-child
>
a
::after
{
right
:
0
;
}
...
...
Write
Preview
Markdown
is supported
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