style.css 275 B

1234567891011121314151617181920212223
  1. #editor{
  2. position: fixed;
  3. display: block;
  4. top: 6.5em;
  5. left: 12.5em;
  6. }
  7. #editorwrapper{
  8. position: absolute;
  9. height: 0;
  10. width: 0;
  11. top: 41px;
  12. left: 160px;
  13. display: none;
  14. }
  15. #editor_save{
  16. margin-left: 7px;
  17. float: left;
  18. }
  19. #saving_icon{
  20. margin-top: 3px;
  21. float: left;
  22. }