style width update
Removal of max-width. Couldn't find where the "quick-edit-div" was, but should be fine. Also fixing my lack of spaces from the previous edit.
This commit is contained in:
@@ -263,8 +263,8 @@ div#c-posts {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
margin-left:15em;
|
margin-left: 15em;
|
||||||
padding-left:1em;
|
padding-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.close-button {
|
span.close-button {
|
||||||
@@ -277,7 +277,7 @@ div#c-posts {
|
|||||||
|
|
||||||
div#quick-edit-div {
|
div#quick-edit-div {
|
||||||
textarea {
|
textarea {
|
||||||
width: 30em;
|
width: 100%;
|
||||||
height: 4em;
|
height: 4em;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user