mirror of
https://github.com/friendica/friendica
synced 2025-09-06 06:39:27 +02:00
added pager
This commit is contained in:
parent
cb54cda174
commit
a4850cb3d7
3 changed files with 107 additions and 6 deletions
|
@ -499,4 +499,26 @@ input#dfrn-url {
|
|||
|
||||
#directory-search-end {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
.pager {
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
|
||||
.pager_first,
|
||||
.pager_last,
|
||||
.pager_prev,
|
||||
.pager_next,
|
||||
.pager_n {
|
||||
border: 1px solid black;
|
||||
background: #EEE;
|
||||
padding: 4px;
|
||||
}
|
||||
.pager_current {
|
||||
border: 1px solid black;
|
||||
background: #E33;
|
||||
padding: 4px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue