You are here

contemplate.css in Content Templates (Contemplate) 5

Same filename and directory in other branches
  1. 6 contemplate.css
  2. 7 contemplate.css
div.contemplate-input .form-textarea {
  height: 200px;
  border: 1px solid #666;
  font-family: Profont, 'lucida console', Monaco, monospace;
}

div.contemplate-scroller {
  padding: 0 1em;
  height: 150px;
  overflow: auto;
  border: 1px solid #666;
}

File

contemplate.css
View source
  1. div.contemplate-input .form-textarea {
  2. height: 200px;
  3. border: 1px solid #666;
  4. font-family: Profont, 'lucida console', Monaco, monospace;
  5. }
  6. div.contemplate-scroller {
  7. padding: 0 1em;
  8. height: 150px;
  9. overflow: auto;
  10. border: 1px solid #666;
  11. }