fix css a bit
This commit is contained in:
parent
a5da6d2e78
commit
a068fe634d
@ -299,7 +299,6 @@ a, a:visited, .navbar-link > label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ukko_thread_header {
|
.ukko_thread_header {
|
||||||
float: left;
|
|
||||||
clear: both;
|
clear: both;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-left: 4px;
|
padding-left: 4px;
|
||||||
@ -311,6 +310,10 @@ input, textarea {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.thread_header {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.ukko_thread_header {
|
.ukko_thread_header {
|
||||||
border-color: #C0C3D4;
|
border-color: #C0C3D4;
|
||||||
border-top-left-radius: 0px;
|
border-top-left-radius: 0px;
|
||||||
@ -344,12 +347,18 @@ input, textarea {
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div {
|
||||||
|
flex: 1;
|
||||||
|
flex-direction: rows;
|
||||||
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
background-color: #D6DAF0;
|
background-color: #D6DAF0;
|
||||||
|
|
||||||
border: 1px solid #B7C5D9;
|
border: 1px solid #B7C5D9;
|
||||||
border-left: none;
|
border-left: none;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
|
/*
|
||||||
display: table;
|
display: table;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
@ -357,7 +366,7 @@ input, textarea {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: left;
|
float: left;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
*/
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -443,8 +452,10 @@ input, textarea {
|
|||||||
|
|
||||||
.reply {
|
.reply {
|
||||||
padding: 3px 5px 3px 5px;
|
padding: 3px 5px 3px 5px;
|
||||||
|
/*
|
||||||
float: left;
|
float: left;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.post_body {
|
.post_body {
|
||||||
|
Reference in New Issue
Block a user