some more CSS fuckery
This commit is contained in:
parent
8c0a4ac6b0
commit
5fa12dcda8
@ -93,7 +93,6 @@ table tbody tr:nth-of-type( even ) {
|
|||||||
|
|
||||||
.reply, .ukko_thread_header {
|
.reply, .ukko_thread_header {
|
||||||
background: #D6DAF0;
|
background: #D6DAF0;
|
||||||
margin-right: 40%;
|
|
||||||
margin-left: 24px;
|
margin-left: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -106,6 +105,7 @@ hr {
|
|||||||
border-width: 1px medium medium;
|
border-width: 1px medium medium;
|
||||||
border-color: #b7c5d9;
|
border-color: #b7c5d9;
|
||||||
border-style: solid none none;
|
border-style: solid none none;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:hover , a:visited:hover {
|
a:hover , a:visited:hover {
|
||||||
@ -180,14 +180,13 @@ input, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.op {
|
.op {
|
||||||
margin-right: 20px;
|
|
||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
|
float: left;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
display: inline;
|
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
min-height: 10%;
|
|
||||||
min-width: 460px;
|
min-width: 460px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -264,8 +263,10 @@ input, textarea {
|
|||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reply, .ukko_thread_header , pre {
|
.reply, .ukko_thread_header {
|
||||||
padding: 3px 5px 3px 5px;
|
padding: 3px 5px 3px 5px;
|
||||||
|
float: left;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post_body {
|
.post_body {
|
||||||
@ -283,9 +284,8 @@ input, textarea {
|
|||||||
|
|
||||||
.post {
|
.post {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow: auto;
|
overflow: hidden;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
margin-right: 40%;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -323,12 +323,6 @@ img.thumbnail {
|
|||||||
max-height: 350px;
|
max-height: 350px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread {
|
|
||||||
width: 100%;
|
|
||||||
margin-top: 1px;
|
|
||||||
margin-bottom: 1px;
|
|
||||||
max-width: 99%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.replybar {
|
.replybar {
|
||||||
float: left;
|
float: left;
|
||||||
@ -338,7 +332,7 @@ img.thumbnail {
|
|||||||
width: 34%
|
width: 34%
|
||||||
}
|
}
|
||||||
@media (max-width: 100ex) {
|
@media (max-width: 100ex) {
|
||||||
.replybar, .thread {
|
.replybar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user