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

Added comment reply and delete confirmation.

Also fixed local_id bug
Added component helpers
Added global scroll & Highlight helpers
This commit is contained in:
Dan Brown
2017-09-09 15:56:24 +01:00
parent fea5630ea4
commit 41f56e659d
15 changed files with 158 additions and 69 deletions

View File

@ -91,6 +91,6 @@
animation-timing-function: cubic-bezier(.62, .28, .23, .99);
}
.anim.selectFade {
.selectFade {
transition: background-color ease-in-out 3000ms;
}

View File

@ -8,24 +8,29 @@
.content p {
margin-bottom: 1em;
}
.reply-row {
padding: $-xs $-s;
}
}
.comment-box .header {
padding: $-xs $-s;
background-color: #f8f8f8;
border-bottom: 1px solid #DDD;
img, a, span {
display: inline-block;
vertical-align: top;
}
a, span {
padding: $-xxs 0 $-xxs 0;
line-height: 1.6;
}
a { color: #666; }
span {
color: #888;
padding-left: $-xxs;
.meta {
img, a, span {
display: inline-block;
vertical-align: top;
}
a, span {
padding: $-xxs 0 $-xxs 0;
line-height: 1.6;
}
a { color: #666; }
span {
color: #888;
padding-left: $-xxs;
}
}
.text-muted {
color: #999;

View File

@ -157,6 +157,10 @@ div[class^="col-"] img {
&.small {
max-width: 840px;
}
&.nopad {
padding-left: 0;
padding-right: 0;
}
}
.row {

View File

@ -352,6 +352,7 @@ ul.pagination {
}
li.padded {
padding: $-xs $-m;
line-height: 1.2;
}
a {
display: block;