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

12345678910111213141516171819202122
  1. .jqistates h2 {
  2. padding-bottom: 10px;
  3. border-bottom: 1px solid #eee;
  4. font-size: 18px;
  5. line-height: 25px;
  6. text-align: center;
  7. color: #424242;
  8. }
  9. .jqistates input {
  10. width: 100%;
  11. margin: 20px 0;
  12. }
  13. .jqibuttons button {
  14. margin-right: 5px;
  15. float:right;
  16. }
  17. button.jqidefaultbutton #inviteLinkRef {
  18. color: #2c8ad2;
  19. }