editor.css 660 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .row-fluid .no-gutter {
  2. margin-left: 0px;
  3. }
  4. footer {
  5. text-align: center;
  6. margin: 30px 0;
  7. }
  8. #editor {
  9. width: 50%;
  10. height: 400px;
  11. float: left;
  12. clear: left;
  13. position: relative;
  14. font-family: "source-code-pro";
  15. font-size: 14px;
  16. border: 1px solid #DDD;
  17. border-radius: 4px;
  18. border-bottom-right-radius: 0px;
  19. }
  20. .preview-pane {
  21. border: 3px solid #ccc;
  22. }
  23. .controls {
  24. float: left;
  25. clear: left;
  26. width: 50%;
  27. padding-top: 10px;
  28. }
  29. #template {
  30. width: 250px;
  31. }
  32. .tweet-buttons {
  33. float: left;
  34. margin-right: 40px;
  35. padding-top: 8px;
  36. }
  37. .source {
  38. font-family: "source-code-pro", Courier;
  39. font-size: 14px;
  40. }
  41. .controls .alert {
  42. float: left;
  43. }