mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 19:51:01 +08:00
Merge pull request #5507 from artoscinote/ma_SCI_8564
Fix edit overlays for repository table [SCI-8564]
This commit is contained in:
commit
d6a8f779d0
1 changed files with 5 additions and 2 deletions
|
@ -522,15 +522,18 @@
|
|||
position: absolute;
|
||||
right: 0;
|
||||
text-align: right;
|
||||
top: 2em;
|
||||
width: 50%;
|
||||
top: 0;
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.repository-edit-overlay--pagination {
|
||||
bottom: 0;
|
||||
height: 5em;
|
||||
line-height: 5em;
|
||||
padding: .5em;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
||||
hr {
|
||||
margin-top: -2.5em;
|
||||
|
|
Loading…
Reference in a new issue