mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-04-14 13:47:33 +01:00
Fix load more text centering
This commit is contained in:
parent
a4f284dc17
commit
b2c05fa784
@ -2316,10 +2316,9 @@ td a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.loadMore {
|
.loadMore {
|
||||||
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-left: 30%;
|
text-align: center;
|
||||||
padding-top: 2px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.loadMore > a:focus {
|
.loadMore > a:focus {
|
||||||
@ -2372,7 +2371,7 @@ a:link {
|
|||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs {
|
.t abs {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 15px 0 25px 0;
|
margin: 15px 0 25px 0;
|
||||||
display: table;
|
display: table;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user