css fixes

This commit is contained in:
marijus 2014-03-27 19:56:22 +01:00
parent 7b24b78af9
commit 3a190ddd2b
3 changed files with 20 additions and 0 deletions

View file

@ -338,6 +338,7 @@
margin: 0px 0 -5px 0px;
padding: 0px;
width: 75%;
min-width: 170px
}
[class^="comment-edit-bb"] > li {
@ -360,6 +361,7 @@
.comment-edit-text-empty {
height: 2.8em;
width: 30%;
min-width: 170px;
overflow: auto;
margin-bottom: 10px;
}
@ -367,6 +369,7 @@
.comment-edit-text-full {
height: 150px;
width: 50%;
min-width: 170px;
overflow: auto;
}

View file

@ -8,6 +8,7 @@ header #banner {
main {
display: table;
table-layout: fixed;
position: relative;
width: 100%;
height: 100%;

View file

@ -2277,4 +2277,20 @@ blockquote {
main.region_1-on {
left: 0px;
}
.thread-wrapper.toplevel_item {
width: 100%;
}
.thread-wrapper .wall-item-comment-wrapper, .wall-item-content-wrapper.comment {
margin-left: 24px;
}
.wall-item-info {
margin-right: 10px;
}
.hide-comments-outer {
margin-left: 24px;
}
}