Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
307 B

  1. .code {
  2. width: 500px;
  3. height: 500px;
  4. display: block;
  5. }
  6. .config {
  7. width: 500px;
  8. height: 400px;
  9. display: block;
  10. }
  11. .go {
  12. display: block;
  13. float: right;
  14. font-size: 18px;
  15. }
  16. .result {
  17. width: 500px;
  18. height: 1000px;
  19. display: block;
  20. }
  21. .edit {
  22. float: left;
  23. }
  24. .results {
  25. float: left;
  26. }