annotate app/assets/stylesheets/pastes.css @ 265:6cca1ab53337

Infinitely better error messages and notice.
author edogawaconan <me@myconan.net>
date Wed, 16 Oct 2013 02:56:30 +0900
parents fa4a1ba990ae
children dff632a63ada
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;
145
f390e3903d3c Limit box-sizing border-box to paste_paste.
Edho Arief <edho@myconan.net>
parents: 79
diff changeset
4 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
f390e3903d3c Limit box-sizing border-box to paste_paste.
Edho Arief <edho@myconan.net>
parents: 79
diff changeset
5 -moz-box-sizing: border-box; /* Firefox, other Gecko */
f390e3903d3c Limit box-sizing border-box to paste_paste.
Edho Arief <edho@myconan.net>
parents: 79
diff changeset
6 box-sizing: border-box; /* Opera/IE 8+ */
30
df2ea9fc084d Monospace font for input.
Edho Arief <edho@myconan.net>
parents:
diff changeset
7 }
242
720ef40cb4bb Don't break word in weird way.
Edho Arief <edho@myconan.net>
parents: 145
diff changeset
8
720ef40cb4bb Don't break word in weird way.
Edho Arief <edho@myconan.net>
parents: 145
diff changeset
9 #pl > pre {
720ef40cb4bb Don't break word in weird way.
Edho Arief <edho@myconan.net>
parents: 145
diff changeset
10 word-break: normal;
720ef40cb4bb Don't break word in weird way.
Edho Arief <edho@myconan.net>
parents: 145
diff changeset
11 }
264
fa4a1ba990ae Simplified pastes#show view.
edogawaconan <me@myconan.net>
parents: 263
diff changeset
12
fa4a1ba990ae Simplified pastes#show view.
edogawaconan <me@myconan.net>
parents: 263
diff changeset
13 #paste-show > div,
fa4a1ba990ae Simplified pastes#show view.
edogawaconan <me@myconan.net>
parents: 263
diff changeset
14 #paste-show > ul,
fa4a1ba990ae Simplified pastes#show view.
edogawaconan <me@myconan.net>
parents: 263
diff changeset
15 .edit_paste {
fa4a1ba990ae Simplified pastes#show view.
edogawaconan <me@myconan.net>
parents: 263
diff changeset
16 margin-bottom: 20px;
fa4a1ba990ae Simplified pastes#show view.
edogawaconan <me@myconan.net>
parents: 263
diff changeset
17 }
265
6cca1ab53337 Infinitely better error messages and notice.
edogawaconan <me@myconan.net>
parents: 264
diff changeset
18
6cca1ab53337 Infinitely better error messages and notice.
edogawaconan <me@myconan.net>
parents: 264
diff changeset
19 #paste_key {
6cca1ab53337 Infinitely better error messages and notice.
edogawaconan <me@myconan.net>
parents: 264
diff changeset
20 border-radius: 4px 0 0 4px;
6cca1ab53337 Infinitely better error messages and notice.
edogawaconan <me@myconan.net>
parents: 264
diff changeset
21 }