1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Organised entity action buttons a little more

This commit is contained in:
Dan Brown
2019-04-13 12:46:15 +01:00
parent 07adfb2ff1
commit cc24d478aa
7 changed files with 64 additions and 38 deletions

View File

@ -176,7 +176,7 @@
}
.content-wrap.card {
padding: $-l $-xxl;
padding: $-m $-xxl;
margin-left: auto;
margin-right: auto;
margin-bottom: $-xl;

View File

@ -363,6 +363,17 @@ ul.pagination {
}
}
.icon-list hr {
margin: $-s $-m;
max-width: 140px;
opacity: 0.25;
height: 1.1px;
}
.icon-list hr + hr, .icon-list hr:first-child, .icon-list hr:last-child {
display: none;
}
.entity-list-item, .icon-list-item {
padding: $-s $-m;
display: flex;