Fix CSS around display of page controls in repo view
This commit is contained in:
parent
c724af12cd
commit
8737ac09a8
3 changed files with 4 additions and 3 deletions
|
@ -7,11 +7,13 @@
|
|||
}
|
||||
|
||||
.page-controls-element .current-items {
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
margin-right: 10px;
|
||||
padding: 4px;
|
||||
border: 1px solid transparent;
|
||||
vertical-align: middle;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.page-controls-element .current-items:hover {
|
||||
|
|
Reference in a new issue