Bez popisu
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.

TeamEditionConfigurationWindow.uss 909B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. #configurationServerInfoSection {
  2. margin-bottom: 40px;
  3. }
  4. #spinnerLabel {
  5. margin-left: 2px;
  6. }
  7. #connectedLabel {
  8. -unity-text-align: middle-right;
  9. }
  10. #credentialsOk {
  11. -unity-text-align: middle-right;
  12. }
  13. #plasticConfigurationTitle {
  14. font-size: 18px;
  15. margin-bottom: 10px;
  16. }
  17. .container {
  18. padding: 10px;
  19. border-bottom-width: 1px;
  20. border-bottom-color: #999999;
  21. }
  22. .container.last {
  23. border-bottom-width: 0px;
  24. }
  25. .credentials {
  26. width: 265px;
  27. }
  28. .display-none {
  29. display: none;
  30. }
  31. .flex-container {
  32. display: flex;
  33. flex-direction: row;
  34. }
  35. .grow {
  36. flex-grow: 1;
  37. }
  38. .sub-section {
  39. margin-left: 10px;
  40. }
  41. .visibility-hidden {
  42. visibility: hidden;
  43. }
  44. .error {
  45. color: #FF0000;
  46. }
  47. Label {
  48. white-space: normal;
  49. }
  50. TextField {
  51. margin-left: 0px;
  52. margin-top: 3px;
  53. margin-right: 10px;
  54. margin-bottom: 3px;
  55. }
  56. Toggle {
  57. margin-left: 0px;
  58. }