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 390B

1234567891011121314151617181920212223242526
  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. width: 100%;
  14. margin: 20px 0;
  15. }
  16. .jqibuttons button {
  17. margin-right: 5px;
  18. float:right;
  19. }
  20. button.jqidefaultbutton #inviteLinkRef {
  21. color: #2c8ad2;
  22. }