user.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .page-user .page-content form {
  2. margin-bottom: 40px; }
  3. .page-user .page-content .list-group-item {
  4. padding: 25px 0;
  5. border-top-color: #e4eaec; }
  6. .page-user .page-content .list-group-item:first-child {
  7. border-top-color: transparent; }
  8. .page-user .page-content .list-group-item:last-child {
  9. border-bottom-color: #e4eaec; }
  10. .page-user .page-content .list-group-item .media-heading > small {
  11. margin-left: 10px; }
  12. .page-user .page-content .list-group-item p {
  13. margin-bottom: 5px; }
  14. .page-user .page-content .nav-tabs-horizontal {
  15. position: relative; }
  16. .page-user .page-content .page-user-sortlist {
  17. position: absolute;
  18. right: 0;
  19. top: 5px;
  20. z-index: 2; }
  21. @media (max-width: 991.98px) {
  22. .page-user .page-content .page-user-sortlist {
  23. top: -15px; } }
  24. @media (max-width: 479.98px) {
  25. .page-user .page-content .list-group-item .media-body {
  26. display: block;
  27. text-align: center; }
  28. .page-user .page-content .list-group-item .media-body {
  29. width: auto; }
  30. .page-user .page-content .list-group-item .media-body {
  31. margin-top: 15px; }
  32. .page-user .page-content .tab-content nav {
  33. text-align: center; } }