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.

modaldialog.css 523B

12345678910111213141516171819202122232425262728293031323334
  1. .jqistates {
  2. font-size: 14px;
  3. }
  4. .jqistates h2 {
  5. padding-bottom: 10px;
  6. border-bottom: 1px solid #eee;
  7. font-size: 18px;
  8. line-height: 25px;
  9. text-align: center;
  10. color: #424242;
  11. }
  12. .jqistates input {
  13. margin: 10px 0;
  14. }
  15. .jqistates input[type='text'], input[type='password'] {
  16. width: 100%;
  17. }
  18. .jqibuttons button {
  19. margin-right: 5px;
  20. float:right;
  21. }
  22. button.jqidefaultbutton #inviteLinkRef {
  23. color: #2c8ad2;
  24. }
  25. #inviteLinkRef {
  26. -webkit-user-select: text;
  27. user-select: text;
  28. }