mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
admin/plugins: Allow people to sort search results
This commit is contained in:
parent
1ebbcd2f30
commit
773293991b
4 changed files with 84 additions and 15 deletions
|
@ -102,6 +102,19 @@ input[type="text"] {
|
|||
max-width: 500px;
|
||||
}
|
||||
|
||||
.sort {
|
||||
cursor: pointer;
|
||||
}
|
||||
.sort:after {
|
||||
content: '▲▼'
|
||||
}
|
||||
.sort.up:after {
|
||||
content:'▲'
|
||||
}
|
||||
.sort.down:after {
|
||||
content:'▼'
|
||||
}
|
||||
|
||||
table {
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue