annotate app/assets/stylesheets/pastes.css @ 79:50b8738d6428

Use (modified) autosize to automatically resize textarea.
author Edho Arief <edho@myconan.net>
date Mon, 08 Oct 2012 14:00:36 +0700
parents 5635c91f4bfd
children f390e3903d3c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
79
50b8738d6428 Use (modified) autosize to automatically resize textarea.
Edho Arief <edho@myconan.net>
parents: 76
diff changeset
1 textarea#paste_paste, .mirrored_text {
30
df2ea9fc084d Monospace font for input.
Edho Arief <edho@myconan.net>
parents:
diff changeset
2 font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
79
50b8738d6428 Use (modified) autosize to automatically resize textarea.
Edho Arief <edho@myconan.net>
parents: 76
diff changeset
3 resize: none;
30
df2ea9fc084d Monospace font for input.
Edho Arief <edho@myconan.net>
parents:
diff changeset
4 }