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