post form expand button change

merge-requests/208/head
fatchan 5 years ago
parent d6727978f0
commit 6255a45037
  1. 18
      gulp/res/css/style.css
  2. BIN
      gulp/res/img/defaultbanner.png
  3. 2
      views/includes/actionfooter.pug
  4. 2
      views/includes/actionfooter_globalmanage.pug
  5. 2
      views/includes/actionfooter_manage.pug
  6. 2
      views/includes/postform.pug

@ -9,6 +9,16 @@ body {
margin: 0; margin: 0;
} }
.row {
display: flex;
flex-direction: row;
}
.col {
display: flex;
flex-direction: column;
}
.code { .code {
text-align: left; text-align: left;
border-left: 10px solid #B7C5D9; border-left: 10px solid #B7C5D9;
@ -209,7 +219,7 @@ td, th {
align-items: center; align-items: center;
} }
.post-container, .pages, summary { .post-container, .pages, .toggle-summary {
background: #D6DAF0; background: #D6DAF0;
border: 1px solid #B7C5D9; border: 1px solid #B7C5D9;
} }
@ -237,7 +247,7 @@ td, th {
box-shadow: inset 0 0 100px 100px rgba(255,255,255,.25); box-shadow: inset 0 0 100px 100px rgba(255,255,255,.25);
} }
summary { .toggle-summary {
margin-bottom: 1px; margin-bottom: 1px;
padding: 10px; padding: 10px;
cursor: pointer; cursor: pointer;
@ -308,7 +318,7 @@ summary {
text-align: center; text-align: center;
margin: 2px; margin: 2px;
margin-top: 0px; margin-top: 0px;
max-width: 128px; max-width: 150px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
word-break: keep-all; word-break: keep-all;
@ -360,7 +370,7 @@ input textarea {
.board-banner { .board-banner {
margin: 10px; margin: 10px;
max-width: 100%; max-width: 100%;
border: 1px solid #a9a9a9; /*border: 1px solid #a9a9a9;*/
} }
.board-description { .board-description {

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

@ -1,5 +1,5 @@
details.toggle-label details.toggle-label
summary Show Post Actions summary.toggle-summary Show Post Actions
.actions .actions
h4.no-m-p Actions: h4.no-m-p Actions:
label label

@ -1,5 +1,5 @@
details.toggle-label details.toggle-label
summary Show Post Actions summary.toggle-summary Show Post Actions
.actions .actions
h4.no-m-p Actions: h4.no-m-p Actions:
label label

@ -1,5 +1,5 @@
details.toggle-label details.toggle-label
summary Show Post Actions summary.toggle-summary Show Post Actions
.actions .actions
h4.no-m-p Actions: h4.no-m-p Actions:
label label

@ -1,6 +1,6 @@
section.form-wrapper.flex-center section.form-wrapper.flex-center
details.toggle-label details.toggle-label
summary Show Post Form summary.toggle-summary Show Post Form
form.form-post(action=`/forms/board/${board._id}/post`, enctype='multipart/form-data', method='POST') form.form-post(action=`/forms/board/${board._id}/post`, enctype='multipart/form-data', method='POST')
//input(type='hidden' name='_csrf' value=csrf) //input(type='hidden' name='_csrf' value=csrf)
input(type='hidden' name='thread' value=thread != null ? thread.postId : null) input(type='hidden' name='thread' value=thread != null ? thread.postId : null)

Loading…
Cancel
Save