Reduce the width of comment edit box to fix wrapping.

This commit is contained in:
Max Goodman
2011-08-11 12:16:12 -07:00
parent 86b790a231
commit 70125a8a73
2 changed files with 5 additions and 0 deletions

View File

@@ -350,6 +350,8 @@ body[orient="landscape"] > #topbar > h1 { margin-left: -125px; width: 250px; }
.comment > .entry .usertext-body { font-size: 11px; word-wrap: break-word; }
.comment > .entry .usertext-edit { margin-left: 42px; }
.comment > .metabuttons { float: right; margin: 10px; }
/*Child comment specific styles*/

View File

@@ -1056,6 +1056,9 @@ padding: 5px;
font-size: 11px;
word-wrap: break-word;
}
.comment > .entry .usertext-edit {
margin-left: 42px;
}
.comment > .metabuttons {
float: right;
margin: 10px;