Auto-resize the Quick Draft textarea. props lessbloat, markjaquith, helen. fixes #26053.

git-svn-id: https://develop.svn.wordpress.org/trunk@26564 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi
2013-12-03 17:34:46 +00:00
parent 6e77a372e2
commit 6c3f6cad42
2 changed files with 67 additions and 4 deletions
+6
View File
@@ -3101,6 +3101,12 @@ form.initial-form.quickpress-open input#title {
padding: 6px 7px;
}
#quick-press textarea#content {
min-height: 90px;
max-height: 1300px;
resize: none;
}
/* Dashboard Quick Draft - Drafts list */
.js #dashboard_quick_press .drafts {