Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

DownloadPlasticExeDialog.uss 497B

123456789101112131415161718192021222324252627282930313233343536
  1. @import "Base.uss";
  2. #container {
  3. margin-top: 20px;
  4. margin-right: 20px;
  5. margin-bottom: 20px;
  6. margin-left: 20px;
  7. }
  8. #footer {
  9. display: flex;
  10. flex-direction: row;
  11. margin-top: 15px;
  12. margin-left: 20px;
  13. }
  14. #title {
  15. -unity-font-style: bold;
  16. margin-bottom: 20px;
  17. font-size: 13px;
  18. }
  19. #progressControlsContainer {
  20. height: 15px;
  21. }
  22. Label {
  23. white-space: normal;
  24. margin-bottom: 20px;
  25. font-size: 13px;
  26. }
  27. Button {
  28. width: 80px;
  29. height: 25px;
  30. }