You are here

hybridauth.css in HybridAuth Social Login 6.2

Same filename and directory in other branches
  1. 7.2 css/hybridauth.css
.item-list ul.hybridauth-widget {
  margin: 0;
}
.item-list ul.hybridauth-widget li {
  display: inline-block;
  margin: 1px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  background: none;
}
.item-list ul.hybridauth-widget li a {
  padding: 0;
  margin: 0;
}

#hybridauth-modal div.ctools-modal-content .modal-header {
  background-color: #999;
}
#hybridauth-modal {
  padding: 10px;
  background-color: #000;
}
#hybridauth-modal .ctools-modal-content {
  background-color: #fff;
  border: 0;
  padding-bottom: 20px;
}

File

css/hybridauth.css
View source
  1. .item-list ul.hybridauth-widget {
  2. margin: 0;
  3. }
  4. .item-list ul.hybridauth-widget li {
  5. display: inline-block;
  6. margin: 1px;
  7. padding: 0;
  8. list-style-type: none;
  9. list-style-image: none;
  10. background: none;
  11. }
  12. .item-list ul.hybridauth-widget li a {
  13. padding: 0;
  14. margin: 0;
  15. }
  16. #hybridauth-modal div.ctools-modal-content .modal-header {
  17. background-color: #999;
  18. }
  19. #hybridauth-modal {
  20. padding: 10px;
  21. background-color: #000;
  22. }
  23. #hybridauth-modal .ctools-modal-content {
  24. background-color: #fff;
  25. border: 0;
  26. padding-bottom: 20px;
  27. }