Mercurial > zeropaste
comparison app/assets/stylesheets/pastes.css.scss @ 354:5ac923264129
css -> scss.
author | edogawaconan <me@myconan.net> |
---|---|
date | Thu, 03 Jul 2014 15:22:24 +0900 |
parents | app/assets/stylesheets/pastes.css@dff632a63ada |
children |
comparison
equal
deleted
inserted
replaced
353:c33fd676e35f | 354:5ac923264129 |
---|---|
1 textarea#paste_paste, .mirrored_text { | |
2 font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | |
3 resize: none; | |
4 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ | |
5 -moz-box-sizing: border-box; /* Firefox, other Gecko */ | |
6 box-sizing: border-box; /* Opera/IE 8+ */ | |
7 } | |
8 | |
9 #pl > pre { | |
10 word-break: normal; | |
11 } | |
12 | |
13 #paste-show > div, | |
14 #paste-show > ul, | |
15 .edit_paste { | |
16 margin-bottom: 20px; | |
17 } | |
18 | |
19 #paste_key { | |
20 border-radius: 4px 0 0 4px; | |
21 } | |
22 | |
23 .input-url1 { | |
24 display: none; | |
25 } |