/flash/src/editor/editor.css

http://echo-nest-remix.googlecode.com/ · CSS · 20 lines · 17 code · 3 blank · 0 comment · 0 complexity · e853449ca6ccc945ad23edccbb56e799 MD5 · raw file

  1. #swf {
  2. width: 100%;
  3. }
  4. #progress-wrapper {
  5. height: 20px;
  6. background-color: #222222;
  7. }
  8. #progress {
  9. height: 100%;
  10. background-color: #00aeef;
  11. width: 50%;
  12. }
  13. textarea {
  14. width: 100%;
  15. font-family: monospace;
  16. font-size: 14px;
  17. }