Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. .THIS #table_container{
  2. background:white;
  3. }
  4. .THIS [data-letters]:before {
  5. content:attr(data-letters);
  6. display:inline-block;
  7. font-size:1em;
  8. font-weight:bold;
  9. width:2.5em;
  10. height:2.5em;
  11. line-height:2.5em;
  12. text-align:center;
  13. border-radius:50%;
  14. background:plum;
  15. vertical-align:middle;
  16. margin-right:1em;
  17. color:white;
  18. }
  19. .THIS .dataTables_wrapper{
  20. background:white;
  21. }
  22. .THIS .dataTable.no-footer {
  23. border-bottom: 1px solid rgb(216, 221, 230);;
  24. }
  25. .THIS .dataTable thead th {
  26. padding: 10px 18px;
  27. border-bottom: 0px solid #111;
  28. }
  29. .THIS .dataTables_wrapper .dataTables_filter {
  30. float: left;
  31. text-align: left;
  32. width:100%;
  33. padding-top: 0%;
  34. padding-left: 1%;
  35. padding-right: 2%;
  36. }
  37. .THIS .dataTables_wrapper .dataTables_length {
  38. float: left;
  39. padding: 1%;
  40. }
  41. .THIS .dataTables_wrapper .dataTables_info {
  42. clear: both;
  43. float: left;
  44. padding-top: 0.755em;
  45. padding-left: 1%;
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement