view app/assets/stylesheets/pastes.css @ 334:41b0903c9b2b

Use official bootstrap gem.
author edogawaconan <me@myconan.net>
date Wed, 23 Apr 2014 09:24:05 +0900
parents dff632a63ada
children
line wrap: on
line source

textarea#paste_paste, .mirrored_text {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  resize: none;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

#pl > pre {
  word-break: normal;
}

#paste-show > div,
#paste-show > ul,
.edit_paste {
  margin-bottom: 20px;
}

#paste_key {
  border-radius: 4px 0 0 4px;
}

.input-url1 {
  display: none;
}