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

Migrated attachment manager to vue

This commit is contained in:
Dan Brown
2017-08-19 13:55:56 +01:00
parent a04b31866d
commit afc66b3c3d
9 changed files with 231 additions and 401 deletions

View File

@ -512,7 +512,7 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
}
[tab-container] .nav-tabs {
.tab-container .nav-tabs {
text-align: left;
border-bottom: 1px solid #DDD;
margin-bottom: $-m;

View File

@ -59,18 +59,9 @@ table.list-table {
}
}
table.file-table {
@extend .no-style;
td {
padding: $-xs;
}
.ui-sortable-helper {
display: table;
}
}
.fake-table {
display: table;
width: 100%;
> div {
display: table-row-group;
}