update
This commit is contained in:
parent
242094193f
commit
2adf2d5127
@ -165,7 +165,7 @@ input[type="text"],input[type="password"],textarea {
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply, .pagelist {
|
.reply, .pagelist, .op {
|
||||||
background: #D6DAF0;
|
background: #D6DAF0;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: none solid solid none;
|
border-style: none solid solid none;
|
||||||
@ -272,7 +272,8 @@ a, a:visited, .navbar-link > label {
|
|||||||
border-bottom: 1px solid;
|
border-bottom: 1px solid;
|
||||||
background: #D6DAF0;
|
background: #D6DAF0;
|
||||||
color: #34345C;
|
color: #34345C;
|
||||||
min-height: 10px;
|
min-height: 20px;
|
||||||
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-sep {
|
.navbar-sep {
|
||||||
@ -313,16 +314,13 @@ input, textarea {
|
|||||||
border-style: dashed;
|
border-style: dashed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.frontend {
|
.frontend {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.op {
|
.op {
|
||||||
|
margin-top: 5px;
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
float: left;
|
float: left;
|
||||||
clear: both;
|
clear: both;
|
||||||
@ -333,10 +331,16 @@ input, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
|
max-width: 75%;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post_body {
|
||||||
|
max-height: 500px;
|
||||||
|
overflow-y: overlay;
|
||||||
|
}
|
||||||
|
|
||||||
.postheader {
|
.postheader {
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
padding-right: 5px
|
padding-right: 5px
|
||||||
@ -542,5 +546,12 @@ textarea#reply-text {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.board_title {
|
.board_title {
|
||||||
padding-right: 2px;
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.thread {
|
||||||
|
padding-left: 10%;
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
width: 80%;
|
||||||
|
}
|
@ -33,8 +33,8 @@
|
|||||||
{{#Truncate.Replies}}
|
{{#Truncate.Replies}}
|
||||||
{{{Truncate.RenderPost}}}
|
{{{Truncate.RenderPost}}}
|
||||||
{{/Truncate.Replies}}
|
{{/Truncate.Replies}}
|
||||||
<hr />
|
</div>
|
||||||
</div>
|
<hr />
|
||||||
{{/threads}}
|
{{/threads}}
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript" >
|
<script type="text/javascript" >
|
||||||
|
Reference in New Issue
Block a user